rv1126-uboot/arch/x86/lib
Alexey Brodkin f05ce84792 UPSTREAM: fdt: Implement weak arch_fixup_fdt()
Only ARM and in some configs MIPS really implement arch_fixup_fdt().
Others just use the same boilerplate which is not good by itself,
but what's worse if we try to build with disabled CONFIG_CMD_BOOTM
and enabled CONFIG_OF_LIBFDT we'll hit an unknown symbol which was
apparently implemented in arch/xxx/lib/bootm.c.

Now with weak arch_fixup_fdt() right in image-fdt.c where it is
used we get both items highlighted above fixed.

Change-Id: Iaac96fbb0bcc484906952ced132b10b2cead782e
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: York Sun <york.sun@nxp.com>
Cc: Stefan Roese <sr@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2018-12-24 17:20:37 +08:00
..
efi board_f: Drop setup_dram_config() wrapper 2017-04-05 16:36:51 -04:00
fsp x86: fsp: Configure SPI opcode registers before SPI is locked down 2017-08-24 11:00:47 +08:00
Makefile x86: Add an early CMOS access library 2017-05-17 17:11:46 +08:00
acpi_s3.c x86: acpi: Fix build error with certain configuration 2017-08-08 21:13:05 +08:00
acpi_table.c x86: acpi: Don't touch hardware on HW reduced platforms 2017-07-30 10:30:25 +08:00
asm-offsets.c
bios.c
bios.h
bios_asm.S
bios_interrupts.c
bootm.c UPSTREAM: fdt: Implement weak arch_fixup_fdt() 2018-12-24 17:20:37 +08:00
cmd_boot.c
cmd_mtrr.c
coreboot_table.c x86: Do not clear high table area for S3 2017-05-17 17:11:46 +08:00
crt0_ia32_efi.S
crt0_x86_64_efi.S
e820.c
early_cmos.c x86: Add an early CMOS access library 2017-05-17 17:11:46 +08:00
elf_ia32_efi.lds
elf_x86_64_efi.lds
gcc.c
i8254.c
i8259.c
init_helpers.c
interrupts.c
lpc-uclass.c
mpspec.c
mrccache.c
northbridge-uclass.c
physmem.c
pinctrl_ich6.c
pirq_routing.c
pmu.c x86: Introduce minimal PMU driver for Intel MID platforms 2017-04-10 10:02:03 +08:00
ramtest.c
reloc_ia32_efi.c
reloc_x86_64_efi.c
relocate.c board_f: Make relocation functions generic 2017-04-05 16:36:57 -04:00
scu.c x86: Add SCU IPC driver for Intel MID platforms 2017-04-10 10:02:03 +08:00
sections.c
sfi.c
spl.c x86: Display the SPL banner only once 2017-04-18 15:51:21 +08:00
string.c
tables.c
zimage.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00