aboutsummaryrefslogtreecommitdiff
path: root/libfdt
AgeCommit message (Expand)AuthorFilesLines
2017-02-24libfdt: Add fdt_setprop_empty()David Gibson1-0/+30
2017-02-24libfdt: Remove undefined behaviour setting empty propertiesDavid Gibson1-1/+2
2016-12-09tests: Correct fdt handling of overlays without fixups and base trees without...David Gibson1-1/+6
2016-11-04libfdt: add missing errors to fdt_strerror()Benjamin Fair1-0/+3
2016-10-17libfdt: fix fdt_stringlist_search()Masahiro Yamada1-1/+1
2016-10-17libfdt: fix fdt_stringlist_count()Masahiro Yamada1-1/+1
2016-10-11libfdt: Add fdt_overlay_apply to the exported symbolsMaxime Ripard1-0/+1
2016-10-11fdt: strerr: Remove spurious BADOVERLAYMaxime Ripard1-1/+0
2016-10-07libfdt: overlay: Fix symbols and fixups nodes conditionMaxime Ripard1-4/+3
2016-10-07libfdt: overlay: Report a bad overlay for mismatching local fixupsMaxime Ripard1-0/+2
2016-10-07libfdt: Add BADPHANDLE error stringMaxime Ripard1-0/+1
2016-10-06libfdt: Don't use 'index' as a local variable nameDavid Gibson1-10/+10
2016-10-06libfdt: Add overlay application functionMaxime Ripard4-1/+703
2016-10-06libfdt: Extend the reach of FDT_ERR_BADPHANDLEMaxime Ripard1-2/+4
2016-10-06libfdt: Add new errors for the overlay codeMaxime Ripard2-1/+13
2016-09-27Fix some typing errors in libfdt.h and livetree.cThomas Huth1-2/+2
2016-08-22libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada1-5/+1
2016-08-01libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard2-4/+46
2016-07-28libfdt: Add fdt_getprop_namelen_wMaxime Ripard1-0/+7
2016-07-28libfdt: Add max phandle retrieval functionMaxime Ripard2-0/+41
2016-07-28libfdt: Add iterator over propertiesMaxime Ripard1-0/+27
2016-07-28libfdt: Add a subnodes iterator macroThierry Reding1-0/+28
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