amdfam10: add phenom II as known cpu

Change-Id: I84a0f9e8e7a15c0aac8dc380de3ddf70b1decbd7
Signed-off-by: Bernhard Urban <lewurm@gmail.com>
Reviewed-on: http://review.coreboot.org/864
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Bernhard Urban 2012-04-05 17:13:27 +02:00 committed by Stefan Reinauer
parent deda997833
commit cab72d9b7b
1 changed files with 3 additions and 0 deletions

View File

@ -211,6 +211,9 @@ u32 mctGetLogicalCPUID(u32 Node)
case 0x10081:
ret = AMD_HY_D1;
break;
case 0x100a0:
ret = AMD_PH_E0;
break;
default:
/* FIXME: mabe we should die() here. */
print_err("FIXME! CPU Version unknown or not supported! \n");