mainboard/google/fatcat: Set OEM footer logo bottom margin
Applies a `logo_bottom_margin` of 100 pixels to the `common_soc_config` for the Fatcat mainboard and its variants (Felino, Francka, Kinmen). This configures the OEM footer logo to be rendered 100 pixels above the bottom edge of the screen. BUG=b:423591644 TEST=Verified OEM footer logo displays 100px above the bottom edge on google/fatcat builds. Change-Id: I30a63b6ecccd20380d7f0b402891e286967284c3 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88164 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
parent
97f92d5c69
commit
f846ec1e37
4 changed files with 8 additions and 0 deletions
|
|
@ -128,6 +128,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,
|
||||
|
|
|
|||
|
|
@ -102,6 +102,8 @@ chip soc/intel/pantherlake
|
|||
#| I2C4 | CLICK PAD |
|
||||
#+-------------------+---------------------------+
|
||||
register "common_soc_config" = "{
|
||||
/* Render OEM footer logo 100px above from the edge */
|
||||
.logo_bottom_margin = 100,
|
||||
.i2c[1] = {
|
||||
.early_init=1,
|
||||
.speed = I2C_SPEED_FAST,
|
||||
|
|
|
|||
|
|
@ -78,6 +78,8 @@ chip soc/intel/pantherlake
|
|||
#| I2C4 | Touchscreen, 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] = {
|
||||
.early_init = 1,
|
||||
|
|
|
|||
|
|
@ -65,6 +65,8 @@ chip soc/intel/pantherlake
|
|||
#| I2C5 | Touchscreen |
|
||||
#+-------------------+---------------------------+
|
||||
register "common_soc_config" = "{
|
||||
/* Render OEM footer logo 100px above from the edge */
|
||||
.logo_bottom_margin = 100,
|
||||
.chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
|
||||
.i2c[3] = {
|
||||
.early_init = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue