Alexandru Gagniuc ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1480
-gerrit commit a9e23fc50614a8e5fb8cdedc32530471372e8902 Author: Dave Frodin <[email protected]> Date: Wed Aug 22 11:10:41 2012 -0600 IEI/KINO: Fixes an apparent ACPI VGA resource collision. Without this change 64 bit versions of Windows will BSOD. Change-Id: Ica4b79d798a269399341868b1c793ce745aa93fc Signed-off-by: Dave Frodin <[email protected]> --- src/mainboard/iei/kino-780am2-fam10/dsdt.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/iei/kino-780am2-fam10/dsdt.asl b/src/mainboard/iei/kino-780am2-fam10/dsdt.asl index 66f8254..1501731 100644 --- a/src/mainboard/iei/kino-780am2-fam10/dsdt.asl +++ b/src/mainboard/iei/kino-780am2-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

