Re: [U-Boot] [PATCH] libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY

2016-10-19 Thread Masahiro Yamada
Hi Simon, 2016-10-06 1:09 GMT+09:00 Simon Glass : > Hi Masahiro, > > On 4 October 2016 at 21:27, Masahiro Yamada > wrote: >> Hi Simon, >> >> 2016-10-05 0:37 GMT+09:00 Simon Glass : >> diff --git a/common/image-fdt.c

Re: [U-Boot] [PATCH] libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY

2016-10-05 Thread Simon Glass
Hi Masahiro, On 4 October 2016 at 21:27, Masahiro Yamada wrote: > Hi Simon, > > 2016-10-05 0:37 GMT+09:00 Simon Glass : > >>> diff --git a/common/image-fdt.c b/common/image-fdt.c >>> index 3d23608..91970d4 100644 >>> --- a/common/image-fdt.c >>>

Re: [U-Boot] [PATCH] libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY

2016-10-04 Thread Masahiro Yamada
Hi Simon, 2016-10-05 0:37 GMT+09:00 Simon Glass : >> diff --git a/common/image-fdt.c b/common/image-fdt.c >> index 3d23608..91970d4 100644 >> --- a/common/image-fdt.c >> +++ b/common/image-fdt.c >> @@ -458,6 +458,11 @@ __weak int ft_verify_fdt(void *fdt) >> return 1;

Re: [U-Boot] [PATCH] libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY

2016-10-04 Thread Simon Glass
Hi Masahiro, On 4 October 2016 at 06:03, Masahiro Yamada wrote: > Commit e2f88dfd2d96 ("libfdt: Introduce new ARCH_FIXUP_FDT option") > allows us to skip memory setup of DTB, but a problem for ARM is that > spin_table_update_dt() and psci_update_dt() are skipped as

[U-Boot] [PATCH] libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY

2016-10-04 Thread Masahiro Yamada
Commit e2f88dfd2d96 ("libfdt: Introduce new ARCH_FIXUP_FDT option") allows us to skip memory setup of DTB, but a problem for ARM is that spin_table_update_dt() and psci_update_dt() are skipped as well if CONFIG_ARCH_FIXUP_FDT is disabled. This commit allows us to skip only