summaryrefslogtreecommitdiffstats
path: root/lib/libfdt/fdt_region.c
Commit message (Collapse)AuthorAgeFilesLines
* fdt: Correct handling of alias regionsSimon Glass2015-11-041-1/+1
| | | | | | | | | At present the last four bytes of the alias region are dropped in the case where the last alias is included. This results in a corrupted device tree. Fix this. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* fdt: Add fdt_first/next_region() functionsSimon Glass2015-07-211-0/+492
These have been sent upstream but not accepted to libfdt. For now, bring these into U-Boot to enable fdtgrep to operate. We will use fdtgrep to cut device tree files down for SPL. Signed-off-by: Simon Glass <sjg@chromium.org>
OpenPOWER on IntegriCloud