[coreboot-gerrit] New patch to review for coreboot: amd/00730F01: Add correct CPU model

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Sat Oct 31 17:44:33 CET 2015


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12284

-gerrit

commit fb847c07c400a4742c87f0f288658e8b2fa13317
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Wed May 27 07:58:22 2015 +0300

    amd/00730F01: Add correct CPU model
    
    Change-Id: I887f9eb890f1f1c6f88b7984f0520bd17be8b88b
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/cpu/amd/pi/00730F01/model_16_init.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/cpu/amd/pi/00730F01/model_16_init.c b/src/cpu/amd/pi/00730F01/model_16_init.c
index 453d985..93b4839 100644
--- a/src/cpu/amd/pi/00730F01/model_16_init.c
+++ b/src/cpu/amd/pi/00730F01/model_16_init.c
@@ -46,9 +46,6 @@ static void model_16_init(device_t dev)
 	u32 siblings;
 #endif
 
-	//x86_enable_cache();
-	//amd_setup_mtrrs();
-	//x86_mtrr_check();
 	disable_cache ();
 	/* Enable access to AMD RdDram and WrDram extension bits */
 	msr = rdmsr(SYSCFG_MSR);
@@ -119,7 +116,8 @@ static struct device_operations cpu_dev_ops = {
 };
 
 static struct cpu_device_id cpu_table[] = {
-	{ X86_VENDOR_AMD, 0x730f00 },	  /* ML-A0, Guess, TODO: */
+	{ X86_VENDOR_AMD, 0x730F00 },
+	{ X86_VENDOR_AMD, 0x730F01 },
 	{ 0, 0 },
 };
 



More information about the coreboot-gerrit mailing list