summaryrefslogtreecommitdiff
path: root/libfdt
Commit message (Expand)AuthorAgeFilesLines
* libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass2013-04-282-0/+50
* Added license header to dtc/libfdt/fdt.h and libfdt_env.hJustin Sobota2013-02-182-0/+102
* Fix typoFrançois Revol2013-02-031-1/+1
* Export fdt_stringlist_contains()Simon Glass2013-01-272-3/+16
* dtc/libfdt: sparse fixesKim Phillips2013-01-066-23/+23
* dtc/libfdt: introduce fdt types for annotation by endian checkersKim Phillips2013-01-062-32/+63
* libfdt: Added missing functions to shared libraryAnders Hedlund2012-10-031-0/+6
* dtc/libfdt: install missing headerYann E. MORIN2012-08-221-1/+1
* libfdt: Add helper function to create a trivial, empty treeDavid Gibson2012-06-033-1/+86
* libfdt: Add helpers for 64-bit integer propertiesDavid Gibson2012-06-031-23/+170
* Remove invalid macro starting with _ from libfdt_env.hBert Kenward2012-04-101-6/+6
* libfdt: Add support for appending the values to a existing propertyMinghuan Lian2011-12-052-0/+122
* libfdt: Add fdt16_to_cpu utility functionAnton Staaf2011-10-111-0/+6
* libfdt: include version number in sonamePaolo Bonzini2011-04-291-0/+1
* libfdt: Implement property iteration functionsDavid Gibson2010-03-104-36/+200
* Support ePAPR compliant phandle propertiesDavid Gibson2009-11-261-6/+27
* libfdt: Fix C++ compile-time cast error on gnu 4.2.1Laurent Gregoire2009-03-041-1/+1
* Fix a possible overflow case detected by gcc 4.3.2Emil Medve2009-02-231-1/+1
* libfdt: Rework/cleanup fdt_next_tag()David Gibson2009-02-065-47/+44
* libfdt: Rework fdt_next_node()David Gibson2009-02-063-48/+17
* libfdt: Fix error in documentation for fdt_get_alias_namelen()David Gibson2009-01-071-1/+1
* libfdt: Introduce libfdt shared libraryJosh Boyer2009-01-021-0/+1
* libfdt: Add version.lds fileJosh Boyer2009-01-021-0/+54
* libfdt: Fix bug in fdt_subnode_offset_namelen()David Gibson2008-11-051-4/+7
* libfdt: Add function to explicitly expand aliasesDavid Gibson2008-10-022-7/+45
* Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.Jon Loeliger2008-09-252-2/+2
* libfdt: Fix bugs in fdt_get_path()David Gibson2008-09-251-12/+11
* libfdt: Add support for using aliases in fdt_path_offset()Kumar Gala2008-08-141-2/+19
* libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()David Gibson2008-08-132-7/+60
* libfdt: Forgot one function when cleaning the namespaceDavid Gibson2008-07-311-2/+3
* libfdt: Fix 'make install' target handling of .h files.Jon Loeliger2008-07-231-0/+1
* libfdt: Improve documentation in libfdt.hWolfram Sang2008-07-141-14/+14
* libfdt: Increase namespace-pollution paranoiaDavid Gibson2008-07-147-122/+119
* dtc: Enable and fix -Wcast-qual warningsDavid Gibson2008-07-144-10/+11
* dtc: Enable and fix -Wpointer-arith warningsDavid Gibson2008-07-146-30/+35
* dtc: Address an assortment of portability problemsDavid Gibson2008-07-141-13/+14
* libfdt: Several cleanups to parameter checkingDavid Gibson2008-05-295-55/+44
* dtc: Clean up included Makefile fragmentsDavid Gibson2008-05-191-7/+0
* libfdt: Remove no longer used code from fdt_node_offset_by_compatible()David Gibson2008-02-181-11/+1
* libfdt: Trivial cleanup for CHECK_HEADER)David Gibson2008-02-184-17/+10
* libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()David Gibson2008-02-141-1/+1
* libfdt: Add and use a node iteration helper function.David Gibson2008-02-123-174/+131
* libfdt: Add fdt_set_name() functionDavid Gibson2008-01-112-0/+50
* dtc: Update TODO filesDavid Gibson2007-12-191-3/+1
* libfdt: Add more documentation (patch the seventh)David Gibson2007-12-171-0/+219
* libfdt: Add more documentation (patch the sixth)David Gibson2007-12-171-0/+104
* Fix whitespace in libfdt/fdt.hKumar Gala2007-11-281-16/+16
* dtc: Add valgrind support to testsuiteDavid Gibson2007-11-261-3/+3
* libfdt: Abolish fdt_offset_ptr_typed()David Gibson2007-11-202-7/+1
* libfdt: Abolish _typed() variants, add _cell() variantsDavid Gibson2007-11-201-16/+17