From: Scott Duplichan <[email protected]>

Declare legacy video frame buffer so that Windows generic VGA driver will work.

Signed-off-by: Marshall Buschman <[email protected]>
---
 src/mainboard/asrock/e350m1/dsdt.asl |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/asrock/e350m1/dsdt.asl 
b/src/mainboard/asrock/e350m1/dsdt.asl
index ce23245..8dc40d0 100644
--- a/src/mainboard/asrock/e350m1/dsdt.asl
+++ b/src/mainboard/asrock/e350m1/dsdt.asl
@@ -1483,9 +1483,8 @@ DefinitionBlock (
                                        0xF300                  /* length */
                                )
 
-#if 0
-                               Memory32Fixed(READWRITE, 0, 0xA0000, BSMM)
                                Memory32Fixed(READONLY, 0x000A0000, 0x00020000, 
VGAM)   /* VGA memory space */
+#if 0
                                Memory32Fixed(READONLY, 0x000C0000, 0x00020000, 
EMM1)   /* Assume C0000-E0000 empty */
                                Memory32Fixed(READONLY, 0x000E0000, 0x00020000, 
RDBS)   /* BIOS ROM area */
 
-- 
1.7.4.1


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to