From e420681bb2918f72e69f9776bcf4e80487178f35 Mon Sep 17 00:00:00 2001 From: gaspar-ilom Date: Fri, 21 Mar 2025 01:06:11 +0100 Subject: [PATCH] Revert "T440p/W541: enable SPI flash console debugging" This reverts commit cae6d9f2c9038d4f70ee67880569544510491111. Signed-off-by: gaspar-ilom --- config/coreboot-t440p.config | 4 ++-- config/coreboot-w541.config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/coreboot-t440p.config b/config/coreboot-t440p.config index 8274b4a2..a4a3e1ca 100644 --- a/config/coreboot-t440p.config +++ b/config/coreboot-t440p.config @@ -579,6 +579,7 @@ CONFIG_BOOTMEDIA_LOCK_CONTROLLER=y # CONFIG_BOOTMEDIA_LOCK_CHIP is not set CONFIG_BOOTMEDIA_LOCK_WHOLE_RO=y # CONFIG_BOOTMEDIA_LOCK_WHOLE_NO_ACCESS is not set +# CONFIG_BOOTMEDIA_SMM_BWP is not set # end of Security CONFIG_ACPI_HAVE_PCAT_8259=y @@ -603,8 +604,7 @@ CONFIG_SQUELCH_EARLY_SMP=y # CONFIG_CONSOLE_NE2K is not set CONFIG_CONSOLE_CBMEM=y # CONFIG_CONSOLE_CBMEM_DUMP_TO_UART is not set -CONFIG_CONSOLE_SPI_FLASH=y -CONFIG_CONSOLE_SPI_FLASH_BUFFER_SIZE=0x20000 +# CONFIG_CONSOLE_SPI_FLASH is not set # CONFIG_CONSOLE_I2C_SMBUS is not set # CONFIG_EM100PRO_SPI_CONSOLE is not set # CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8 is not set diff --git a/config/coreboot-w541.config b/config/coreboot-w541.config index 16db3cea..aac258dd 100644 --- a/config/coreboot-w541.config +++ b/config/coreboot-w541.config @@ -578,6 +578,7 @@ CONFIG_BOOTMEDIA_LOCK_CONTROLLER=y # CONFIG_BOOTMEDIA_LOCK_CHIP is not set CONFIG_BOOTMEDIA_LOCK_WHOLE_RO=y # CONFIG_BOOTMEDIA_LOCK_WHOLE_NO_ACCESS is not set +# CONFIG_BOOTMEDIA_SMM_BWP is not set # end of Security CONFIG_ACPI_HAVE_PCAT_8259=y @@ -602,8 +603,7 @@ CONFIG_SQUELCH_EARLY_SMP=y # CONFIG_CONSOLE_NE2K is not set CONFIG_CONSOLE_CBMEM=y # CONFIG_CONSOLE_CBMEM_DUMP_TO_UART is not set -CONFIG_CONSOLE_SPI_FLASH=y -CONFIG_CONSOLE_SPI_FLASH_BUFFER_SIZE=0x20000 +# CONFIG_CONSOLE_SPI_FLASH is not set # CONFIG_CONSOLE_I2C_SMBUS is not set # CONFIG_EM100PRO_SPI_CONSOLE is not set # CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8 is not set