From 604e699ace026cb4a714e7634ba5759e1261bf72 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 17 Nov 2020 13:53:16 -0700 Subject: [PATCH] Disable debug console Change-Id: Ieca895cb4c7be95600f955ed85fc06f877ba9216 --- src/mainboard/system76/lemp10/devicetree.cb | 4 ++-- src/mainboard/system76/lemp10/gpio.h | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/mainboard/system76/lemp10/devicetree.cb b/src/mainboard/system76/lemp10/devicetree.cb index fdcf4cdcab..39ac541310 100644 --- a/src/mainboard/system76/lemp10/devicetree.cb +++ b/src/mainboard/system76/lemp10/devicetree.cb @@ -155,7 +155,7 @@ chip soc/intel/tigerlake register "SerialIoUartMode" = "{ [PchSerialIoIndexUART0] = PchSerialIoDisabled, [PchSerialIoIndexUART1] = PchSerialIoDisabled, - [PchSerialIoIndexUART2] = PchSerialIoPci, // Debug console + [PchSerialIoIndexUART2] = PchSerialIoDisabled, }" # USB2 @@ -314,7 +314,7 @@ chip soc/intel/tigerlake device pci 17.0 on end # SATA 0xA0D3 device pci 19.0 off end # I2C4 0xA0C5 device pci 19.1 off end # I2C5 0xA0C6 - device pci 19.2 on end # UART2 0xA0C7 + device pci 19.2 off end # UART2 0xA0C7 device pci 1c.0 off end # RP1 0xA0B8 device pci 1c.1 off end # RP2 0xA0B9 device pci 1c.2 on end # RP3 0xA0BA diff --git a/src/mainboard/system76/lemp10/gpio.h b/src/mainboard/system76/lemp10/gpio.h index db25c8a531..720aa87644 100644 --- a/src/mainboard/system76/lemp10/gpio.h +++ b/src/mainboard/system76/lemp10/gpio.h @@ -10,10 +10,6 @@ /* Pad configuration in romstage. */ static const struct pad_config early_gpio_table[] = { - // UART2_RXD - PAD_NC(GPP_C20, NONE), - // UART2_TXD - PAD_CFG_NF(GPP_C21, UP_20K, DEEP, NF1), }; /* Pad configuration in ramstage. */