From 92986f0c421447f74f18ee061a689950af599e86 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 21 Dec 2023 19:03:49 +0000 Subject: build/roms: remove modify_coreboot_rom() don't handle "romtype" at all, in board target.cfg files add /dev/null as pike2008 rom on amd boards. this serves the same purpose, adding them as empty vga roms, to add an empty rom in cbfs. pike2008 cards cause seabios to hang, when their oproms are executed, so we insert a fake rom on i945 thinkpads, use the coreboot config option: CONFIG_INTEL_ADD_TOP_SWAP_BOOTBLOCK when set, this enables the same bootblock copy, for use with bucts. these two cases, namely pike2008 roms and i945 bootblock copies, no longer need to be handled in code Signed-off-by: Leah Rowe --- config/coreboot/kcma-d8-udimm_2mb/target.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'config/coreboot/kcma-d8-udimm_2mb/target.cfg') diff --git a/config/coreboot/kcma-d8-udimm_2mb/target.cfg b/config/coreboot/kcma-d8-udimm_2mb/target.cfg index 3f1f7c3e..1bb78ad5 100644 --- a/config/coreboot/kcma-d8-udimm_2mb/target.cfg +++ b/config/coreboot/kcma-d8-udimm_2mb/target.cfg @@ -1,5 +1,4 @@ tree="fam15h_udimm" -romtype="d8d16sas" arch="i386-elf" payload_grub="y" payload_grub_withseabios="y" -- cgit v1.2.1