Nico Huber has uploaded this change for review. ( https://review.coreboot.org/21386
Change subject: drivers/intel/gma: Power up legacy VGA block early ......................................................................
drivers/intel/gma: Power up legacy VGA block early
This is required at least on Skylake to be able to configure text mode. 3rdparty/libgfxinit is also updated by the single commit:
42fb2d065d gma: Add procedure to power up legacy VGA block
Change-Id: I2fe144765e2b2acd9f6b76db375cae5b8feb5489 Signed-off-by: Nico Huber nico.huber@secunet.com --- M 3rdparty/libgfxinit M src/drivers/intel/gma/text_fb/gma.adb 2 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/21386/1
diff --git a/3rdparty/libgfxinit b/3rdparty/libgfxinit index 3a0e2a0..42fb2d0 160000 --- a/3rdparty/libgfxinit +++ b/3rdparty/libgfxinit @@ -1 +1 @@ -Subproject commit 3a0e2a08f5489f3bb5c6e9f97b903e6e10c31a6c +Subproject commit 42fb2d065d604eb08c723ac6b96aeebb4c84cbd3 diff --git a/src/drivers/intel/gma/text_fb/gma.adb b/src/drivers/intel/gma/text_fb/gma.adb index ded7b9e..8f61d1d 100644 --- a/src/drivers/intel/gma/text_fb/gma.adb +++ b/src/drivers/intel/gma/text_fb/gma.adb @@ -47,6 +47,7 @@ Max_Pipe => Primary);
if configs (Primary).Port /= Disabled then + HW.GFX.GMA.Power_Up_VGA; vga_io_init; vga_textmode_init;