mb/google/fatcat: Increase OEM footer logo bottom margin to 200px
Update the logo_bottom_margin for all fatcat variants from 100px to 200px. This adjustment ensures the OEM footer logo and associated splash text are rendered higher on the screen, improving visibility and alignment with updated UX requirements. Modified variants: - fatcat - felino - francka - kinmen - lapis - moonstone - ruby Change-Id: Ia0f446768f1b0b13c09873176f79ed4418f28aa2 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/91155 Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Jayvik Desai <jayvik@google.com> Reviewed-by: Avi Uday <aviuday@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
b9458ff2bc
commit
6711ce3847
7 changed files with 14 additions and 12 deletions
|
|
@ -132,8 +132,8 @@ chip soc/intel/pantherlake
|
|||
#| I2C5 | Touchpad |
|
||||
#+-------------------+---------------------------+
|
||||
register "common_soc_config" = "{
|
||||
/* Render OEM footer logo 100px above from the edge */
|
||||
.logo_bottom_margin = 100,
|
||||
/* Render OEM footer logo 200px above from the edge */
|
||||
.logo_bottom_margin = 200,
|
||||
.chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
|
||||
.i2c[1] = {
|
||||
.speed = I2C_SPEED_FAST,
|
||||
|
|
|
|||
|
|
@ -102,8 +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,
|
||||
/* Render OEM footer logo 200px above from the edge */
|
||||
.logo_bottom_margin = 200,
|
||||
.i2c[1] = {
|
||||
.early_init=1,
|
||||
.speed = I2C_SPEED_FAST,
|
||||
|
|
|
|||
|
|
@ -79,8 +79,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,
|
||||
/* Render OEM footer logo 200px above from the edge */
|
||||
.logo_bottom_margin = 200,
|
||||
.chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
|
||||
.i2c[1] = {
|
||||
.early_init = 1,
|
||||
|
|
|
|||
|
|
@ -86,8 +86,8 @@ chip soc/intel/pantherlake
|
|||
#| I2C5 | Touchscreen |
|
||||
#+-------------------+---------------------------+
|
||||
register "common_soc_config" = "{
|
||||
/* Render OEM footer logo 100px above from the edge */
|
||||
.logo_bottom_margin = 100,
|
||||
/* Render OEM footer logo 200px above from the edge */
|
||||
.logo_bottom_margin = 200,
|
||||
.chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
|
||||
.i2c[3] = {
|
||||
.early_init = 1,
|
||||
|
|
|
|||
|
|
@ -112,6 +112,8 @@ chip soc/intel/pantherlake
|
|||
#+-------------------+---------------------------+
|
||||
register "common_soc_config" = "{
|
||||
.chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
|
||||
/* Render OEM footer logo 200px above from the edge */
|
||||
.logo_bottom_margin = 200,
|
||||
.i2c[3] = {
|
||||
.early_init=1,
|
||||
.speed = I2C_SPEED_FAST,
|
||||
|
|
|
|||
|
|
@ -111,8 +111,8 @@ chip soc/intel/pantherlake
|
|||
#| I2C5 | Touchscreen |
|
||||
#+-------------------+---------------------------+
|
||||
register "common_soc_config" = "{
|
||||
/* Render OEM footer logo 100px above from the edge */
|
||||
.logo_bottom_margin = 100,
|
||||
/* Render OEM footer logo 200px above from the edge */
|
||||
.logo_bottom_margin = 200,
|
||||
.chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
|
||||
.i2c[3] = {
|
||||
.early_init = 1,
|
||||
|
|
|
|||
|
|
@ -125,8 +125,8 @@ chip soc/intel/pantherlake
|
|||
#| I2C5 | Touchscreen |
|
||||
#+-------------------+---------------------------+
|
||||
register "common_soc_config" = "{
|
||||
/* Render OEM footer logo 100px above from the edge */
|
||||
.logo_bottom_margin = 100,
|
||||
/* Render OEM footer logo 200px above from the edge */
|
||||
.logo_bottom_margin = 200,
|
||||
.chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
|
||||
.i2c[0] = {
|
||||
.speed = I2C_SPEED_FAST,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue