[coreboot-gerrit] Patch set updated for coreboot: 04e3774 southbridge/amd/pi: Correct several yangtze/avalon typos

Dave Frodin (dave.frodin@se-eng.com) gerrit at coreboot.org
Thu Jan 22 16:53:03 CET 2015


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/8248

-gerrit

commit 04e3774a6165a5e10be67811d8ace46af9015c20
Author: Dave Frodin <dave.frodin at se-eng.com>
Date:   Tue Jan 20 14:37:02 2015 -0700

    southbridge/amd/pi: Correct several yangtze/avalon typos
    
    These were probably accidentally missed when the move
    from southbridge/amd/agesa/hudson to amd/pi/avalon occured.
    
    Change-Id: I4cf6e2f8b25899d6d342452cb1b15e694dae35c8
    Signed-off-by: Dave Frodin <dave.frodin at se-eng.com>
---
 src/southbridge/amd/pi/avalon/acpi/usb.asl | 4 ++--
 src/southbridge/amd/pi/avalon/sata.c       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/southbridge/amd/pi/avalon/acpi/usb.asl b/src/southbridge/amd/pi/avalon/acpi/usb.asl
index fd0ba64..4ec338e 100644
--- a/src/southbridge/amd/pi/avalon/acpi/usb.asl
+++ b/src/southbridge/amd/pi/avalon/acpi/usb.asl
@@ -55,7 +55,7 @@ Device(UOH6) {
 	Name(_PRW, Package() {0x0B, 3})
 } /* end UOH5 */
 
-#if !CONFIG_SOUTHBRIDGE_AMD_AGESA_YANGTZE
+#if !CONFIG_SOUTHBRIDGE_AMD_PI_AVALON
 /* 0:14.5 - OHCI */
 Device(UEH1) {
 	Name(_ADR, 0x00140005)
@@ -69,7 +69,7 @@ Device(XHC0) {
 	Name(_PRW, Package() {0x0B, 4})
 } /* end XHC0 */
 
-#if !CONFIG_SOUTHBRIDGE_AMD_AGESA_YANGTZE
+#if !CONFIG_SOUTHBRIDGE_AMD_PI_AVALON
 /* 0:10.1 - XHCI 1*/
 Device(XHC1) {
 	Name(_ADR, 0x00100001)
diff --git a/src/southbridge/amd/pi/avalon/sata.c b/src/southbridge/amd/pi/avalon/sata.c
index 7499370..c02a5b1 100644
--- a/src/southbridge/amd/pi/avalon/sata.c
+++ b/src/southbridge/amd/pi/avalon/sata.c
@@ -29,7 +29,7 @@
 
 static void sata_init(struct device *dev)
 {
-#if IS_ENABLED(CONFIG_SOUTHBRIDGE_AMD_AGESA_YANGTZE)
+#if IS_ENABLED(CONFIG_SOUTHBRIDGE_AMD_PI_AVALON)
 	/**************************************
 	 * Configure the SATA port multiplier *
 	 **************************************/



More information about the coreboot-gerrit mailing list