[coreboot] [commit] r5490 - in trunk/src/mainboard/amd: mahogany mahogany/acpi mahogany_fam10 mahogany_fam10/acpi tilapia_fam10 tilapia_fam10/acpi

repository service svn at coreboot.org
Sun Apr 25 13:53:09 CEST 2010


Author: zbao
Date: Sun Apr 25 13:53:09 2010
New Revision: 5490
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5490

Log:
The device number of SATA SB700 is 0x11, while the one of SB600 is 0x12.
We changed almost associated code when we ported but overlooked some.
Some legacy of SB600 are also fixed.

Signed-off-by: Zheng Bao <zheng.bao at amd.com>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/mainboard/amd/mahogany/acpi/sata.asl
   trunk/src/mainboard/amd/mahogany/dsdt.asl
   trunk/src/mainboard/amd/mahogany_fam10/acpi/sata.asl
   trunk/src/mainboard/amd/mahogany_fam10/dsdt.asl
   trunk/src/mainboard/amd/tilapia_fam10/acpi/sata.asl
   trunk/src/mainboard/amd/tilapia_fam10/dsdt.asl

Modified: trunk/src/mainboard/amd/mahogany/acpi/sata.asl
==============================================================================
--- trunk/src/mainboard/amd/mahogany/acpi/sata.asl	Sun Apr 25 01:16:23 2010	(r5489)
+++ trunk/src/mainboard/amd/mahogany/acpi/sata.asl	Sun Apr 25 13:53:09 2010	(r5490)
@@ -23,7 +23,7 @@
 Scope (_SB) {
 	Device(PCI0) {
 		Device(SATA) {
-			Name(_ADR, 0x00120000)
+			Name(_ADR, 0x00110000)
 			#include "sata.asl"
 		}
 	}

Modified: trunk/src/mainboard/amd/mahogany/dsdt.asl
==============================================================================
--- trunk/src/mainboard/amd/mahogany/dsdt.asl	Sun Apr 25 01:16:23 2010	(r5489)
+++ trunk/src/mainboard/amd/mahogany/dsdt.asl	Sun Apr 25 13:53:09 2010	(r5490)
@@ -271,7 +271,7 @@
 			 * ((bus number + 1) * ((device number * 8) * 4096)) + register offset
 			 * The 8 comes from 8 functions per device, and 4096 bytes per function config space
 			*/
-			Offset(0x00090024),	/* Byte offset to SATA register 24h - Bus 0, Device 18, Function 0 */
+			Offset(0x00088024),	/* Byte offset to SATA register 24h - Bus 0, Device 18, Function 0 */
 			STB5, 32,
 			Offset(0x00098042),	/* Byte offset to OHCI0 register 42h - Bus 0, Device 19, Function 0 */
 			PT0D, 1,
@@ -1447,7 +1447,7 @@
 				Store (0x02, SIOD)
 			}
 			/*
-			 * Keyboard PME is routed to SB600 Gevent3. We can wake
+			 * Keyboard PME is routed to SB700 Gevent3. We can wake
 			 * up the system by pressing the key.
 			 */
 			Method (SIOS, 1)

Modified: trunk/src/mainboard/amd/mahogany_fam10/acpi/sata.asl
==============================================================================
--- trunk/src/mainboard/amd/mahogany_fam10/acpi/sata.asl	Sun Apr 25 01:16:23 2010	(r5489)
+++ trunk/src/mainboard/amd/mahogany_fam10/acpi/sata.asl	Sun Apr 25 13:53:09 2010	(r5490)
@@ -23,7 +23,7 @@
 Scope (_SB) {
 	Device(PCI0) {
 		Device(SATA) {
-			Name(_ADR, 0x00120000)
+			Name(_ADR, 0x00110000)
 			#include "sata.asl"
 		}
 	}

Modified: trunk/src/mainboard/amd/mahogany_fam10/dsdt.asl
==============================================================================
--- trunk/src/mainboard/amd/mahogany_fam10/dsdt.asl	Sun Apr 25 01:16:23 2010	(r5489)
+++ trunk/src/mainboard/amd/mahogany_fam10/dsdt.asl	Sun Apr 25 13:53:09 2010	(r5490)
@@ -313,7 +313,7 @@
 			 * ((bus number + 1) * ((device number * 8) * 4096)) + register offset
 			 * The 8 comes from 8 functions per device, and 4096 bytes per function config space
 			*/
-			Offset(0x00090024),	/* Byte offset to SATA register 24h - Bus 0, Device 18, Function 0 */
+			Offset(0x00088024),	/* Byte offset to SATA register 24h - Bus 0, Device 18, Function 0 */
 			STB5, 32,
 			Offset(0x00098042),	/* Byte offset to OHCI0 register 42h - Bus 0, Device 19, Function 0 */
 			PT0D, 1,
@@ -1489,7 +1489,7 @@
 				Store (0x02, SIOD)
 			}
 			/*
-			 * Keyboard PME is routed to SB600 Gevent3. We can wake
+			 * Keyboard PME is routed to SB700 Gevent3. We can wake
 			 * up the system by pressing the key.
 			 */
 			Method (SIOS, 1)

Modified: trunk/src/mainboard/amd/tilapia_fam10/acpi/sata.asl
==============================================================================
--- trunk/src/mainboard/amd/tilapia_fam10/acpi/sata.asl	Sun Apr 25 01:16:23 2010	(r5489)
+++ trunk/src/mainboard/amd/tilapia_fam10/acpi/sata.asl	Sun Apr 25 13:53:09 2010	(r5490)
@@ -23,7 +23,7 @@
 Scope (_SB) {
 	Device(PCI0) {
 		Device(SATA) {
-			Name(_ADR, 0x00120000)
+			Name(_ADR, 0x00110000)
 			#include "sata.asl"
 		}
 	}

Modified: trunk/src/mainboard/amd/tilapia_fam10/dsdt.asl
==============================================================================
--- trunk/src/mainboard/amd/tilapia_fam10/dsdt.asl	Sun Apr 25 01:16:23 2010	(r5489)
+++ trunk/src/mainboard/amd/tilapia_fam10/dsdt.asl	Sun Apr 25 13:53:09 2010	(r5490)
@@ -313,7 +313,7 @@
 			 * ((bus number + 1) * ((device number * 8) * 4096)) + register offset
 			 * The 8 comes from 8 functions per device, and 4096 bytes per function config space
 			*/
-			Offset(0x00090024),	/* Byte offset to SATA register 24h - Bus 0, Device 18, Function 0 */
+			Offset(0x00088024),	/* Byte offset to SATA register 24h - Bus 0, Device 18, Function 0 */
 			STB5, 32,
 			Offset(0x00098042),	/* Byte offset to OHCI0 register 42h - Bus 0, Device 19, Function 0 */
 			PT0D, 1,
@@ -1489,7 +1489,7 @@
 				Store (0x02, SIOD)
 			}
 			/*
-			 * Keyboard PME is routed to SB600 Gevent3. We can wake
+			 * Keyboard PME is routed to SB700 Gevent3. We can wake
 			 * up the system by pressing the key.
 			 */
 			Method (SIOS, 1)




More information about the coreboot mailing list