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>
This commit is contained in:
Timothy Pearson 2015-10-28 02:59:09 -05:00 committed by Ronald G. Minnich
parent 439a527014
commit 529fd81f64
1 changed files with 6 additions and 1 deletions

View File

@ -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 */