summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation/qemu-i440fx/Makefile.inc
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-11-03 06:02:57 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-11-09 14:55:01 +0000
commit085fdd85592715c77cc35585f9155c25d2344e1a (patch)
tree6609b2eb32257254f35a10b01b453a8ad8873cbb /src/mainboard/emulation/qemu-i440fx/Makefile.inc
parenta7648f2b27a7be37916ab7e62169e6841ab4caad (diff)
downloadcoreboot-085fdd85592715c77cc35585f9155c25d2344e1a.tar.gz
coreboot-085fdd85592715c77cc35585f9155c25d2344e1a.tar.bz2
coreboot-085fdd85592715c77cc35585f9155c25d2344e1a.zip
emulation/qemu-i440fx,q35: Split chromeos.c
This drops VBOOT_NO_BOARD_SUPPORT. There is little impact of always having recovery_mode_switch() implemented in bootmode.c. A weak write_protect_state() is not necessary as there is no BOOT_DEVICE_SPI_FLASH with the emulation. Call to fill_lb_gpios() is already guarded with CONFIG(CHROMEOS) so the weak implementation would not be referenced. Change-Id: I3c00b30c5233ae3556b7622f97c3166668c8ab12 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58946 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/emulation/qemu-i440fx/Makefile.inc')
-rw-r--r--src/mainboard/emulation/qemu-i440fx/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/emulation/qemu-i440fx/Makefile.inc b/src/mainboard/emulation/qemu-i440fx/Makefile.inc
index cac74ee435f9..7bd1c0212149 100644
--- a/src/mainboard/emulation/qemu-i440fx/Makefile.inc
+++ b/src/mainboard/emulation/qemu-i440fx/Makefile.inc
@@ -1,10 +1,10 @@
-romstage-y += fw_cfg.c
romstage-y += memmap.c
-postcar-y += fw_cfg.c
postcar-y += memmap.c
postcar-y += exit_car.S
-ramstage-y += fw_cfg.c
ramstage-y += memmap.c
ramstage-y += northbridge.c
+
+all-y += fw_cfg.c
+all-y += bootmode.c