[coreboot-gerrit] Patch set updated for coreboot: 07fe60f southbridge/amd/pi/avalon/pci_devs.h: Correct define `EHCI3_DEV`

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Mon Dec 15 08:34:59 CET 2014


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7800

-gerrit

commit 07fe60f309417f0708cc2387578b2cfba811b6c2
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Mon Dec 15 07:55:52 2014 +0100

    southbridge/amd/pi/avalon/pci_devs.h: Correct define `EHCI3_DEV`
    
    It appears the decimal value was used instead of the hexadecimal value.
    
    Apply commit 59919ad1 (southbridge/amd/agesa/hudson: Correct incorrect
     #define) to AMD Avalon, whose `pci_devs.h` was copied from AMD Hudson.
    
    The incorrect define was introduced in commit 2093c4f7 (AMD/agesa: Add
    functions for AMD PCI IRQ routing).
    
    Change-Id: I7ccc060e8fa032080375259c3b11d39e2deb8e9e
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/southbridge/amd/pi/avalon/pci_devs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/southbridge/amd/pi/avalon/pci_devs.h b/src/southbridge/amd/pi/avalon/pci_devs.h
index 2af1659..d2549d4 100644
--- a/src/southbridge/amd/pi/avalon/pci_devs.h
+++ b/src/southbridge/amd/pi/avalon/pci_devs.h
@@ -56,7 +56,7 @@
 #define EHCI1_FUNC 2
 #define EHCI2_DEV 0x13
 #define EHCI2_FUNC 2
-#define EHCI3_DEV 0x22
+#define EHCI3_DEV 0x16
 #define EHCI3_FUNC 2
 #define EHCI_DEVID 0x7808
 #define EHCI1_DEVFN PCI_DEVFN(EHCI1_DEV,EHCI1_FUNC)



More information about the coreboot-gerrit mailing list