Attention is currently required from: Dinesh Gehlot, Kapil Porwal, Nick Vaccaro, Rishika Raj, Subrata Banik.
Jayvik Desai has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/83841?usp=email )
Change subject: soc/intel/adl: update libgx config to a generic eSOL config ......................................................................
soc/intel/adl: update libgx config to a generic eSOL config
This patch updates the early libgfx init configuration used for alderlake SOC with a generic Chrome early sign of life configuration.
BUG=b:352651132 TEST=Able to build google/tivviks and checked the config in output
Change-Id: Ibc1b9190ac0e4d25f3c5517d74c9b519bc3bb349 Signed-off-by: Jayvik Desai jayvik@google.com --- M src/soc/intel/alderlake/romstage/ux.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/83841/1
diff --git a/src/soc/intel/alderlake/romstage/ux.c b/src/soc/intel/alderlake/romstage/ux.c index 77439ab..0fb73c18 100644 --- a/src/soc/intel/alderlake/romstage/ux.c +++ b/src/soc/intel/alderlake/romstage/ux.c @@ -14,7 +14,7 @@ { timestamp_add_now(TS_ESOL_START);
- if (!CONFIG(MAINBOARD_HAS_EARLY_LIBGFXINIT) || + if (!CONFIG(CHROMEOS_ENABLE_ESOL) || !early_graphics_init()) { timestamp_add_now(TS_ESOL_END); return false;