Dear coreboot folks,
Am Sonntag, den 10.08.2014, 16:34 +0200 schrieb gerrit@coreboot.org:
the following patch was just integrated into master: commit a438049422fae85fe4df3ab3f89dbca797d6f5a9 Author: Aaron Durbin adurbin@chromium.org Date: Tue Sep 17 22:01:48 2013 -0500
model_106cx: don't blindly set Kconfig settings The CPU_ADDR_BITS was being unconditionally set. Don't do that.
[…]
See http://review.coreboot.org/6535 for details.
since the submission of the commit above `CONFIG_CPU_ADDR_BITS` is set to 36 bits on most Intel devices instead of 32 bit, which it has been since almost two years after a bad conflict resolution in the revert commit 51676b14 (Revert "Use broadcast SIPI to startup siblings) [1], where the checks from commit c7fb2ae6 (Intel cpus: use CPU_ADDR_BITS from Kconfig during CAR) [2] were removed.
I was told it should not make a difference for machines below 4 GB, but it’d be great if you could test it on your Intel boards.
Thanks,
Paul
[1] http://review.coreboot.org/1381 [2] http://review.coreboot.org/639
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.
On Tue, Aug 12, 2014 at 7:41 AM, Paul Menzel < paulepanter@users.sourceforge.net> wrote:
Dear coreboot folks,
Am Sonntag, den 10.08.2014, 16:34 +0200 schrieb gerrit@coreboot.org:
the following patch was just integrated into master: commit a438049422fae85fe4df3ab3f89dbca797d6f5a9 Author: Aaron Durbin adurbin@chromium.org Date: Tue Sep 17 22:01:48 2013 -0500
model_106cx: don't blindly set Kconfig settings The CPU_ADDR_BITS was being unconditionally set. Don't do that.
[…]
See http://review.coreboot.org/6535 for details.
since the submission of the commit above `CONFIG_CPU_ADDR_BITS` is set to 36 bits on most Intel devices instead of 32 bit, which it has been since almost two years after a bad conflict resolution in the revert commit 51676b14 (Revert "Use broadcast SIPI to startup siblings) [1], where the checks from commit c7fb2ae6 (Intel cpus: use CPU_ADDR_BITS from Kconfig during CAR) [2] were removed.
I was told it should not make a difference for machines below 4 GB, but it’d be great if you could test it on your Intel boards.
Thanks,
Paul
[1] http://review.coreboot.org/1381 [2] http://review.coreboot.org/639
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot