summaryrefslogtreecommitdiff
path: root/lib/libfdt/fdt_region.c
Commit message (Expand)AuthorAgeFilesLines
* fdt_region: move fdt_region.c to common/ from lib/libfdt/Masahiro Yamada2020-04-261-656/+0
* fdt_region: Ensure that depth never goes below -1Konrad Beckmann2018-11-161-0/+3
* SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2018-05-071-1/+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-051-2/+2
* libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.cMasahiro Yamada2017-12-041-0/+129
* libfdt: Drop -FDT_ERR_TOODEEPSimon Glass2017-07-101-1/+1
* fdtgrep: Cope with the /aliases node being lastSimon Glass2017-04-131-5/+35
* lib/libfdt/: General aesthetic/style fixes.Robert P. J. Day2016-06-191-70/+74
* fdt: Correct handling of alias regionsSimon Glass2015-11-041-1/+1
* fdt: Add fdt_first/next_region() functionsSimon Glass2015-07-211-0/+492