2010/10/12 Keith Hui <span dir="ltr"><<a href="mailto:buurin@gmail.com">buurin@gmail.com</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Guys,<br></blockquote><div><br>Hi Keith,<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
I could no longer boot my P3B-F with my Tualeron and r5938. Dies with<br>
"unknown CPU". I believe it will happen with any Slot 1 440BX boards<br>
that supports model_6bx CPUs.<br></blockquote><div><br>Can you confirm that this changeset caused the regression: <a href="http://tracker.coreboot.org/trac/coreboot/changeset/5909">http://tracker.coreboot.org/trac/coreboot/changeset/5909</a> ?<br>
</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
I need to make the change below to make it work. abuild tested. Boot<br>
tested on P2B-LS and P3B-F.<br></blockquote><div> </div><div>In which directory does this changed file reside, src/cpu/intel/slot_1/ or src/cpu/intel/model_6bx/ ?<br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
After we split the rest of the P6 family from model_6xx, a similar<br>
change will need to be made here.<br>
<br>
Signed-off-by: Keith Hui <<a href="mailto:buurin@gmail.com">buurin@gmail.com</a>><br>
<br>
8<-------------------------<br>
Index: Makefile.inc<br>
===================================================================<br>
--- Makefile.inc        (revision 5938)<br>
+++ Makefile.inc        (working copy)<br>
@@ -20,6 +20,7 @@<br>
<br>
 ramstage-y += slot_1.c<br>
 subdirs-y += ../model_6xx<br>
+subdirs-y += ../model_6bx<br>
 subdirs-y += ../../x86/tsc<br>
 subdirs-y += ../../x86/mtrr<br>
 subdirs-y += ../../x86/lapic<br>
<font color="#888888"><br>
--<br>
coreboot mailing list: <a href="mailto:coreboot@coreboot.org">coreboot@coreboot.org</a><br>
<a href="http://www.coreboot.org/mailman/listinfo/coreboot" target="_blank">http://www.coreboot.org/mailman/listinfo/coreboot</a><br>
</font></blockquote></div><br>