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 <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87543 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
This commit is contained in:
parent
e446c1f917
commit
210371e25b
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue