71 Commits (9aafa33d99ed8a6fd9af827480b58a3f463917fb)

Author SHA1 Message Date
Simon Glass 9aafa33d99 pylibfdt: Add functions to update properties 6 years ago
David Gibson 4b8fcc3d01 libfdt: Add fdt_check_full() function 6 years ago
David Gibson 0112fda03b libfdt: Add fdt_header_size() 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
Nathan Whitehorn f1879e1a50 Add limited read-only support for older (V2 and V3) device tree to libfdt. 7 years ago
David Gibson c8b38f65fd libfdt: Remove leading underscores from identifiers 7 years ago
David Gibson 2e6fe5a107 Fix some errors in comments 7 years ago
Pantelis Antoniou a33c2247ac Introduce fdt_setprop_placeholder() method 7 years ago
Simon Glass 580a9f6c28 Add a libfdt function to write a property placeholder 8 years ago
Simon Glass 8cb3896358 Adjust libfdt.h to work with swig 8 years ago
David Gibson 397d5ef020 libfdt: Add fdt_setprop_empty() 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
Thomas Huth 45fd440a95 Fix some typing errors in libfdt.h and livetree.c 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
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
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
Peter Hurley b4150b59ae libfdt: Add fdt_path_offset_namelen() 10 years ago
David Gibson 40f7f576c8 libfdt: Add helpers to read #address-cells and #size-cells 11 years ago
David Gibson 79eebb23db libfdt: Add function to resize the buffer for a sequential write tree 11 years ago
Simon Glass 4e76ec796c libfdt: Add fdt_next_subnode() to permit easy subnode iteration 12 years ago
François Revol cc11e522a3 Fix typo 12 years ago
Simon Glass b7aa300eee Export fdt_stringlist_contains() 12 years ago
Kim Phillips 142419e43c dtc/libfdt: sparse fixes 12 years ago
David Gibson be6026838e libfdt: Add helper function to create a trivial, empty tree 13 years ago
David Gibson cbf1410eab libfdt: Add helpers for 64-bit integer properties 13 years ago
Minghuan Lian a31e3ef83b libfdt: Add support for appending the values to a existing property 13 years ago
David Gibson 73dca9ae0b libfdt: Implement property iteration functions 15 years ago
Laurent Gregoire f281f526d4 libfdt: Fix C++ compile-time cast error on gnu 4.2.1 16 years ago
David Gibson 75bdd849dc libfdt: Fix error in documentation for fdt_get_alias_namelen() 16 years ago
David Gibson 9c83115351 libfdt: Add function to explicitly expand aliases 16 years ago
Jon Loeliger b236893fc4 Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3. 16 years ago
David Gibson cb650ae143 libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen() 16 years ago
Wolfram Sang 08309aa1a4 libfdt: Improve documentation in libfdt.h 17 years ago
David Gibson 1409097db8 dtc: Enable and fix -Wcast-qual warnings 17 years ago
David Gibson fc9769ac2b libfdt: Add and use a node iteration helper function. 17 years ago
David Gibson 82b327d380 libfdt: Add fdt_set_name() function 17 years ago
David Gibson 30f7fbfbe9 libfdt: Add more documentation (patch the seventh) 17 years ago
David Gibson f819a4e21d libfdt: Add more documentation (patch the sixth) 17 years ago