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 --- payloads/external/SeaBIOS/Kconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'payloads/external/SeaBIOS/Kconfig') diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig index 52dc738a8b..fb9f32b620 100644 --- a/payloads/external/SeaBIOS/Kconfig +++ b/payloads/external/SeaBIOS/Kconfig @@ -86,6 +86,24 @@ config SEABIOS_BOOTORDER_FILE If used, a typical value would be: $(top)/src/mainboard/$(MAINBOARDDIR)/bootorder +config SEABIOS_ADD_SERCON_PORT_FILE + prompt "Add SeaBIOS sercon-port file to CBFS" + default n + bool + help + Select this option to enable SeaBIOS' VGA adapter emulation + on serial port. + +config SEABIOS_SERCON_PORT_ADDR + hex "SeaBIOS sercon-port base address" + depends on SEABIOS_ADD_SERCON_PORT_FILE + default TTYS0_BASE + help + Set this field to the IO address of a serial port for SeaBIOS' VGA + adapter emulation. + + By default primary console UART defined by TTYS0_BASE is used. + config PAYLOAD_FILE default "payloads/external/SeaBIOS/seabios/out/bios.bin.elf" -- cgit v1.2.3