[coreboot-gerrit] New patch to review for coreboot: f215518 fix amd hudson definition for LPC_DEV

Sergej Ivanov (getinaks@gmail.com) gerrit at coreboot.org
Fri Apr 3 17:28:31 CEST 2015


Sergej Ivanov (getinaks at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9292

-gerrit

commit f2155182970986a68417c5e6a4bde2533f627f5d
Author: Sergej Ivanov <getinaks at gmail.com>
Date:   Fri Apr 3 16:58:19 2015 +0300

    fix amd hudson definition for LPC_DEV
    
    In agesa code for hudson southbridge LPC_DEV is not defined,
    but used. Instead of LPC_DEV defined PCU_DEV. This will fix it
    
    Change-Id: Ie7db791e9eb607008e70e446fc6fd28114742750
    Signed-off-by: Sergej Ivanov <getinaks at gmail.com>
---
 src/southbridge/amd/agesa/hudson/pci_devs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/southbridge/amd/agesa/hudson/pci_devs.h b/src/southbridge/amd/agesa/hudson/pci_devs.h
index cff7dca..1974ef3 100644
--- a/src/southbridge/amd/agesa/hudson/pci_devs.h
+++ b/src/southbridge/amd/agesa/hudson/pci_devs.h
@@ -85,6 +85,7 @@
 
 /* LPC BUS */
 #define PCU_DEV 0x14
+#define LPC_DEV 0x14 // No LPC_DEV (maybe misspell with PCU_DEV)
 #define LPC_FUNC 3
 #define LPC_DEVID 0x780E
 #define LPC_DEVFN PCI_DEVFN(LPC_DEV,LPC_FUNC)



More information about the coreboot-gerrit mailing list