From 2158ebb9338f4d71c58805f41113c68331521450 Mon Sep 17 00:00:00 2001 From: Pranava Y N Date: Thu, 12 Feb 2026 15:22:09 +0530 Subject: [PATCH] mb/google/fatcat/var/lapis: configure chipset_lockdown for lapis Configure lapis to use coreboot (CHIPSET_LOCKDOWN_COREBOOT) to set BIOS interface lock. Otherwise, FSP code will be responsible for locking the chipset. BUG=None TEST=Able to build and boot lapis Change-Id: Ia3a13390e4a1862164d820dd1ee220dea682a6a0 Signed-off-by: Pranava Y N Reviewed-on: https://review.coreboot.org/c/coreboot/+/91177 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Avi Uday --- src/mainboard/google/fatcat/variants/lapis/overridetree.cb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/fatcat/variants/lapis/overridetree.cb b/src/mainboard/google/fatcat/variants/lapis/overridetree.cb index 6d6961e15b..0a84ba36e9 100644 --- a/src/mainboard/google/fatcat/variants/lapis/overridetree.cb +++ b/src/mainboard/google/fatcat/variants/lapis/overridetree.cb @@ -111,6 +111,7 @@ chip soc/intel/pantherlake #| I2C3 | cr50 TPM. | #+-------------------+---------------------------+ register "common_soc_config" = "{ + .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT, .i2c[3] = { .early_init=1, .speed = I2C_SPEED_FAST,