Author: uwe Date: Wed Oct 13 01:22:08 2010 New Revision: 5945 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5945
Log: Add missing include of model_6bx for slot_1.
I could no longer boot my P3B-F with my Tualeron and r5938. Dies with "unknown CPU". I believe it will happen with any Slot 1 440BX boards that supports model_6bx CPUs.
I need to make the change below to make it work. abuild tested. Boot tested on P2B-LS and P3B-F.
Signed-off-by: Keith Hui buurin@gmail.com Acked-by: Uwe Hermann uwe@hermann-uwe.de
Modified: trunk/src/cpu/intel/slot_1/Makefile.inc
Modified: trunk/src/cpu/intel/slot_1/Makefile.inc ============================================================================== --- trunk/src/cpu/intel/slot_1/Makefile.inc Tue Oct 12 23:37:03 2010 (r5944) +++ trunk/src/cpu/intel/slot_1/Makefile.inc Wed Oct 13 01:22:08 2010 (r5945) @@ -20,6 +20,7 @@
ramstage-y += slot_1.c subdirs-y += ../model_6xx +subdirs-y += ../model_6bx subdirs-y += ../../x86/tsc subdirs-y += ../../x86/mtrr subdirs-y += ../../x86/lapic