[LinuxBIOS] add K8 cpuid support for ADA3500DKA4CG

Jeremy Jackson jerj at coplanar.net
Wed May 16 20:53:49 CEST 2007


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 at 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






More information about the coreboot mailing list