summaryrefslogtreecommitdiff
path: root/lib/libfdt
Commit message (Expand)AuthorAgeFilesLines
* fdt_region: Ensure that depth never goes below -1Konrad Beckmann2018-11-161-0/+3
* scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987Rob Herring2018-05-311-9/+9
* SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2018-05-072-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-3/+1
* fdt_region: remove unneeded fdt_internal.h inclusionMasahiro Yamada2018-04-011-2/+0
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-053-4/+6
* libfdt: migrate libfdt.h to a wrapper + U-Boot own codeMasahiro Yamada2018-01-281-2153/+0
* libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.cMasahiro Yamada2018-01-283-516/+4
* libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.cMasahiro Yamada2017-12-042-100/+4
* libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.cMasahiro Yamada2017-12-042-129/+129
* lib: libfdt: wrap scripts/dtc/libfdt/* where possibleMasahiro Yamada2017-11-177-1483/+24
* libfdt: change libfdt_internal.h to a wrapper of scripts/dtc/libfdt/*Masahiro Yamada2017-11-171-50/+1
* libfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/*Masahiro Yamada2017-11-171-67/+0
* pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefileMasahiro Yamada2017-11-172-572/+0
* fdt: Allow stacked overlays phandle referencesPantelis Antoniou2017-09-151-22/+206
* libfdt: Initialize the stack variableTien Fong Chee2017-09-151-1/+1
* fdt: Sync libfdt up to upstreamSimon Glass2017-09-153-3/+106
* moveconfig: Use fd.write() instead of print >>Simon Glass2017-09-111-0/+2
* libfdt: Drop -FDT_ERR_TOODEEPSimon Glass2017-07-102-7/+2
* fdt: Stop building the old python libfdt moduleSimon Glass2017-06-022-150/+0
* fdt: Rename existing python libfdt moduleSimon Glass2017-06-022-5/+4
* fdt: Allow swig options to be provided by MakefileSimon Glass2017-06-021-2/+2
* fdt: Move header files into lib/libfdtSimon Glass2017-06-022-0/+2211
* fdt: Add Python bindingsSimon Glass2017-06-022-0/+512
* fdtgrep: Cope with the /aliases node being lastSimon Glass2017-04-131-5/+35
* libfdt: fix build with Python 3Stefan Agner2017-04-101-1/+1
* fdt: Bring in changes from v1.4.4Simon Glass2017-04-103-12/+17
* libfdt: Correct fdt handling of overlays without fixups and base trees withou...David Gibson2017-01-131-1/+6
* libfdt: fix fdt_stringlist_search()Masahiro Yamada2016-10-241-1/+1
* libfdt: fix fdt_stringlist_count()Masahiro Yamada2016-10-241-1/+1
* libfdt: Sync overlay with upstreamMaxime Ripard2016-10-232-73/+129
* libfdt: Drop inlining of fdt_path_offset()Simon Glass2016-10-131-0/+5
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-131-4/+4
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-40/+64
* libfdt: Sync up with upstreamSimon Glass2016-10-133-10/+10
* libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson2016-10-131-6/+7
* libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada2016-09-231-5/+1
* dtoc: Support finding the offset of a propertySimon Glass2016-09-181-0/+3
* dtoc: Support packing the device treeSimon Glass2016-09-181-0/+1
* dtoc: Support deleting device tree propertiesSimon Glass2016-09-181-0/+12
* dtoc: Move to using bytearraySimon Glass2016-09-181-0/+8
* tests: Introduce DT overlay testsMaxime Ripard2016-08-201-49/+262
* cmd: fdt: add fdt overlay application subcommandMaxime Ripard2016-08-201-7/+7
* libfdt: Add overlay application functionMaxime Ripard2016-08-202-0/+407
* libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard2016-08-201-4/+25
* libfdt: Add fdt_path_offset_namelenMaxime Ripard2016-08-201-8/+10
* libfdt: Fix separator spellingMaxime Ripard2016-08-201-4/+4
* libfdt: Add max phandle retrieval functionMaxime Ripard2016-08-201-0/+26
* dm: Add a more efficient libfdt librarySimon Glass2016-07-143-0/+141
* lib/libfdt/: General aesthetic/style fixes.Robert P. J. Day2016-06-1911-97/+109