Jeremy Soller has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43676 )
Change subject: mb/system76/lemp9: skip FSP init of UART2 ......................................................................
mb/system76/lemp9: skip FSP init of UART2
This UART is already initialized by coreboot for the console, it does not need to be initialized by the FSP.
Tested on lemp9.
Signed-off-by: Jeremy Soller jeremy@system76.com Change-Id: I7c299fd7cf6fe53d1f500a899a14e63e51ad6266 --- M src/mainboard/system76/lemp9/devicetree.cb 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/43676/1
diff --git a/src/mainboard/system76/lemp9/devicetree.cb b/src/mainboard/system76/lemp9/devicetree.cb index 0bf24f3..f9dd104 100644 --- a/src/mainboard/system76/lemp9/devicetree.cb +++ b/src/mainboard/system76/lemp9/devicetree.cb @@ -43,6 +43,7 @@ # Serial I/O register "SerialIoDevMode" = "{ [PchSerialIoIndexI2C0] = PchSerialIoPci, // Touchpad + [PchSerialIoIndexUART2] = PchSerialIoSkipInit, // LPSS UART }"
# SATA