Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-04 | fdt: Correct handling of alias regions | Simon Glass | |
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> | |||
2015-07-21 | fdt: Add fdt_first/next_region() functions | Simon Glass | |
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> |