From 41ed2cb20e30862992837fb7dc62bc3cff2e457d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20B=C3=BCchler?= Date: Mon, 13 Mar 2023 21:31:53 +0100 Subject: mb/asrock/h77pro4-m: Use VBT provided by Linux' debugfs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73711 Reviewed-by: Paul Menzel Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- src/mainboard/asrock/h77pro4-m/data.vbt | Bin 3902 -> 7168 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'src/mainboard/asrock') diff --git a/src/mainboard/asrock/h77pro4-m/data.vbt b/src/mainboard/asrock/h77pro4-m/data.vbt index 52a8268f3359..4ae967e26d04 100644 Binary files a/src/mainboard/asrock/h77pro4-m/data.vbt and b/src/mainboard/asrock/h77pro4-m/data.vbt differ -- cgit v1.2.3