[coreboot-gerrit] Patch set updated for coreboot: e04af12 cpu/amd/model_10xxx: add Propus (00100F52h BL-C2) equivalent id

Nicolas Reinecke (nr@das-labor.org) gerrit at coreboot.org
Wed Feb 4 22:50:53 CET 2015


Nicolas Reinecke (nr at das-labor.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8355

-gerrit

commit e04af124f0ac9268efd0bdcfddf83b8a1ea409de
Author: Nicolas Reinecke <nr at das-labor.org>
Date:   Wed Feb 4 22:10:09 2015 +0100

    cpu/amd/model_10xxx: add Propus (00100F52h BL-C2) equivalent id
    
    Change-Id: I32eccfb4eae176e0155c53efaf463258653eefc2
    Signed-off-by: Nicolas Reinecke <nr at das-labor.org>
---
 src/cpu/amd/model_10xxx/update_microcode.c | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/cpu/amd/model_10xxx/update_microcode.c b/src/cpu/amd/model_10xxx/update_microcode.c
index 8dcd90d..05808fe 100644
--- a/src/cpu/amd/model_10xxx/update_microcode.c
+++ b/src/cpu/amd/model_10xxx/update_microcode.c
@@ -34,12 +34,13 @@
  * 00100F2Ah (DR-BA)     1020h                  01000096h
  * 00100F22h (DR-B2)     1022h                  01000095h
  * 00100F23h (DR-B3)     1022h                  01000095h
- * 00100F42h (RB-C2)     1041h                  01000086h
- * 00100F43h (RB-C3)     1043h                  010000b6h
- * 00100F62h (DA-C2)     1062h                  0100009Fh
- * 00100F63h (DA-C3)     1043h                  010000b6h
- * 00100F81h (HY-D1)     1081h                  010000c4h
- * 00100FA0h (PH-E0)     10A0h                  010000bfh
+ * 00100F42h (RB-C2)     1041h                  010000dbh
+ * 00100F43h (RB-C3)     1043h                  010000c8h
+ * 00100F52h (BL-C2)     1041h                  010000dbh
+ * 00100F62h (DA-C2)     1062h                  010000c7h
+ * 00100F63h (DA-C3)     1043h                  010000c8h
+ * 00100F81h (HY-D1)     1081h                  010000d9h
+ * 00100FA0h (PH-E0)     10A0h                  010000dch
  */
 
 struct id_mapping {
@@ -59,6 +60,7 @@ static u16 get_equivalent_processor_rev_id(u32 orig_id) {
 		{ 0x100f23, 0x1022 },
 		{ 0x100f42, 0x1041 },
 		{ 0x100f43, 0x1043 },
+		{ 0x100f52, 0x1041 },
 		{ 0x100f62, 0x1062 },
 		{ 0x100f63, 0x1043 },
 		{ 0x100f81, 0x1081 },



More information about the coreboot-gerrit mailing list