[U-Boot] [PATCH v3 05/54] fdt: Add fdt_first/next_region() functions
Simon Glass
sjg at chromium.org
Sat Jul 18 01:56:12 CEST 2015
On 23 June 2015 at 15:38, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2:
> - Add new patch with fdt_first/next_region() functions
> - Tidy up commit message a little
>
> include/libfdt.h | 239 ++++++++++++++++++++++-
> lib/libfdt/Makefile | 2 +-
> lib/libfdt/fdt_region.c | 492 ++++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 731 insertions(+), 2 deletions(-)
> create mode 100644 lib/libfdt/fdt_region.c
Applied to u-boot-dm.
More information about the U-Boot
mailing list