summaryrefslogtreecommitdiffstats
path: root/libfdt
AgeCommit message (Expand)AuthorFilesLines
2013-04-28libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass2-0/+50
2013-02-18Added license header to dtc/libfdt/fdt.h and libfdt_env.hJustin Sobota2-0/+102
2013-02-03Fix typoFrançois Revol1-1/+1
2013-01-27Export fdt_stringlist_contains()Simon Glass2-3/+16
2013-01-06dtc/libfdt: sparse fixesKim Phillips6-23/+23
2013-01-06dtc/libfdt: introduce fdt types for annotation by endian checkersKim Phillips2-32/+63
2012-10-03libfdt: Added missing functions to shared libraryAnders Hedlund1-0/+6
2012-08-22dtc/libfdt: install missing headerYann E. MORIN1-1/+1
2012-06-03libfdt: Add helper function to create a trivial, empty treeDavid Gibson3-1/+86
2012-06-03libfdt: Add helpers for 64-bit integer propertiesDavid Gibson1-23/+170
2012-04-10Remove invalid macro starting with _ from libfdt_env.hBert Kenward1-6/+6
2011-12-05libfdt: Add support for appending the values to a existing propertyMinghuan Lian2-0/+122
2011-10-11libfdt: Add fdt16_to_cpu utility functionAnton Staaf1-0/+6
2011-04-29libfdt: include version number in sonamePaolo Bonzini1-0/+1
2010-03-10libfdt: Implement property iteration functionsDavid Gibson4-36/+200
2009-11-26Support ePAPR compliant phandle propertiesDavid Gibson1-6/+27
2009-03-04libfdt: Fix C++ compile-time cast error on gnu 4.2.1Laurent Gregoire1-1/+1
2009-02-23Fix a possible overflow case detected by gcc 4.3.2Emil Medve1-1/+1
2009-02-06libfdt: Rework/cleanup fdt_next_tag()David Gibson5-47/+44
2009-02-06libfdt: Rework fdt_next_node()David Gibson3-48/+17
2009-01-07libfdt: Fix error in documentation for fdt_get_alias_namelen()David Gibson1-1/+1
2009-01-02libfdt: Introduce libfdt shared libraryJosh Boyer1-0/+1
2009-01-02libfdt: Add version.lds fileJosh Boyer1-0/+54
2008-11-05libfdt: Fix bug in fdt_subnode_offset_namelen()David Gibson1-4/+7
2008-10-02libfdt: Add function to explicitly expand aliasesDavid Gibson2-7/+45
2008-09-25Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.Jon Loeliger2-2/+2
2008-09-25libfdt: Fix bugs in fdt_get_path()David Gibson1-12/+11
2008-08-14libfdt: Add support for using aliases in fdt_path_offset()Kumar Gala1-2/+19
2008-08-13libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()David Gibson2-7/+60
2008-07-31libfdt: Forgot one function when cleaning the namespaceDavid Gibson1-2/+3
2008-07-23libfdt: Fix 'make install' target handling of .h files.Jon Loeliger1-0/+1
2008-07-14libfdt: Improve documentation in libfdt.hWolfram Sang1-14/+14
2008-07-14libfdt: Increase namespace-pollution paranoiaDavid Gibson7-122/+119
2008-07-14dtc: Enable and fix -Wcast-qual warningsDavid Gibson4-10/+11
2008-07-14dtc: Enable and fix -Wpointer-arith warningsDavid Gibson6-30/+35
2008-07-14dtc: Address an assortment of portability problemsDavid Gibson1-13/+14
2008-05-29libfdt: Several cleanups to parameter checkingDavid Gibson5-55/+44
2008-05-19dtc: Clean up included Makefile fragmentsDavid Gibson1-7/+0
2008-02-18libfdt: Remove no longer used code from fdt_node_offset_by_compatible()David Gibson1-11/+1
2008-02-18libfdt: Trivial cleanup for CHECK_HEADER)David Gibson4-17/+10
2008-02-14libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()David Gibson1-1/+1
2008-02-12libfdt: Add and use a node iteration helper function.David Gibson3-174/+131
2008-01-11libfdt: Add fdt_set_name() functionDavid Gibson2-0/+50
2007-12-19dtc: Update TODO filesDavid Gibson1-3/+1
2007-12-17libfdt: Add more documentation (patch the seventh)David Gibson1-0/+219
2007-12-17libfdt: Add more documentation (patch the sixth)David Gibson1-0/+104
2007-11-28Fix whitespace in libfdt/fdt.hKumar Gala1-16/+16
2007-11-26dtc: Add valgrind support to testsuiteDavid Gibson1-3/+3
2007-11-20libfdt: Abolish fdt_offset_ptr_typed()David Gibson2-7/+1
2007-11-20libfdt: Abolish _typed() variants, add _cell() variantsDavid Gibson1-16/+17
2007-11-13libfdt: Add phandle related functionsDavid Gibson2-8/+67
2007-11-08libfdt: Add more documentation (path the fifth)David Gibson1-0/+95
2007-11-05libfdt: Add more documentation (patch the fourth)David Gibson1-1/+74
2007-11-05libfdt: Add more documentation (patch the third)David Gibson1-7/+85
2007-11-01libfdt: Handle v16 and re-ordered trees for r/wDavid Gibson2-20/+90
2007-10-30libfdt: Correctly handle versions > 17David Gibson1-1/+4
2007-10-25libfdt: Remove un-const-safe fdt_set_header macroDavid Gibson3-23/+38
2007-10-25libfdt: Documentation (patch the second)David Gibson1-1/+79
2007-10-24libfdt: Add some documenting comments in libfdt.hDavid Gibson1-8/+136
2007-10-24libfdt: Rename and publish _fdt_next_tag()David Gibson6-19/+20
2007-10-24libfdt: Rename and publish _fdt_check_header()David Gibson5-19/+23
2007-10-22libfdt: Add missing RW_CHECK_HEADER to fdt_del_node()David Gibson1-0/+2
2007-10-22libfdt: Make fdt_string() return a const pointerDavid Gibson2-2/+2
2007-10-16libfdt: Add functions for handling the "compatible" propertyDavid Gibson2-0/+88
2007-10-16libfdt: libfdt_env.h must be included firstDavid Gibson1-1/+1
2007-10-15libfdt: Add functions to get/add/delete memory reservemap entriesDavid Gibson4-0/+82
2007-10-15dtc: Refactor MakefilesDavid Gibson1-13/+6
2007-10-15libfdt: Make unit address optional for finding nodesDavid Gibson1-6/+8
2007-09-18dtc: Whitespace cleanupDavid Gibson1-2/+2
2007-09-17libfdt: Add fdt_node_offset_by_prop_value()David Gibson2-0/+55
2007-09-05dtc: Assume properties preced subnodes in the flattened treeDavid Gibson1-12/+2
2007-08-31libfdt: Fix use of uninitialized variable in fdt_get_path()David Gibson1-1/+1
2007-08-30libfdt: Add fdt_parent_offset() and supporting functionsDavid Gibson2-1/+77
2007-08-30libfdt: Add fdt_get_path() functionDavid Gibson2-0/+68
2007-08-30libfdt: Add fdt_get_name() to retrieve a node's nameDavid Gibson2-0/+26
2007-08-30libfdt: Fix handling of trailing / in fdt_path_offset()David Gibson1-1/+1
2007-07-25dtc: Improve the make install targetDavid Gibson1-1/+3
2007-06-25dtc: Improve and better integrate dtc and libfdt MakefilesDavid Gibson2-64/+19
2007-06-25dtc: Remove redundant copy of the GPLDavid Gibson1-340/+0
2007-06-14Merge libfdt into dtc.David Gibson27-1986/+2
2007-06-14Move everything into a subdirectory in preparation for merge into dtc.David Gibson39-0/+3981