135 Commits (04b5b4062ccd55ea7caf04c0eb02753e6986df76)

Author SHA1 Message Date
David Gibson 40f7f576c8 libfdt: Add helpers to read #address-cells and #size-cells 11 years ago
Florian Fainelli 3a584d4760 libfdt: avoid shadowing "err" in FDT_RW_CHECK_HEADER 11 years ago
Florian Fainelli 89c9af5481 libfdt: avoid shadowing "err" in FDT_CHECK_HEADER 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
Justin Sobota 27cdc1b16f Added license header to dtc/libfdt/fdt.h and libfdt_env.h 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
Kim Phillips feafcd972c dtc/libfdt: introduce fdt types for annotation by endian checkers 12 years ago
Anders Hedlund c6fb1d2391 libfdt: Added missing functions to shared library 12 years ago
Yann E. MORIN 8716901d22 dtc/libfdt: install missing header 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
Bert Kenward 37b167f68a Remove invalid macro starting with _ from libfdt_env.h 13 years ago
Minghuan Lian a31e3ef83b libfdt: Add support for appending the values to a existing property 13 years ago
Anton Staaf 2cd4c8d27d libfdt: Add fdt16_to_cpu utility function 13 years ago
Paolo Bonzini 99c1db78dc libfdt: include version number in soname 14 years ago
David Gibson 73dca9ae0b libfdt: Implement property iteration functions 15 years ago
David Gibson d75b33af67 Support ePAPR compliant phandle properties 15 years ago
Laurent Gregoire f281f526d4 libfdt: Fix C++ compile-time cast error on gnu 4.2.1 16 years ago
Emil Medve 804fed8dcd Fix a possible overflow case detected by gcc 4.3.2 16 years ago
David Gibson 1a020e4030 libfdt: Rework/cleanup fdt_next_tag() 16 years ago
David Gibson ce4d9c0f74 libfdt: Rework fdt_next_node() 16 years ago
David Gibson 75bdd849dc libfdt: Fix error in documentation for fdt_get_alias_namelen() 16 years ago
Josh Boyer 6272182b41 libfdt: Introduce libfdt shared library 16 years ago
Josh Boyer 787b599c81 libfdt: Add version.lds file 16 years ago
David Gibson f99cd158a9 libfdt: Fix bug in fdt_subnode_offset_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 8daae14b74 libfdt: Fix bugs in fdt_get_path() 16 years ago
Kumar Gala 02cc83540b libfdt: Add support for using aliases in fdt_path_offset() 16 years ago
David Gibson cb650ae143 libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen() 16 years ago
David Gibson d5653618d2 libfdt: Forgot one function when cleaning the namespace 16 years ago
Jon Loeliger a653228522 libfdt: Fix 'make install' target handling of .h files. 16 years ago
Wolfram Sang 08309aa1a4 libfdt: Improve documentation in libfdt.h 17 years ago
David Gibson b6d80a20fc libfdt: Increase namespace-pollution paranoia 17 years ago
David Gibson 1409097db8 dtc: Enable and fix -Wcast-qual warnings 17 years ago
David Gibson 36786db615 dtc: Enable and fix -Wpointer-arith warnings 17 years ago
David Gibson cdcb415851 dtc: Address an assortment of portability problems 17 years ago
David Gibson aa1baab3cc libfdt: Several cleanups to parameter checking 17 years ago
David Gibson 6a6c972cdf dtc: Clean up included Makefile fragments 17 years ago
David Gibson 2512a7eb5c libfdt: Remove no longer used code from fdt_node_offset_by_compatible() 17 years ago
David Gibson 8a4e75049d libfdt: Trivial cleanup for CHECK_HEADER) 17 years ago
David Gibson 089adb9964 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen() 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 3e516d961a dtc: Update TODO files 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