On 4/8/10 11:32 PM, Joseph Smith wrote: >>> Index: src/cpu/intel/model_6bx/Kconfig >>> =================================================================== >>> --- src/cpu/intel/model_6bx/Kconfig (revision 0) >>> +++ src/cpu/intel/model_6bx/Kconfig (revision 0) >>> @@ -0,0 +1,3 @@ >>> +config CPU_INTEL_CORE >>> + bool >>> + select SMP >>> >>> >> Now, this is definitely wrong. >> >> > Oops, I will fix that. >
>>> Index: src/cpu/intel/socket_mfcbga479/Kconfig >>> =================================================================== >>> --- src/cpu/intel/socket_mfcbga479/Kconfig (revision 0) >>> +++ src/cpu/intel/socket_mfcbga479/Kconfig (revision 0) >>> @@ -0,0 +1,5 @@ >>> +config CPU_INTEL_SOCKET_MFCBGA479 >>> + bool >>> + select CPU_INTEL_MODEL_6BX >>> >>> >> Where is CPU_INTEL_MODEL_6BX defined? >> >> > Not sure what you mean. It is defined by the socket. > No, it's not. It's used in the socket, but it's never defined anywhere. -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

