47 Commits (f58799be130e27cc729cb2d45566daa0bb3b8605)

Author SHA1 Message Date
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
David Gibson 2cf86939af libfdt: Abolish fdt_offset_ptr_typed() 17 years ago
David Gibson 9521dc5ecc libfdt: Abolish _typed() variants, add _cell() variants 17 years ago
David Gibson 7346858f81 libfdt: Add phandle related functions 17 years ago
David Gibson 53acf491e9 libfdt: Add more documentation (path the fifth) 17 years ago
David Gibson 9d3af7ab62 libfdt: Add more documentation (patch the fourth) 17 years ago
David Gibson 2ec634d24b libfdt: Add more documentation (patch the third) 17 years ago
David Gibson a041dcdc48 libfdt: Handle v16 and re-ordered trees for r/w 17 years ago
David Gibson 9b91134ba3 libfdt: Remove un-const-safe fdt_set_header macro 17 years ago
David Gibson 57f99b7b3f libfdt: Documentation (patch the second) 17 years ago
David Gibson cec0c384ef libfdt: Add some documenting comments in libfdt.h 17 years ago
David Gibson 3c44c87bde libfdt: Rename and publish _fdt_next_tag() 17 years ago
David Gibson 96b5fad3a1 libfdt: Rename and publish _fdt_check_header() 17 years ago
David Gibson 11d5302021 libfdt: Make fdt_string() return a const pointer 17 years ago
David Gibson 333542fabf libfdt: Add functions for handling the "compatible" property 17 years ago
David Gibson 6f8b7710c9 libfdt: libfdt_env.h must be included first 17 years ago
David Gibson fd1bf3a5ae libfdt: Add functions to get/add/delete memory reservemap entries 17 years ago
David Gibson ae1454b311 libfdt: Add fdt_node_offset_by_prop_value() 17 years ago
David Gibson 1248237c7e libfdt: Add fdt_parent_offset() and supporting functions 17 years ago
David Gibson 037db263e0 libfdt: Add fdt_get_path() function 17 years ago
David Gibson 9d26eabdc6 libfdt: Add fdt_get_name() to retrieve a node's name 17 years ago
David Gibson 23cdf2379f Move everything into a subdirectory in preparation for merge into dtc. 18 years ago
David Gibson 9481605208 libfdt: Switch to dual GPL/BSD license 18 years ago
David Gibson a6c76f923d libfdt: More thorough use of constification 18 years ago
David Gibson 5b344f9c5a libfdt: Add fdt_strerror() function to library 18 years ago