508 Commits (9d3649bd3be245c93c9d92024ef4e618179dbad1)
 

Author SHA1 Message Date
David Gibson 9d3649bd3b Add testcases for fdt_path_offset_namelen() 10 years ago
David Gibson ecd4f9d125 Extend path_offset testcase for handling of duplicated separators 10 years ago
David Gibson 5fa047f498 Use a helper function to clean up path_offset testcase 10 years ago
Peter Hurley b4150b59ae libfdt: Add fdt_path_offset_namelen() 10 years ago
Julien Grall a4b093f736 libfdt: Add missing functions to shared library 10 years ago
Nikhil Devshatwar 3346e065aa dtc: parser: Add label while overriding nodes 10 years ago
Wang Long aa719618a8 fdtput: add delete node and property function 10 years ago
Colin Ian King 5ef2f7c2fa dtc: Use va_end to match corresponding va_start 10 years ago
David Gibson 302fca9f4c dtc: Bump version to 1.4.1 10 years ago
David Gibson 656bd3b6b9 dtc: Add maintainer script for signing and upload to kernel.org 10 years ago
Phil Elwell 242c264270 Improve portability 10 years ago
Wang Long 6a76a9d30c dtc: Delete the unused start condition INCLUDE 10 years ago
Wang Long 1e5ddb1f39 dtc: Update the usage helper message 10 years ago
Jack Miller 5d4a8b9c4c Properly handle embedded nul delimited string lists 10 years ago
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