coreboot-kgpe-d16/src/mainboard/emulation/qemu-riscv
Julius Werner 8245bd25a3 fmap: Make FMAP_CACHE mandatory if it is configured in
Now that we have a CONFIG_NO_FMAP_CACHE to completely configure out the
pre-RAM FMAP cache code, there's no point in allowing the region to be
optional anymore. This patch makes the section required by the linker.
If a board doesn't want to provide it, it has to select NO_FMAP_CACHE.

Adding FMAP_CACHE regions to a couple more targets that I think can use
them but I don't know anything about... please yell if one of these is
a bad idea and I should mark them NO_FMAP_CACHE instead.

Change-Id: Ic7d47772ab3abfa7e3a66815c3739d0af071abc2
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37497
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
2019-12-11 11:42:26 +00:00
..
include/mainboard
board_info.txt
clint.c mb/emulation/qemu-riscv: Implement ipi using clint to enable smp in qemu/spike. 2019-12-06 15:09:48 +00:00
devicetree.cb
Kconfig Kconfig: comply to Linux 5.3's Kconfig language rules 2019-11-23 20:09:56 +00:00
Kconfig.name
mainboard.c mb/emulation/qemu-riscv: Fix regression 2019-07-29 18:29:45 +00:00
Makefile.inc mb/emulation/qemu-riscv: Implement ipi using clint to enable smp in qemu/spike. 2019-12-06 15:09:48 +00:00
memlayout.ld fmap: Make FMAP_CACHE mandatory if it is configured in 2019-12-11 11:42:26 +00:00
rom_media.c mb/emulation/qemu-riscv: Protect CBFS from payload loader 2019-07-30 08:59:48 +00:00
romstage.c mb/emulation/*-riscv: Initialize cbmem in romstage 2019-11-01 19:41:51 +00:00
uart.c mb/emulation/qemu-riscv: Use generic 8250 uart driver 2019-06-28 07:36:03 +00:00