aboutsummaryrefslogtreecommitdiff
path: root/lib/libfdt
AgeCommit message (Expand)AuthorFilesLines
2017-12-04libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.cMasahiro Yamada2-100/+4
2017-12-04libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.cMasahiro Yamada2-129/+129
2017-11-17lib: libfdt: wrap scripts/dtc/libfdt/* where possibleMasahiro Yamada7-1483/+24
2017-11-17libfdt: change libfdt_internal.h to a wrapper of scripts/dtc/libfdt/*Masahiro Yamada1-50/+1
2017-11-17libfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/*Masahiro Yamada1-67/+0
2017-11-17pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefileMasahiro Yamada2-572/+0
2017-09-15fdt: Allow stacked overlays phandle referencesPantelis Antoniou1-22/+206
2017-09-15libfdt: Initialize the stack variableTien Fong Chee1-1/+1
2017-09-15fdt: Sync libfdt up to upstreamSimon Glass3-3/+106
2017-09-11moveconfig: Use fd.write() instead of print >>Simon Glass1-0/+2
2017-07-10libfdt: Drop -FDT_ERR_TOODEEPSimon Glass2-7/+2
2017-06-02fdt: Stop building the old python libfdt moduleSimon Glass2-150/+0
2017-06-02fdt: Rename existing python libfdt moduleSimon Glass2-5/+4
2017-06-02fdt: Allow swig options to be provided by MakefileSimon Glass1-2/+2
2017-06-02fdt: Move header files into lib/libfdtSimon Glass2-0/+2211
2017-06-02fdt: Add Python bindingsSimon Glass2-0/+512
2017-04-13fdtgrep: Cope with the /aliases node being lastSimon Glass1-5/+35
2017-04-10libfdt: fix build with Python 3Stefan Agner1-1/+1
2017-04-10fdt: Bring in changes from v1.4.4Simon Glass3-12/+17
2017-01-13libfdt: Correct fdt handling of overlays without fixups and base trees withou...David Gibson1-1/+6
2016-10-24libfdt: fix fdt_stringlist_search()Masahiro Yamada1-1/+1
2016-10-24libfdt: fix fdt_stringlist_count()Masahiro Yamada1-1/+1
2016-10-23libfdt: Sync overlay with upstreamMaxime Ripard2-73/+129
2016-10-13libfdt: Drop inlining of fdt_path_offset()Simon Glass1-0/+5
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass1-4/+4
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-40/+64
2016-10-13libfdt: Sync up with upstreamSimon Glass3-10/+10
2016-10-13libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson1-6/+7
2016-09-23libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada1-5/+1
2016-09-18dtoc: Support finding the offset of a propertySimon Glass1-0/+3
2016-09-18dtoc: Support packing the device treeSimon Glass1-0/+1
2016-09-18dtoc: Support deleting device tree propertiesSimon Glass1-0/+12
2016-09-18dtoc: Move to using bytearraySimon Glass1-0/+8
2016-08-20tests: Introduce DT overlay testsMaxime Ripard1-49/+262
2016-08-20cmd: fdt: add fdt overlay application subcommandMaxime Ripard1-7/+7
2016-08-20libfdt: Add overlay application functionMaxime Ripard2-0/+407
2016-08-20libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard1-4/+25
2016-08-20libfdt: Add fdt_path_offset_namelenMaxime Ripard1-8/+10
2016-08-20libfdt: Fix separator spellingMaxime Ripard1-4/+4
2016-08-20libfdt: Add max phandle retrieval functionMaxime Ripard1-0/+26
2016-07-14dm: Add a more efficient libfdt librarySimon Glass3-0/+141
2016-06-19lib/libfdt/: General aesthetic/style fixes.Robert P. J. Day11-97/+109
2016-03-14libfdt: Add a function to write a property placeholderSimon Glass1-2/+14
2015-11-04fdt: Correct handling of alias regionsSimon Glass1-1/+1
2015-07-21fdt: Add fdt_first/next_region() functionsSimon Glass2-1/+493
2015-07-21fdt: Add a function to remove unused strings from a device treeSimon Glass1-0/+32
2015-07-20libfdt: fix error code of fdt_count_strings()Masahiro Yamada1-1/+1
2015-07-20libfdt: fix error code of fdt_get_string_index()Masahiro Yamada1-1/+1
2015-04-23fdt: Fix handling of paths with options in themHans de Goede1-3/+22
2014-12-08libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/MakefileMasahiro Yamada1-4/+1