From 210371e25babcc44f81a368990de11f658733a81 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Mon, 5 May 2025 19:45:09 +0530 Subject: [PATCH] mainboard/google/fatcat: Configure middle logo vertical alignment This commit overrides the `logo_valignment` setting in the `common_soc_config` for the Fatcat board variant. The vertical alignment for the firmware splash screen logo is now set to `FW_SPLASH_VALIGNMENT_MIDDLE`, which places the top edge of the logo at the vertical midpoint of the screen. BUG=b:409718202 TEST=Built and booted google/fatcat. Change-Id: I82cb0f9e06f23fb441011b9714284ac52a76d818 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/87543 Tested-by: build bot (Jenkins) Reviewed-by: Nick Vaccaro --- src/mainboard/google/fatcat/variants/fatcat/overridetree.cb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb b/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb index 565aad6f98..858205902d 100644 --- a/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb +++ b/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb @@ -128,6 +128,7 @@ chip soc/intel/pantherlake #| I2C5 | Touchpad | #+-------------------+---------------------------+ register "common_soc_config" = "{ + .logo_valignment = FW_SPLASH_VALIGNMENT_MIDDLE, .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT, .i2c[1] = { .speed = I2C_SPEED_FAST,