[coreboot-gerrit] Patch set updated for coreboot: 627a946 southbridge/amd/agesa/hudson: Fix LPC_DEV definition

Sergej Ivanov (getinaks@gmail.com) gerrit at coreboot.org
Fri Apr 10 15:19:56 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 627a946dab1260fbe98a326347eda81edf370831
Author: Sergej Ivanov <getinaks at gmail.com>
Date:   Fri Apr 3 16:58:19 2015 +0300

    southbridge/amd/agesa/hudson: Fix LPC_DEV definition
    
    In agesa code for hudson southbridge LPC_DEV is not defined,
    but used. Define LPC_DEV as done in southbridge/amd/cimx/sb800.
    This fixes 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..1a9a2ef 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 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