526 Commits (1ab2205a6f0f9e826a623e639da02787d372de37)
 

Author SHA1 Message Date
David Gibson 1ab2205a6f Gracefully handle bad octal literals 9 years ago
David Gibson 1937095588 Prevent crash on division by zero 9 years ago
David Gibson d0b3ab0a0f libfdt: Fix undefined behaviour in fdt_offset_ptr() 9 years ago
Courtney Cavin d4c7c25c9e libfdt: check for potential overrun in _fdt_splice() 9 years ago
David Gibson f58799be13 libfdt: Add some missing symbols to version.lds 9 years ago
David Gibson af9f26d1e5 Remove duplicated -Werror in dtc Makefile 9 years ago
Thierry Reding 604e61e081 fdt: Add functions to retrieve strings 9 years ago
Thierry Reding 8702bd1d3b fdt: Add a function to get the index of a string 9 years ago
Thierry Reding 2218387a8c fdt: Add a function to count strings 9 years ago
Masahiro Yamada 554fde2c77 libfdt: fix comment block of fdt_get_property_namelen() 9 years ago
David Gibson e5e6df7c37 fdtdump: Fix bug printing bytestrings with negative values 9 years ago
David Gibson 067829ea5f Remove redundant fdtdump test code 9 years ago
David Gibson 897a429199 Move fdt_path_offset alias tests to right tests section 9 years ago
David Gibson 2d1417cd9e Add simple .travis.yml 9 years ago
Andre Przywara f6dbc6ca96 guess output file format 9 years ago
Andre Przywara 5e78dff424 guess input file format based on file content or file name 9 years ago
Mike Frysinger 8b927bf3b8 tests: convert `echo -n` to `printf` 10 years ago
Jack Miller 64c46b098b Fix crash with poorly defined #size-cells 10 years ago
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