[coreboot-gerrit] Patch set updated for coreboot: d3d5653 cpu/amd/car: Use define MSR_MCFG_BASE rather than hardcoded value

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Thu Apr 3 10:02:29 CEST 2014


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5431

-gerrit

commit d3d56538c386b11550279ee85a65bf885b242e2b
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Sun Mar 30 18:53:12 2014 +0200

    cpu/amd/car: Use define MSR_MCFG_BASE rather than hardcoded value
    
    Change-Id: I0b40c9811115b204f1cae70546d236049c1b3d30
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 src/cpu/amd/car/cache_as_ram.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cpu/amd/car/cache_as_ram.inc b/src/cpu/amd/car/cache_as_ram.inc
index 8f0abce..dd02f6c 100644
--- a/src/cpu/amd/car/cache_as_ram.inc
+++ b/src/cpu/amd/car/cache_as_ram.inc
@@ -160,7 +160,7 @@ CAR_FAM10_out:
    #else
 	#error "bad MMCONF_BUS_NUMBER value"
    #endif
-	movl	$(0xc0010058), %ecx
+	movl	$MSR_MCFG_BASE, %ecx
 	wrmsr
 #endif
 



More information about the coreboot-gerrit mailing list