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
in LinuxBIOSv2/src/cpu:
Index: amd/model_fxx/model_fxx_init.c =================================================================== --- amd/model_fxx/model_fxx_init.c (revision 2671) +++ amd/model_fxx/model_fxx_init.c (working copy) @@ -683,6 +683,7 @@ { 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
On Wed, May 16, 2007 at 02:53:49PM -0400, Jeremy Jackson wrote:
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
in LinuxBIOSv2/src/cpu:
Index: amd/model_fxx/model_fxx_init.c
--- amd/model_fxx/model_fxx_init.c (revision 2671) +++ amd/model_fxx/model_fxx_init.c (working copy) @@ -683,6 +683,7 @@ { 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
Any comments on this? Look good to me, will commit if nobody complains.
Uwe.
On Wed, May 16, 2007 at 02:53:49PM -0400, Jeremy Jackson wrote:
Index: amd/model_fxx/model_fxx_init.c
--- amd/model_fxx/model_fxx_init.c (revision 2671) +++ amd/model_fxx/model_fxx_init.c (working copy) @@ -683,6 +683,7 @@ { X86_VENDOR_AMD, 0x20fc2 }, { X86_VENDOR_AMD, 0x20f12 }, /* JH-E6 */ { X86_VENDOR_AMD, 0x20f32 },
{ X86_VENDOR_AMD, 0x30ff2 }, /* E4 ? */
#endif
Committed in r2678, thanks!
Uwe.