[coreboot-gerrit] Patch set updated for coreboot: 2d4d1e9 intel/i945: Use define for `BSM`

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Fri Dec 19 20:11:35 CET 2014


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5929

-gerrit

commit 2d4d1e9900321c99685e6bca3ef187bafa881e47
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Thu Jun 5 08:50:17 2014 +0200

    intel/i945: Use define for `BSM`
    
    Change-Id: Ia58d8b410a145f27f0b267c115714580c366e063
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/northbridge/intel/i945/early_init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/northbridge/intel/i945/early_init.c b/src/northbridge/intel/i945/early_init.c
index b12ad3a..0b2acd7 100644
--- a/src/northbridge/intel/i945/early_init.c
+++ b/src/northbridge/intel/i945/early_init.c
@@ -943,7 +943,7 @@ void i945_late_initialization(int s3resume)
 
 	{
 		/* This will not work if TSEG is in place! */
-		u32 tom = pci_read_config32(PCI_DEV(0, 2, 0), 0x5c);
+		u32 tom = pci_read_config32(PCI_DEV(0, 2, 0), BSM);
 
 		printk(BIOS_DEBUG, "TOM: 0x%08x\n", tom);
 		ram_check(0x00000000, 0x000a0000);



More information about the coreboot-gerrit mailing list