Hello Patrick Rudolph, Paul Menzel, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34753
to look at the new patch set (#3).
Change subject: soc/intel/{cnl, icl}: Set CONFIG_CPU_ADDR_BITS to 39 ......................................................................
soc/intel/{cnl, icl}: Set CONFIG_CPU_ADDR_BITS to 39
This patch makes correct address bit value for CONFIG_CPU_ADDR_BITS.
cat /proc/cpuinfo
address sizes : 39 bits physical, 48 bits virtual
Also this change helps to generate correct MTRR mask value while using set_var_mtrr().
example: set_var_mtrr(1, 0x99000000, 16*MiB, WP)
without CL : 0x0000000099000005: PHYBASE2: Address = 0x0000000099000000, WP 0x0000000fff000800: PHYMASK2: Length = 0x0000007001000000, Valid
with CL : 0x0000000099000005: PHYBASE1: Address = 0x0000000099000000, WP 0x0000007fff000800: PHYMASK1: Length = 0x0000000001000000, Valid
Change-Id: Ie3185dd8d4af73ec0605e19e9aa4223f2c2ad462 Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/soc/intel/cannonlake/Kconfig M src/soc/intel/icelake/Kconfig 2 files changed, 8 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/34753/3