<div dir="ltr">I noticed this issue before, Kconfig will take default CPU_ADDR_BITS with the value 32 in src\cpu\intel\model_106cx\Kconfig instead of the value 36 src\cpu\x86\Kconfig. To avoid this issue, you have to override CPU_ADDR_BITS in your own Kconfig file same as what Baytrail project has done.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Aug 12, 2014 at 7:41 AM, Paul Menzel <span dir="ltr"><<a href="mailto:paulepanter@users.sourceforge.net" target="_blank">paulepanter@users.sourceforge.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear coreboot folks,<br>
<br>
<br>
Am Sonntag, den 10.08.2014, 16:34 +0200 schrieb <a href="mailto:gerrit@coreboot.org">gerrit@coreboot.org</a>:<br>
> the following patch was just integrated into master:<br>
> commit a438049422fae85fe4df3ab3f89dbca797d6f5a9<br>
> Author: Aaron Durbin <<a href="mailto:adurbin@chromium.org">adurbin@chromium.org</a>><br>
> Date:   Tue Sep 17 22:01:48 2013 -0500<br>
><br>
>     model_106cx: don't blindly set Kconfig settings<br>
><br>
>     The CPU_ADDR_BITS was being unconditionally set.<br>
>     Don't do that.<br>
<br>
[…]<br>
<br>
> See <a href="http://review.coreboot.org/6535" target="_blank">http://review.coreboot.org/6535</a> for details.<br>
<br>
since the submission of the commit above `CONFIG_CPU_ADDR_BITS` is set<br>
to 36 bits on most Intel devices instead of 32 bit, which it has been<br>
since almost two years after a bad conflict resolution in the revert<br>
commit 51676b14 (Revert "Use broadcast SIPI to startup siblings) [1],<br>
where the checks from commit c7fb2ae6 (Intel cpus: use CPU_ADDR_BITS<br>
from Kconfig during CAR) [2] were removed.<br>
<br>
I was told it should not make a difference for machines below 4 GB, but<br>
it’d be great if you could test it on your Intel boards.<br>
<br>
<br>
Thanks,<br>
<br>
Paul<br>
<br>
<br>
[1] <a href="http://review.coreboot.org/1381" target="_blank">http://review.coreboot.org/1381</a><br>
[2] <a href="http://review.coreboot.org/639" target="_blank">http://review.coreboot.org/639</a><br>
<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></blockquote></div><br></div>