494 Commits (f9e91a48ba509e77aadcb5349885e1777ef17372)
 

Author SHA1 Message Date
Andrei Errapart f9e91a48ba Work around MSVC limitations 10 years ago
Andrei Errapart 83e606a64d Open binary files in binary mode 10 years ago
Andrei Errapart 25a9bd6267 Correct write_propval_bytes() for platforms with signed char by default 10 years ago
David Gibson fa928fba7e Fix an off-by-2 error in the source output code 10 years ago
Simon Glass 76a65b14d1 Add a basic test for fdtdump 10 years ago
Simon Glass c78ca72e1e Tweak code to display cell values 10 years ago
Simon Glass dfcfb7f169 Correct output from memreserve in fdtdump 10 years ago
David Gibson 40f7f576c8 libfdt: Add helpers to read #address-cells and #size-cells 11 years ago
David Gibson f240527e54 Fix bug with references to root node 11 years ago
Heinrich Schuchardt 55a3a8823d Update source code location for dtc in manual.txt 11 years ago
Heinrich Schuchardt 9bf20d3896 Remove duplicate assignment 11 years ago
Heinrich Schuchardt 8ce36476ae Consistently use xrealloc instead of realloc 11 years ago
Heinrich Schuchardt 821acd4c17 Remove dead code in util.c 11 years ago
David Gibson aba74ddba2 Remove references to unused DT_BASE token 11 years ago
Grant Likely aef4927a70 Add a README file for dtc and libfdt 11 years ago
Florian Fainelli 4491ed9f87 Makefile: add a make "dist" target 11 years ago
Florian Fainelli 24cb3d0681 dtc: fix some more -Wshadow warnings 11 years ago
Florian Fainelli c231d94e0f Makefile: enable -Wshadow by default 11 years ago
Florian Fainelli 3a584d4760 libfdt: avoid shadowing "err" in FDT_RW_CHECK_HEADER 11 years ago
Florian Fainelli 89c9af5481 libfdt: avoid shadowing "err" in FDT_CHECK_HEADER 11 years ago
Florian Fainelli 6d88934371 dtc: avoid shadowing dirname() 11 years ago
David Gibson fa3f3f0ebd Clean up parser error messages 11 years ago
David Gibson c854434dc2 Correct locations in parser error messaes 11 years ago
David Gibson 6a15eb2350 Die on failed /incbin/ seeks 11 years ago
David Gibson cfc6523619 Move character literal processing to the lexer 11 years ago
David Gibson b82b977614 Move integer literal processing back to the lexer 11 years ago
David Gibson 0e2d399225 Make srcpos_{v,}error() more widely useful 11 years ago
David Gibson 0c0bf8519a Fix memory leak in srcpos_verror() 11 years ago
David Gibson e19d3b1d6d Fix indentation of srcpos_verror() 11 years ago
David Gibson a1e6da8aed Fix typo in type of srcpos_verror() et al. 11 years ago
David Gibson 6efd9065e6 Remove unused srcpos_warn() function 11 years ago
David Gibson a7ecdb4e75 Fix valgrind errors in sw_tree1 11 years ago
David Gibson edb10bcf1c Add option to run_tests.sh to stop immediately on a failing test 11 years ago
Serge Lamikhov-Center 17119ab0a5 Pass 'unsigned char' type to isdigit()/isspace()/isprint() functions 11 years ago
David Gibson 17625371ee Use stdbool more widely 11 years ago
David Gibson 79eebb23db libfdt: Add function to resize the buffer for a sequential write tree 11 years ago
Serge Lamikhov-Center 883238dc50 util: Fix out of bounds memory access 11 years ago
Stephen Warren b290428d71 Ensure all tests have matching reg and unit address 11 years ago
David Gibson 9476db68b6 Makefile: provide separate install targets 11 years ago
Jon Loeliger 65cc4d2748 Tag Version 1.4.0 11 years ago
Stephen Warren a1ee6f068e dtc: ensure #line directives don't consume data from the next line 12 years ago
David Gibson 2e3fc7e9b3 Add missing test binary to .gitignore 12 years ago
Srinivas Kandagatla d214655904 fdtput: expand fdt if value does not fit 12 years ago
David Gibson a58afe2eb2 Remove some tests for misfeatures 12 years ago
David Gibson 1c76ec3c09 Use shorten_echo for wrap_tests 12 years ago
Mike Frysinger 8ec013ae63 fdtdump: add a debug mode 12 years ago
Mike Frysinger 4ad49c3a9c util: add common ARRAY_SIZE define 12 years ago
Mike Frysinger b9e80656f2 util: drop "long" from usage helpers 12 years ago
Mike Frysinger 03449b84c8 dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpers 12 years ago
Mike Frysinger fdc7387845 fdtdump: add a --scan option 12 years ago