[coreboot-gerrit] Patch set updated for coreboot: SB700: 64bit fixes

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Fri Jul 31 02:26:04 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11085

-gerrit

commit 7bc4a1f9cb4c649cf010b95a411814f8d9a7f463
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Thu Jul 30 16:24:46 2015 -0700

    SB700: 64bit fixes
    
    Change-Id: Ib4b643441a5b887abf73cc55930ea9b01037f6ea
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 src/southbridge/amd/cimx/sb700/late.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/southbridge/amd/cimx/sb700/late.c b/src/southbridge/amd/cimx/sb700/late.c
index cd36fac..998710d 100644
--- a/src/southbridge/amd/cimx/sb700/late.c
+++ b/src/southbridge/amd/cimx/sb700/late.c
@@ -234,7 +234,7 @@ static void sb700_enable(device_t dev)
 
 		case (0x14 << 3) | 0: /* 0:14:0 SMBUS */
 			{
-				u32 ioapic_base;
+				uintptr_t ioapic_base;
 				printk(BIOS_DEBUG, "sm_init().\n");
 				ioapic_base = IO_APIC_ADDR;
 				clear_ioapic((void *)ioapic_base);



More information about the coreboot-gerrit mailing list