summaryrefslogtreecommitdiffstats
path: root/configs/config.google_guado.pch_serialio_uart
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-04-19 17:12:42 +0200
committerAngel Pons <th3fanbus@gmail.com>2021-06-14 09:59:25 +0000
commit07baa7a7f06369d9dc795c5a9b34314e88d14dd8 (patch)
tree7e226de800d75fc2fbe32af3144720c743b0e5f8 /configs/config.google_guado.pch_serialio_uart
parente42ce6bb499031cbe4cdbad19314d2c9971b2186 (diff)
downloadcoreboot-07baa7a7f06369d9dc795c5a9b34314e88d14dd8.tar.gz
coreboot-07baa7a7f06369d9dc795c5a9b34314e88d14dd8.tar.bz2
coreboot-07baa7a7f06369d9dc795c5a9b34314e88d14dd8.zip
soc/intel/broadwell: Re-do SerialIO UART console support
Use the same code from Lynx Point on Broadwell, and adjust as needed. Also add a config file to ensure the code gets build-tested. Tested on out-of-tree Compal LA-A992P (Haswell ULT), UART 0 works. Change-Id: I527024098738700d5fbaf3e27cf4db331a0322bd Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37553 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'configs/config.google_guado.pch_serialio_uart')
-rw-r--r--configs/config.google_guado.pch_serialio_uart5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/config.google_guado.pch_serialio_uart b/configs/config.google_guado.pch_serialio_uart
new file mode 100644
index 000000000000..81f51c7de506
--- /dev/null
+++ b/configs/config.google_guado.pch_serialio_uart
@@ -0,0 +1,5 @@
+# Configuration used to build-test Wildcat Point SerialIO UART console code.
+CONFIG_VENDOR_GOOGLE=y
+CONFIG_BOARD_GOOGLE_GUADO=y
+CONFIG_SERIALIO_UART_CONSOLE=y
+# CONFIG_DRIVERS_UART_8250IO is not set