summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorPiotr Król <piotr.krol@3mdeb.com>2018-05-04 15:29:56 +0200
committerMartin Roth <martinroth@google.com>2018-08-06 14:16:17 +0000
commitbb95731dadf3aa9807090f9e5f55a870f5d4dd43 (patch)
tree70ebe7cd0c4dfdec702b97ce2c1d160176a8701d /Makefile.inc
parent8aee7f7fad275981f7f03c3425c2b11867d76184 (diff)
downloadcoreboot-bb95731dadf3aa9807090f9e5f55a870f5d4dd43.tar.gz
coreboot-bb95731dadf3aa9807090f9e5f55a870f5d4dd43.tar.bz2
coreboot-bb95731dadf3aa9807090f9e5f55a870f5d4dd43.zip
payloads/external/SeaBIOS: add support for sercon port
Change-Id: Id2d2ed0fa97f2cef5818a8508bb8ee3ddba73647 Signed-off-by: Piotr Król <piotr.krol@3mdeb.com> Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-on: https://review.coreboot.org/26060 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index aa9322292073..7ce236031e16 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1023,6 +1023,10 @@ ifneq ($(CONFIG_UPDATE_IMAGE),y)
endif
endif
endif
+ifeq ($(CONFIG_SEABIOS_ADD_SERCON_PORT_FILE),y)
+ @printf " SeaBIOS Add sercon-port file\n"
+ $(CBFSTOOL) $@.tmp add-int -i $(CONFIG_SEABIOS_SERCON_PORT_ADDR) -n etc/sercon-port
+endif
ifeq ($(CONFIG_CPU_INTEL_FIRMWARE_INTERFACE_TABLE),y)
ifeq ($(CONFIG_CPU_MICROCODE_CBFS_EXTERNAL_HEADER),y)
@printf " UPDATE-FIT\n"