From be3148575e4e171c37c07d47c1aa7c40ca399dfa Mon Sep 17 00:00:00 2001 From: Avi Uday Date: Mon, 25 Aug 2025 18:13:30 +0530 Subject: [PATCH] mainboard/google/ocelot: Set OEM footer logo bottom margin Apply a `logo_bottom_margin` of 100 pixels to the `common_soc_config` for Ocelot. This configures the OEM footer logo to be rendered 100 pixels above the bottom edge of the screen. Change-Id: Ia7436ab267f91771ee2c0e91743ddaf43280cc87 Signed-off-by: Avi Uday Reviewed-on: https://review.coreboot.org/c/coreboot/+/88936 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal Reviewed-by: Subrata Banik Reviewed-by: Pranava Y N --- src/mainboard/google/ocelot/variants/ocelot/overridetree.cb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/google/ocelot/variants/ocelot/overridetree.cb b/src/mainboard/google/ocelot/variants/ocelot/overridetree.cb index 510d8aeb95..c83925326c 100644 --- a/src/mainboard/google/ocelot/variants/ocelot/overridetree.cb +++ b/src/mainboard/google/ocelot/variants/ocelot/overridetree.cb @@ -112,6 +112,8 @@ chip soc/intel/pantherlake #| I2C5 | Touchpad | #+-------------------+---------------------------+ register "common_soc_config" = "{ + /* Render OEM footer logo 100px above from the edge */ + .logo_bottom_margin = 100, .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT, .i2c[1] = { .speed = I2C_SPEED_FAST,