380 Commits (d030a893be259795e7f3a791d84c262b6419ce20)

Author SHA1 Message Date
Simon Glass a3ae437236 pylibfdt: Add support for fdt_parent_offset() 7 years ago
Simon Glass a198af8034 pylibfdt: Add support for fdt_get_phandle() 7 years ago
Simon Glass b9eba92ea5 tests: Return a failure code when any tests fail 7 years ago
Simon Glass 155faf6cc2 pylibfdt: Use local pylibfdt module 7 years ago
Simon Glass 50e5cd07f3 pylibfdt: Add a test for use of uint32_t 7 years ago
Pantelis Antoniou 36f511fb11 tests: Add stacked overlay tests on fdtoverlay 7 years ago
Rob Herring 0016f8c2aa dtc: change default phandles to ePAPR style instead of both 7 years ago
Pantelis Antoniou e3b9a9588a tests: fdtoverlay unit test 7 years ago
David Gibson 21a2bc896e Suppress expected error message in fdtdump test 8 years ago
Tim Montague a10cb3c818 Fix get_node_by_path string equality check 8 years ago
Simon Glass 90db6d9989 pylibfdt: Allow setup.py to operate stand-alone 8 years ago
Simon Glass 580a9f6c28 Add a libfdt function to write a property placeholder 8 years ago
Simon Glass 756ffc4f52 Build pylibfdt as part of the normal build process 8 years ago
Simon Glass 12cfb740cc Add tests for pylibfdt 8 years ago
Rob Herring cdbb2b6c7a checks: Warn on node name unit-addresses with '0x' or leading 0s 8 years ago
Nicolas Iooss d922ecdd01 tests: Make realloc_fdt() really allocate *fdt 8 years ago
David Gibson bad5b28049 Fix assorted sparse warnings 8 years ago
David Gibson 397d5ef020 libfdt: Add fdt_setprop_empty() 8 years ago
Stephen Boyd 3b9c97093d dtc: Fix NULL pointer use in dtlabel + dtref case 8 years ago
David Gibson e3c769aa9c dtc: Don't always generate __symbols__ for plugins 8 years ago
David Gibson c96cb3c016 tests: Don't use -@ on plugin de/recompile tests 8 years ago
David Gibson 66381538ce tests: Remove "suppression of fixups" tests 8 years ago
David Gibson ba765b273f tests: Clarify dtc overlay tests 8 years ago
David Gibson 6ea8cd944f tests: More thorough tests of libfdt overlay application without dtc 8 years ago
David Gibson b4dc0ed8b1 tests: Fix double expansion bugs in test code 8 years ago
David Gibson 3ea879dc0c tests: Split overlay tests into those with do/don't exercise dtc plugin generation 8 years ago
David Gibson 47b4d66a2f tests: Test auto-alias generation on base tree, not overlay 8 years ago
David Gibson 72e1ad8115 tests: Make overlay/plugin tests unconditional 8 years ago
Pantelis Antoniou e7b3c3b595 tests: Add overlay tests 8 years ago
Pantelis Antoniou 9637e3f772 tests: Add check_path test 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 e8c3a1a493 tests: overlay: Move back the bad fixup tests 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
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
Maxime Ripard d877364e4a libfdt: Add fdt_setprop_inplace_namelen_partial 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
David Gibson c4cb12e193 Alter grammar to allow multiple /dts-v1/ tags 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
Thierry Reding 604e61e081 fdt: Add functions to retrieve strings 9 years ago