summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2023-11-06 15:24:01 +0100
committerFelix Held <felix-coreboot@felixheld.de>2023-11-07 17:23:02 +0000
commitd0cb97ef2e6e5088f6b256d5a4e9f0665eaa6218 (patch)
tree09ce7470a2defd745ece7530da84f32966d60031 /src/drivers
parent91e6117c09ad7aaa81344bcc378dc424f574a772 (diff)
downloadcoreboot-d0cb97ef2e6e5088f6b256d5a4e9f0665eaa6218.tar.gz
coreboot-d0cb97ef2e6e5088f6b256d5a4e9f0665eaa6218.tar.bz2
coreboot-d0cb97ef2e6e5088f6b256d5a4e9f0665eaa6218.zip
console/spkmodem: Make it work for bootblock
This code was written in a romcc bootblock time. There is no reason why it would not work in bootblock now. Untested but expected to work. Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Change-Id: I4113dc3208fe15305d1132136dd33417dd086bfb Reviewed-on: https://review.coreboot.org/c/coreboot/+/78935 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/pc80/pc/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/pc80/pc/Makefile.inc b/src/drivers/pc80/pc/Makefile.inc
index c5060116a7be..3c1ce48be940 100644
--- a/src/drivers/pc80/pc/Makefile.inc
+++ b/src/drivers/pc80/pc/Makefile.inc
@@ -7,6 +7,7 @@ ramstage-y += i8259.c
ramstage-y += keyboard.c
ramstage-$(CONFIG_SPKMODEM) += spkmodem.c
romstage-$(CONFIG_SPKMODEM) += spkmodem.c
+bootblock-$(CONFIG_SPKMODEM) += spkmodem.c
all_x86-y += i8254.c
smm-y += i8254.c