537 Commits (d71d25d76012896521f937bf0c69f27b1a37cdc2)
 

Author SHA1 Message Date
David Gibson d71d25d760 Use xasprintf() in srcpos 9 years ago
Pantelis Antoniou 9dc404958e util: Add xasprintf portable asprintf variant 9 years ago
Simon Glass beef80b8b5 Correct a missing space in a fdt_header cast 9 years ago
Simon Glass 68d43cec12 Correct line lengths in libfdt.h 9 years ago
Simon Glass b0dbceafd4 Correct space-after-tab in libfdt.h 9 years ago
Masahiro Yamada 53bf130b1c libfdt: simplify fdt_node_check_compatible() 9 years ago
Stephen Warren c9d9121683 Warn on node name unit-address presence/absence mismatch 9 years ago
Anton Blanchard 2e53f9d2f0 Catch unsigned 32bit overflow when parsing flattened device tree offsets 9 years ago
David Gibson b06e55c88b Prevent crash on modulo by zero 9 years ago
David Gibson b43345039b Fix some bugs in processing of line directives 9 years ago
David Gibson d728ad59f5 Fix crash on nul character in string escape sequence 9 years ago
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