summaryrefslogtreecommitdiff
path: root/lib/libfdt
AgeCommit message (Expand)AuthorFilesLines
2020-04-26fdt_region: move fdt_region.c to common/ from lib/libfdt/Masahiro Yamada2-659/+0
2020-04-26libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.cMasahiro Yamada2-929/+2
2020-01-30libfdt: Revert 6dcb8ba4 from upstream libfdtTom Rini1-10/+10
2019-11-05fdt: Sync up to the latest libfdtSimon Glass1-104/+316
2019-11-05fdt: Add Kconfig options to control code sizeSimon Glass1-1/+2
2019-04-12libfdt: Add phandle generation helperThierry Reding1-0/+31
2018-11-17fdt_region: Ensure that depth never goes below -1Konrad Beckmann1-0/+3
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-12moveconfig: 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-14libfdt: 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-24libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada1-5/+1
2016-09-19dtoc: Support finding the offset of a propertySimon Glass1-0/+3
2016-09-19dtoc: Support packing the device treeSimon Glass1-0/+1
2016-09-19dtoc: Support deleting device tree propertiesSimon Glass1-0/+12
2016-09-19dtoc: 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