u-boot/arch/mips/lib
Masahiro Yamada 63c0941726 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
Commit e2f88dfd2d ("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 fdt_fixup_memory_banks() instead
of the whole of arch_fixup_fdt().  It will be useful when we want to
use a memory node from a kernel DTB as is, but need some fixups for
Spin-Table/PSCI.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Acked-by: Simon Glass <sjg@chromium.org>
Fixed build error for x86:
Signed-off-by: Simon Glass <sjg@chromium.org>
2016-12-02 20:54:34 -07:00
..
Makefile MIPS: add handling for generic and EJTAG exceptions 2016-11-30 16:12:17 +01:00
ashldi3.c dm: mips: Import libgcc components from Linux 2012-08-17 20:13:48 +02:00
ashrdi3.c dm: mips: Import libgcc components from Linux 2012-08-17 20:13:48 +02:00
asm-offsets.c MIPS: add asm-offsets for struct pt_regs 2016-11-30 16:11:46 +01:00
bootm.c libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY 2016-12-02 20:54:34 -07:00
cache.c MIPS: L2 cache support 2016-09-21 15:04:04 +02:00
cache_init.S MIPS: Ensure cache ops complete in mips_cache_reset 2016-09-21 15:04:04 +02:00
genex.S MIPS: add handling for generic and EJTAG exceptions 2016-11-30 16:12:17 +01:00
libgcc.h dm: mips: Import libgcc components from Linux 2012-08-17 20:13:48 +02:00
lshrdi3.c dm: mips: Import libgcc components from Linux 2012-08-17 20:13:48 +02:00
stack.c MIPS: reserve space for exception vectors 2016-11-30 16:11:46 +01:00
traps.c MIPS: add handling for generic and EJTAG exceptions 2016-11-30 16:12:17 +01:00