diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-10-28 02:59:09 -0500 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2015-10-30 16:00:57 +0100 |
commit | 529fd81f640fa514ea4c443dd561086e7c582a64 (patch) | |
tree | 54e6461ce4ae3d56a53b168c0608e1d1af224aa7 /src/cpu/amd/model_fxx | |
parent | 439a527014fa0cb3e4ef60ba59e5c57c737b4444 (diff) | |
download | coreboot-529fd81f640fa514ea4c443dd561086e7c582a64.tar.xz |
cpu/amd/model_fxx: Add Socket F CPU ID mappings
Change-Id: If1df7f3ae9661fae49557c07def397b36b1d38f0
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/12210
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/cpu/amd/model_fxx')
-rw-r--r-- | src/cpu/amd/model_fxx/model_fxx_update_microcode.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/cpu/amd/model_fxx/model_fxx_update_microcode.c b/src/cpu/amd/model_fxx/model_fxx_update_microcode.c index eb9e9eb74c..745437084b 100644 --- a/src/cpu/amd/model_fxx/model_fxx_update_microcode.c +++ b/src/cpu/amd/model_fxx/model_fxx_update_microcode.c @@ -54,7 +54,12 @@ static u16 get_equivalent_processor_rev_id(u32 orig_id) { #endif #if CONFIG_K8_REV_F_SUPPORT - /* FIXME */ + /* FIXME + * Microcode files for CPU revision 0xf do + * not seem to be available... + */ + { 0x40f10, 0x0410 }, + { 0x40f13, 0x0410 }, #endif /* Array terminator */ |