From a7696adbeb1f3ad7408a02ba82930c02079b01ed Mon Sep 17 00:00:00 2001 From: Ivy Jian Date: Tue, 13 Apr 2021 14:04:12 +0800 Subject: soc/amd/cezanne: Add uart controllers to chipset.cb Add uart controller to chipset.cb and leave it off by default. Turn uart0 on for console for mainboards. BUG=none TEST=builds and boot into OS Signed-off-by: Ivy Jian Change-Id: Iaeb7fea4b92bd89331c7ae7c1c000f8d9961fe9e Reviewed-on: https://review.coreboot.org/c/coreboot/+/52287 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Raul Rangel Reviewed-by: EricR Lai --- src/soc/amd/cezanne/chipset.cb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc') diff --git a/src/soc/amd/cezanne/chipset.cb b/src/soc/amd/cezanne/chipset.cb index 2cb157bc7c..bf4480680b 100644 --- a/src/soc/amd/cezanne/chipset.cb +++ b/src/soc/amd/cezanne/chipset.cb @@ -107,4 +107,6 @@ chip soc/amd/cezanne device mmio 0xfedc3000 alias i2c_1 off end device mmio 0xfedc4000 alias i2c_2 off end device mmio 0xfedc5000 alias i2c_3 off end + device mmio 0xfedc9000 alias uart_0 off end + device mmio 0xfedca000 alias uart_1 off end end -- cgit v1.2.3