This patch is about the DA-C2 and RB-C2. Chip with install processor
[coreboot.git] / src / cpu / amd / model_10xxx / update_microcode.c
index f7f717d110a9933667418f79e5e6a15da0dea0da..ff38c653779d0f6413c32e89e276a8d8e9cabde4 100644 (file)
@@ -44,10 +44,11 @@ static const u8 microcode_updates[] __attribute__ ((aligned(16))) = {
  * 00100F2Ah (DR-BA)     1020h                  01000096h
  * 00100F22h (DR-B2)     1022h                  01000095h
  * 00100F23h (DR-B3)     1022h                  01000095h
+ * 00100F42h (RB-C2)     1041h                  01000086h
  * 00100F62h (DA-C2)     1062h                  0100009Fh
  */
 
-#include AMD_UCODE_PATCH_FILE
+#include CONFIG_AMD_UCODE_PATCH_FILE
 
 #endif
        /*  Dummy terminator  */
@@ -67,6 +68,7 @@ static u32 get_equivalent_processor_rev_id(u32 orig_id) {
                0x100f2A, 0x1020,
                0x100f22, 0x1022,
                0x100f23, 0x1022,
+               0x100f42, 0x1041,
                0x100f62, 0x1062,
        };