750 Commits (483e170625e1b6905fc4c40db92ee48d47ee3283)
 

Author SHA1 Message Date
Maxime Ripard 84e0e1346c libfdt: Add max phandle retrieval function 8 years ago
Maxime Ripard d29126c90a libfdt: Add iterator over properties 8 years ago
Thierry Reding 902d0f0953 libfdt: Add a subnodes iterator macro 8 years ago
Jean-Christophe Dubois c539075ba8 fdtput.c: Fix memory leak. 8 years ago
Jean-Christophe Dubois f79ddb83e1 fdtget.c: Fix memory leak 8 years ago
David Gibson 1074ee54b6 convert-dtsv0-lexer.l: fix memory leak 8 years ago
Jean-Christophe Dubois e24d39a024 fdtdump.c: make sure size_t argument to memchr is always unsigned. 8 years ago
David Gibson 44a59713cf Remove unused srcpos_dump() function 8 years ago
Jean-Christophe Dubois cb9241ae34 DTC: Fix memory leak on flatname. 8 years ago
David Gibson 1ee0ae24ea Simplify check field and macro names 9 years ago
David Gibson 9d97527a86 Remove property check functions 9 years ago
David Gibson 2e709d158e Remove tree check functions 9 years ago
David Gibson c4cb12e193 Alter grammar to allow multiple /dts-v1/ tags 9 years ago
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