[coreboot-gerrit] Change in coreboot[master]: configs: add sercon port and disable pxe serial console for apu{2, 3, 4, 5}

Piotr Król (Code Review) gerrit at coreboot.org
Sat Sep 15 12:06:36 CEST 2018


Piotr Król has uploaded this change for review. ( https://review.coreboot.org/28616


Change subject: configs: add sercon port and disable pxe serial console for apu{2,3,4,5}
......................................................................

configs: add sercon port and disable pxe serial console for apu{2,3,4,5}

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 <piotr.krol at 3mdeb.com>
---
A configs/config.pcengines_apu1
M configs/config.pcengines_apu2
A configs/config.pcengines_apu3
A configs/config.pcengines_apu4
A configs/config.pcengines_apu5
5 files changed, 48 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/28616/1

diff --git a/configs/config.pcengines_apu1 b/configs/config.pcengines_apu1
new file mode 100644
index 0000000..e511d65
--- /dev/null
+++ b/configs/config.pcengines_apu1
@@ -0,0 +1,10 @@
+# CONFIG_COLLECT_TIMESTAMPS is not set
+CONFIG_VENDOR_PCENGINES=y
+CONFIG_BOARD_PCENGINES_APU1=y
+CONFIG_NO_GFX_INIT=y
+CONFIG_SEABIOS_ADD_SERCON_PORT_FILE=y
+CONFIG_PXE=y
+CONFIG_BUILD_IPXE=y
+CONFIG_PXE_ROM_ID="10ec,8168"
+# CONFIG_PXE_SERIAL_CONSOLE is not set
+CONFIG_MEMTEST_SECONDARY_PAYLOAD=y
diff --git a/configs/config.pcengines_apu2 b/configs/config.pcengines_apu2
index 2754024..08d4d4e 100644
--- a/configs/config.pcengines_apu2
+++ b/configs/config.pcengines_apu2
@@ -4,7 +4,9 @@
 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,157b"
+# CONFIG_PXE_SERIAL_CONSOLE is not set
 CONFIG_MEMTEST_SECONDARY_PAYLOAD=y
diff --git a/configs/config.pcengines_apu3 b/configs/config.pcengines_apu3
new file mode 100644
index 0000000..7acf014
--- /dev/null
+++ b/configs/config.pcengines_apu3
@@ -0,0 +1,12 @@
+# CONFIG_COLLECT_TIMESTAMPS is not set
+CONFIG_VENDOR_PCENGINES=y
+CONFIG_BOARD_PCENGINES_APU3=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
diff --git a/configs/config.pcengines_apu4 b/configs/config.pcengines_apu4
new file mode 100644
index 0000000..9e7ca5a
--- /dev/null
+++ b/configs/config.pcengines_apu4
@@ -0,0 +1,12 @@
+# CONFIG_COLLECT_TIMESTAMPS is not set
+CONFIG_VENDOR_PCENGINES=y
+CONFIG_BOARD_PCENGINES_APU4=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
diff --git a/configs/config.pcengines_apu5 b/configs/config.pcengines_apu5
new file mode 100644
index 0000000..e5ddcee
--- /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

-- 
To view, visit https://review.coreboot.org/28616
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I124705bd691b3c8dcd9a2636b17c019d02732c5a
Gerrit-Change-Number: 28616
Gerrit-PatchSet: 1
Gerrit-Owner: Piotr Król <piotr.krol at 3mdeb.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180915/94651c26/attachment.html>


More information about the coreboot-gerrit mailing list