Dave Frodin ([email protected]) just uploaded a new patch set to gerrit, 
which you can find at http://review.coreboot.org/1476

-gerrit

commit bc23c3d880781472401907f4e7ac623b5c639ddd
Author: Dave Frodin <[email protected]>
Date:   Tue Aug 21 16:56:12 2012 -0600

    Mahogany_Fam10: Fixes an apparent ACPI VGA resource collision.
    
    Without this change 64 bit versions of Windows will BSOD.
    
    Change-Id: If39627a179c24184b6c956b3a50f692f8a034d2f
    Signed-off-by: Dave Frodin <[email protected]>
---
 src/mainboard/amd/mahogany_fam10/dsdt.asl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

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

Reply via email to