[coreboot] New patch to review for coreboot: bc23c3d Mahogany_Fam10: Fixes an apparent ACPI VGA resource collision.

Dave Frodin (dave.frodin@se-eng.com) gerrit at coreboot.org
Wed Aug 22 00:58:49 CEST 2012


Dave Frodin (dave.frodin at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1476

-gerrit

commit bc23c3d880781472401907f4e7ac623b5c639ddd
Author: Dave Frodin <dave.frodin at se-eng.com>
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 <dave.frodin at se-eng.com>
---
 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 */
 




More information about the coreboot mailing list