summaryrefslogtreecommitdiffstats
path: root/Documentation/mainboard
diff options
context:
space:
mode:
authorMichael Büchler <michael.buechler@posteo.net>2023-03-13 21:31:53 +0100
committerFelix Singer <felixsinger@posteo.net>2023-03-18 11:06:11 +0000
commit41ed2cb20e30862992837fb7dc62bc3cff2e457d (patch)
tree62e35027097701b15d6ae9ce8db01a61d4105aab /Documentation/mainboard
parent0e2fc554a778e2a47a9ad906a56159055c7187d1 (diff)
downloadcoreboot-41ed2cb20e30862992837fb7dc62bc3cff2e457d.tar.gz
coreboot-41ed2cb20e30862992837fb7dc62bc3cff2e457d.tar.bz2
coreboot-41ed2cb20e30862992837fb7dc62bc3cff2e457d.zip
mb/asrock/h77pro4-m: Use VBT provided by Linux' debugfs
The current VBT causes problems with Windows 10. Once the Intel driver is used instead of the generic graphics driver, the display turns off although the system keeps running normally. Linux has no issues. It had been extracted from the vendor video BIOS, which in turn had been extracted from the vendor firmware. This change replaces the VBT with one that was dumped through debugfs and the drm/i915 driver in Linux, booted from the vendor firmware at version 2.10 (beta). It fixes the issue with the Intel graphics driver on Windows 10. Change-Id: Icbb3950b37dad5ed308f3bafb73b71859227d26b Signed-off-by: Michael Büchler <michael.buechler@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/73711 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Felix Singer <felixsinger@posteo.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/mainboard')
-rw-r--r--Documentation/mainboard/asrock/h77pro4-m.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/mainboard/asrock/h77pro4-m.md b/Documentation/mainboard/asrock/h77pro4-m.md
index 7b4487dbe264..81fb000f45d9 100644
--- a/Documentation/mainboard/asrock/h77pro4-m.md
+++ b/Documentation/mainboard/asrock/h77pro4-m.md
@@ -45,7 +45,9 @@ Tests were done with SeaBIOS 1.14.0 and slackware64-live from 2019-07-12
- Rear eSATA connector (multiplexed with one ASM1061 port)
- Gigabit Ethernet
- Console output on the serial port
-- SeaBIOS 1.14.0 and 1.15.0 to boot Windows 10 (needs VGA BIOS) and Linux via
+- EDK II (MrChromebox's fork, at origin/uefipayload_202207) to boot
+Windows 10 (22H2) and Linux (5.19.17) via GRUB 2
+- SeaBIOS 1.16.1 to boot Windows 10 (needs VGA BIOS) and Linux via
extlinux
- Internal flashing with flashrom-1.2, see
[Internal Programming](#internal-programming)