Add additional CPU device ID:
CPU: vendor AMD device 30ff2 CPU: family 0f, model 3f, stepping 02 All I know is this makes it boot when it didn't before, YMMV. Signed-off-by: Jeremy Jackson <jerj@coplanar.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2678 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
a56b998796
commit
7f4040af82
|
@ -683,6 +683,7 @@ static struct cpu_device_id cpu_table[] = {
|
|||
{ X86_VENDOR_AMD, 0x20fc2 },
|
||||
{ X86_VENDOR_AMD, 0x20f12 }, /* JH-E6 */
|
||||
{ X86_VENDOR_AMD, 0x20f32 },
|
||||
{ X86_VENDOR_AMD, 0x30ff2 }, /* E4 ? */
|
||||
#endif
|
||||
|
||||
#if K8_REV_F_SUPPORT == 1
|
||||
|
|
Loading…
Reference in New Issue