summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Murphy <jpmurphy@google.com>2022-02-17 14:54:46 -0700
committerFelix Held <felix-coreboot@felixheld.de>2022-02-26 00:18:40 +0000
commit4b2e04a53bf6b4efc9354793bb10312bc7f77baa (patch)
tree8ebda2b9a7838a51254782a4d8ce4849fe6272ee
parenteab1827b66152fbef3dc9f8974bb5fa4a342d08d (diff)
downloadcoreboot-4b2e04a53bf6b4efc9354793bb10312bc7f77baa.tar.gz
coreboot-4b2e04a53bf6b4efc9354793bb10312bc7f77baa.tar.bz2
coreboot-4b2e04a53bf6b4efc9354793bb10312bc7f77baa.zip
mb/google/skyrim: Enable console UART
BUG=b:214414501 TEST=builds Signed-off-by: Jon Murphy <jpmurphy@google.com> Change-Id: I053909ab73c1aa053f35a505b37571ff23adde89 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62147 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
-rw-r--r--src/mainboard/google/skyrim/Kconfig1
-rw-r--r--src/mainboard/google/skyrim/variants/baseboard/devicetree.cb1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig
index 5f5b8b5226e9..c5b81f79c992 100644
--- a/src/mainboard/google/skyrim/Kconfig
+++ b/src/mainboard/google/skyrim/Kconfig
@@ -16,6 +16,7 @@ config AMD_FWM_POSITION_INDEX
config BOARD_SPECIFIC_OPTIONS
def_bool y
+ select AMD_SOC_CONSOLE_UART
select BOARD_ROMSIZE_KB_16384
select EC_GOOGLE_CHROMEEC
select EC_GOOGLE_CHROMEEC_ESPI
diff --git a/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb b/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb
index 04e0b51f273d..d6652978bad6 100644
--- a/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb
+++ b/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb
@@ -7,4 +7,5 @@ chip soc/amd/sabrina
end
end
end # domain
+ device ref uart_0 on end # UART0
end # chip soc/amd/sabrina