From ed98e945c0c6938a26bff6d5b38932b2851d348a Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 27 May 2015 07:58:22 +0300 Subject: amd/00730F01: Add correct CPU model MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I887f9eb890f1f1c6f88b7984f0520bd17be8b88b Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/12284 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan Reviewed-by: Stefan Reinauer --- src/cpu/amd/pi/00730F01/model_16_init.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/cpu') diff --git a/src/cpu/amd/pi/00730F01/model_16_init.c b/src/cpu/amd/pi/00730F01/model_16_init.c index c088f47da0..00a21e962d 100644 --- a/src/cpu/amd/pi/00730F01/model_16_init.c +++ b/src/cpu/amd/pi/00730F01/model_16_init.c @@ -42,9 +42,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); @@ -115,7 +112,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 }, }; -- cgit v1.2.3