From bb95731dadf3aa9807090f9e5f55a870f5d4dd43 Mon Sep 17 00:00:00 2001 From: Piotr Król Date: Fri, 4 May 2018 15:29:56 +0200 Subject: payloads/external/SeaBIOS: add support for sercon port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id2d2ed0fa97f2cef5818a8508bb8ee3ddba73647 Signed-off-by: Piotr Król Signed-off-by: Michał Żygowski Reviewed-on: https://review.coreboot.org/26060 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- Makefile.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.inc') diff --git a/Makefile.inc b/Makefile.inc index aa93222920..7ce236031e 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" -- cgit v1.2.3