aboutsummaryrefslogtreecommitdiff
path: root/lib/libfdt
AgeCommit message (Expand)AuthorFilesLines
2018-05-31scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987Rob Herring1-9/+9
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2018-04-01fdt_region: remove unneeded fdt_internal.h inclusionMasahiro Yamada1-2/+0
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada3-4/+6
2018-01-28libfdt: migrate libfdt.h to a wrapper + U-Boot own codeMasahiro Yamada1-2153/+0
2018-01-28libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.cMasahiro Yamada3-516/+4
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