<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;">
  The idea is that you can<br>
speed up execution if you have SSE2 instructions available, but we don't<br>
want to break things for those that don't have them.  The warning is there<br>
to suggest that you put in the correct value<font color="#888888"><br>
</font></blockquote></div><br>I would welcome a patch where someone ran <br><br>./util/abuild/abuild -C -a<br>grep -L "SSE " coreboot-builds/*/config.h<br>grep -L "SSE2 " coreboot-builds/*/config.h<br>
<br>Then added the correct values to the src/cpu/*/*/Kconfig files.<br><br>It would take some time with wikipedia.<br><br>On the other hand, since you know your CPU doesn't support SSE2, you could just mention your CPU by name, and I'll add the correct value for SSE2 to the correct file.<br>
<br>Thanks,<br>Myles<br>