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(a)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;
--
To view, visit https://review.coreboot.org/21386
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2fe144765e2b2acd9f6b76db375cae5b8feb5489
Gerrit-Change-Number: 21386
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h(a)gmx.de>
Idwer Vollering has submitted this change and it was merged. ( https://review.coreboot.org/21322 )
Change subject: util/board_status: do a spell check
......................................................................
util/board_status: do a spell check
Change-Id: Ie39be471851586076343b8e9454a9140d4664b8d
Signed-off-by: Idwer Vollering <vidwer(a)gmail.com>
Reviewed-on: https://review.coreboot.org/21322
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
---
M util/board_status/README
1 file changed, 6 insertions(+), 6 deletions(-)
Approvals:
build bot (Jenkins): Verified
Jonathan Neuschäfer: Looks good to me, but someone else must approve
Sumeet R Pawnikar: Looks good to me, approved
diff --git a/util/board_status/README b/util/board_status/README
index 2337826..c462e7d 100644
--- a/util/board_status/README
+++ b/util/board_status/README
@@ -9,13 +9,13 @@
time, to do that go in "Console --->" in make menuconfig, then set
"Default console log level" to SPEW
-Rereference:
-------------
+Reference:
+----------
[1] in make menuconfig you should have: [*] Use CMOS for configuration values
This option is also known as CONFIG_USE_OPTION_TABLE in Kconfig.
-Information trough SSH
+Information through SSH
======================
-board_status.sh can gather information trough ssh with the -r
+board_status.sh can gather information through ssh with the -r
option.
When using "-r <host>", The script will attempt to log into
@@ -28,10 +28,10 @@
board_status.sh expects the remote host to have the following
programs in its path: cbmem, dmesg
-Boot log gathering trough a serial port
+Boot log gathering through a serial port
=======================================
When using -s </dev/xxx>, board_status.sh starts by retrieving the
-boot log trough the serial port.
+boot log through the serial port.
To produce such logs, power off the board, run board_status.sh
with the right arguments, power on the board.
--
To view, visit https://review.coreboot.org/21322
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie39be471851586076343b8e9454a9140d4664b8d
Gerrit-Change-Number: 21322
Gerrit-PatchSet: 3
Gerrit-Owner: Idwer Vollering <vidwer(a)gmail.com>
Gerrit-Reviewer: Denis 'GNUtoo' Carikli <GNUtoo(a)no-log.org>
Gerrit-Reviewer: Idwer Vollering <vidwer(a)gmail.com>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>