From d8de1c4974311b5c259036a63d2f5e99b8db06ca Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Fri, 29 Aug 2025 18:57:47 +0200 Subject: [PATCH] ec/lenovo/h8: Disable POST codes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The EC doesn't care about POST codes send to port 80h and there's no POST code display on the laptops, thus disable POST codes at all. TEST=Lenovo X220 still boots. Change-Id: Idf666796d3cbb504c6e68d84521359d7e2fe98d0 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/88999 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/ec/lenovo/h8/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ec/lenovo/h8/Kconfig b/src/ec/lenovo/h8/Kconfig index c8626cc75b..439ede5a20 100644 --- a/src/ec/lenovo/h8/Kconfig +++ b/src/ec/lenovo/h8/Kconfig @@ -6,6 +6,9 @@ config EC_LENOVO_H8 if EC_LENOVO_H8 +config NO_POST + default y + config SEABIOS_PS2_TIMEOUT int depends on PAYLOAD_SEABIOS