914 Commits (c18bae9a4c96a9258fdcee30fe4b0c4fc3730036)
 

Author SHA1 Message Date
David Gibson 1087504bb3 libfdt: Add necessary header padding in fdt_create() 6 years ago
Simon Glass c72fa777e6 libfdt: Copy the struct region in fdt_resize() 6 years ago
Grant Likely 32b9c61307 Preserve datatype markers when emitting dts format 6 years ago
David Gibson 6dcb8ba408 libfdt: Add helpers for accessing unaligned words 6 years ago
Rob Herring 42607f21d4 tests: Fix incorrect check name 'prop_name_chars' 6 years ago
Rob Herring 9d78c33bf8 tests: fix grep for checks error messages 6 years ago
Simon Glass b770f3d1c1 pylibfdt: Support setting the name of a node 6 years ago
Simon Glass 2f0d07e678 pylibfdt: Add functions to set and get properties as strings 6 years ago
Simon Glass 354d3dc559 pylibfdt: Update the bytearray size with pack() 6 years ago
Simon Glass 3c374d46ac pylibfdt: Allow reading integer values from properties 6 years ago
Simon Glass 49d32ce40b pylibfdt: Use an unsigned type for fdt32_t 6 years ago
Simon Glass 481246a0c1 pylibfdt: Avoid accessing the internal _fdt member in tests 6 years ago
Simon Glass 9aafa33d99 pylibfdt: Add functions to update properties 6 years ago
Simon Glass 5a598671fd pylibfdt: Support device-tree creation/expansion 6 years ago
Simon Glass 483e170625 pylibfdt: Add support for reading the memory reserve map 6 years ago
Simon Glass 29bb05aa42 pylibfdt: Add support for the rest of the header functions 6 years ago
Simon Glass 582a7159a5 pylibfdt: Add support for fdt_next_node() 6 years ago
Simon Glass f0f8c91698 pylibfdt: Reorder functions to match libfdt.h 6 years ago
Simon Glass 64a69d1239 pylibfdt: Return string instead of bytearray from getprop() 6 years ago
Simon Glass 4d09a83420 fdtput: Add documentation 6 years ago
Simon Glass e617cbe1bd fdtget: Add documentation 6 years ago
David Gibson 180a939240 Use <inttypes.h> format specifiers in a bunch of places we should 6 years ago
nixiaoming b9af3b3965 scripts/dtc: Fixed format mismatch in fprintf 6 years ago
David Gibson 4b8fcc3d01 libfdt: Add fdt_check_full() function 6 years ago
David Gibson c14223fb22 tests: Use valgrind client requests for better checking 6 years ago
David Gibson 5b67d2b955 tests: Better handling of valgrind errors saving blobs 6 years ago
David Gibson e2556aaeb5 tests: Remove unused #define 6 years ago
David Gibson fb9c6abdda Use size_t for blob lengths in utilfdt_read* 6 years ago
David Gibson 0112fda03b libfdt: Add fdt_header_size() 6 years ago
David Gibson 6473a21d8b Consolidate utilfdt_read_len() variants 6 years ago
David Gibson d5db5382c5 libfdt: Safer access to memory reservations 6 years ago
David Gibson 719d582e98 libfdt: Propagate name errors in fdt_getprop_by_offset() 6 years ago
David Gibson 70166d62a2 libfdt: Safer access to strings section 6 years ago
David Gibson eb890c0f77 libfdt: Make fdt_check_header() more thorough 6 years ago
David Gibson 899d6fad93 libfdt: Improve sequential write state checking 6 years ago
David Gibson 04b5b4062c libfdt: Clean up header checking functions 6 years ago
Grant Likely 44d3efedc8 Preserve datatype information when parsing dts 6 years ago
Simon Glass f0be81bd8d Make Property a subclass of bytearray 6 years ago
Simon Glass 24b1f3f064 pylibfdt: Add a method to access the device tree directly 6 years ago
Maxime Ripard 84e414b0b5 tests: Add a test case for the omit-if-no-ref keyword 7 years ago
Maxime Ripard 4038fd9005 dtc: add ability to make nodes conditional on them being referenced 7 years ago
Rob Herring e1f139ea49 checks: drop warning for missing PCI bridge bus-range 7 years ago
Geert Uytterhoeven f4eba68d89 checks: Print duplicate node name instead of parent name 7 years ago
David Gibson 46df1fb1b2 .travis.yml: Run valgrind checks via Travis 7 years ago
David Gibson 14a3002a1a tests: Update valgrind suppressions for sw_tree1 7 years ago
David Gibson 02c5fe9deb tests: Remove valgrind error from tests/get_path 7 years ago
Rob Herring df536831d0 checks: add graph binding checks 7 years ago
Rob Herring 2347c96edc checks: add a check for duplicate unit-addresses of child nodes 7 years ago
David Gibson 8f1b35f883 Correct overlay syntactic sugar for generating target-path fragments 7 years ago
David Gibson afbddcd418 Suppress warnings on overlay fragments 7 years ago