Update the FAM10 microcode to current versions.
[coreboot.git] / src / cpu / amd / model_10xxx / model_10xxx_init.c
index b293421799024cf778c35f658f1e5fd9598cc8fc..697ab0382cec0bc9bf55230c8ccd0a04a1ff6430 100644 (file)
@@ -369,7 +369,6 @@ static void smash1Gpages(void)
 
 }
 
-extern void update_microcode(u32 cpu_deviceid);
 
 
 void model_10xxx_init(device_t dev)
@@ -386,10 +385,6 @@ void model_10xxx_init(device_t dev)
        amd_setup_mtrrs();
        x86_mtrr_check();
 
-
-       /* Update the microcode */
-       update_microcode(dev->device);
-
        disable_cache();
 
        /* zero the machine check error status registers */
@@ -455,6 +450,7 @@ static struct cpu_device_id cpu_table[] = {
        { X86_VENDOR_AMD, 0x100f21 },
        { X86_VENDOR_AMD, 0x100f2A },
        { X86_VENDOR_AMD, 0x100f22 },
+       { X86_VENDOR_AMD, 0x100f23 },
        { 0, 0 },
 };
 static struct cpu_driver model_10xxx __cpu_driver = {