aboutsummaryrefslogtreecommitdiff
path: root/libfdt
AgeCommit message (Expand)AuthorFilesLines
2016-03-07Correct a missing space in a fdt_header castSimon Glass1-1/+1
2016-03-07Correct line lengths in libfdt.hSimon Glass1-12/+23
2016-03-07Correct space-after-tab in libfdt.hSimon Glass1-13/+12
2016-02-20libfdt: simplify fdt_node_check_compatible()Masahiro Yamada1-4/+2
2015-12-17libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson1-6/+7
2015-12-02libfdt: check for potential overrun in _fdt_splice()Courtney Cavin1-0/+2
2015-12-01libfdt: Add some missing symbols to version.ldsDavid Gibson1-0/+4
2015-09-30fdt: Add functions to retrieve stringsThierry Reding2-0/+73
2015-09-30fdt: Add a function to get the index of a stringThierry Reding2-0/+52
2015-09-30fdt: Add a function to count stringsThierry Reding2-1/+43
2015-08-27libfdt: fix comment block of fdt_get_property_namelen()Masahiro Yamada1-2/+2
2015-04-07libfdt: Add fdt_path_offset_namelen()Peter Hurley3-8/+26
2015-03-18libfdt: Add missing functions to shared libraryJulien Grall1-0/+2
2014-05-12libfdt: Add helpers to read #address-cells and #size-cellsDavid Gibson3-2/+159
2014-01-25libfdt: avoid shadowing "err" in FDT_RW_CHECK_HEADERFlorian Fainelli1-3/+3
2014-01-25libfdt: avoid shadowing "err" in FDT_CHECK_HEADERFlorian Fainelli1-3/+3
2013-10-26libfdt: Add function to resize the buffer for a sequential write treeDavid Gibson2-0/+33
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