874 Commits (d6de81b81b68f9e559adf42366574233be338fd8)
 

Author SHA1 Message Date
Masahiro Yamada e28eff5b78 libfdt: fix fdt_stringlist_count() 8 years ago
Maxime Ripard ae97c77228 tests: overlay: Rename the device tree blobs to be more explicit 8 years ago
Maxime Ripard 96162d2bd9 tests: overlay: Add test suffix to the compiled blobs 8 years ago
Maxime Ripard 5ce8634733 libfdt: Add fdt_overlay_apply to the exported symbols 8 years ago
Maxime Ripard 804a9db90a fdt: strerr: Remove spurious BADOVERLAY 8 years ago
Maxime Ripard e8c3a1a493 tests: overlay: Move back the bad fixup tests 8 years ago
Maxime Ripard 7a72d89d3f libfdt: overlay: Fix symbols and fixups nodes condition 8 years ago
Maxime Ripard cabbaa972c libfdt: overlay: Report a bad overlay for mismatching local fixups 8 years ago
Maxime Ripard deb0a5c1ae libfdt: Add BADPHANDLE error string 8 years ago
David Gibson 7b7a6be9ba libfdt: Don't use 'index' as a local variable name 8 years ago
Maxime Ripard aea8860d83 tests: Add tests cases for the overlay code 8 years ago
Maxime Ripard 0cdd06c513 libfdt: Add overlay application function 8 years ago
Maxime Ripard 39240cc865 libfdt: Extend the reach of FDT_ERR_BADPHANDLE 8 years ago
Maxime Ripard 4aa3a6f5e6 libfdt: Add new errors for the overlay code 8 years ago
David Gibson 6d1832c9e6 dtc: Remove "home page" link 8 years ago
Thomas Huth 45fd440a95 Fix some typing errors in libfdt.h and livetree.c 8 years ago
David Gibson a59be4939c DTC 1.4.2 8 years ago
David Gibson a34bb721ca dtc: Fix assorted problems in the testcases for the -a option 8 years ago
Tim Wang 874f40588d Implement the -a option to pad dtb aligned 8 years ago
David Gibson ec02b34c05 dtc: Makefile improvements for release uploading 8 years ago
David Gibson 1ed45d40a1 dtc: Bump version to 1.4.2 8 years ago
Masahiro Yamada 36fd7331fb libfdt: simplify fdt_del_mem_rsv() 8 years ago
Maxime Ripard d877364e4a libfdt: Add fdt_setprop_inplace_namelen_partial 8 years ago
Maxime Ripard 3e9037aaad libfdt: Add fdt_getprop_namelen_w 8 years ago
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