summaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_10xxx/update_microcode.c
diff options
context:
space:
mode:
authorQingPei Wang <wangqingpei@gmail.com>2011-09-13 18:04:22 +0800
committerPeter Stuge <peter@stuge.se>2011-09-24 15:58:12 +0200
commit8eb4273290ea577d06282d350e3fe884145c4288 (patch)
treea6c6b4903c4be764cef226574e70444dc6ab824a /src/cpu/amd/model_10xxx/update_microcode.c
parent62ff00e13f3fb349bb8ce3065f6915448bfd875e (diff)
downloadcoreboot-8eb4273290ea577d06282d350e3fe884145c4288.tar.xz
Add AMD Family 10h PH-E0 support
the patch file comes from src/vendorcode/amd/agesa/f12/Proc/CPU/Family/0x10/RevE /F10MicrocodePatch010000bf.c Change-Id: If701c8a908edf1c486665d3ce4df65da0f65c802 Signed-off-by: QingPei Wang <wangqingpei@gmail.com> Reviewed-on: http://review.coreboot.org/202 Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'src/cpu/amd/model_10xxx/update_microcode.c')
-rw-r--r--src/cpu/amd/model_10xxx/update_microcode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/amd/model_10xxx/update_microcode.c b/src/cpu/amd/model_10xxx/update_microcode.c
index fa3b4f8a72..a9faafa470 100644
--- a/src/cpu/amd/model_10xxx/update_microcode.c
+++ b/src/cpu/amd/model_10xxx/update_microcode.c
@@ -51,6 +51,7 @@ static const u8 microcode_updates[] __attribute__ ((aligned(16))) = {
* 00100F62h (DA-C2) 1062h 0100009Fh
* 00100F63h (DA-C3) 1043h 010000b6h
* 00100F81h (HY-D1) 1081h 010000c4h
+ * 00100FA0h (PH-E0) 10A0h 010000bfh
*/
#include CONFIG_AMD_UCODE_PATCH_FILE
@@ -78,6 +79,7 @@ static u32 get_equivalent_processor_rev_id(u32 orig_id) {
0x100f62, 0x1062,
0x100f63, 0x1043,
0x100f81, 0x1081,
+ 0x100fa0, 0x10A0,
};
u32 new_id;