From 1c54985bb03534037318afc6c13fb6f3a5900fb8 Mon Sep 17 00:00:00 2001 From: Piotr Król Date: Fri, 14 Sep 2018 11:00:39 +0200 Subject: configs: add sercon port and disable pxe serial console for apu{2,3,4,5} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To avoid mangled characters on serial output from iPXE we have to disable serial from iPXE console. More to that to have correct serial input we have to enable SeaBIOS SERCON option with default configuration. The only limitation of this configs is that apu5 doesn't detect iPXE - that platform is not for public use so it doesn't affect anyone. Change-Id: I124705bd691b3c8dcd9a2636b17c019d02732c5a Signed-off-by: Piotr Król Reviewed-on: https://review.coreboot.org/28616 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- configs/config.pcengines_apu5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 configs/config.pcengines_apu5 (limited to 'configs/config.pcengines_apu5') diff --git a/configs/config.pcengines_apu5 b/configs/config.pcengines_apu5 new file mode 100644 index 0000000000..e5ddcee361 --- /dev/null +++ b/configs/config.pcengines_apu5 @@ -0,0 +1,12 @@ +# CONFIG_COLLECT_TIMESTAMPS is not set +CONFIG_VENDOR_PCENGINES=y +CONFIG_BOARD_PCENGINES_APU5=y +CONFIG_APU2_PINMUX_UART_C=y +CONFIG_APU2_PINMUX_UART_D=y +CONFIG_NO_GFX_INIT=y +CONFIG_SEABIOS_ADD_SERCON_PORT_FILE=y +CONFIG_PXE=y +CONFIG_BUILD_IPXE=y +CONFIG_PXE_ROM_ID="8086,1539" +# CONFIG_PXE_SERIAL_CONSOLE is not set +CONFIG_MEMTEST_SECONDARY_PAYLOAD=y -- cgit v1.2.3