Attention is currently required from: Anil Kumar K, Bora Guvendik, Cliff Huang, Jamie Ryu, Lance Zhao, Tim Wawrzynczak, Wonkyu Kim.
Hello Anil Kumar K, Bora Guvendik, Cliff Huang, Jamie Ryu, Jérémy Compostella, Lance Zhao, Subrata Banik, Tim Wawrzynczak, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/84230?usp=email
to look at the new patch set (#3).
Change subject: make same cpu pyhsical address ......................................................................
make same cpu pyhsical address
2 funtions are used to get cpu physical address. cpu_phys_address_size soc_phys_address_size
soc_phys_address_size is intended to override width but issue is only some part of code is applied with overriden value.
example) Define CONFIG_SOC_PHYSICAL_ADDRESS_WIDTH as 42 coreboot log: CPU physical address size: 46 bits OS log : DMAR: Host address width 42
This change make same value even if after overriding address width.
BUG: none TEST: Check same address size in coreboot log and OS log
Signed-off-by: Wonkyu Kim wonkyu.kim@intel.com Change-Id: I06c485511fa7f72a445c8aed56d8a470b4772092 --- M src/acpi/acpi_dmar.c M src/arch/x86/cpu_common.c M src/device/pci_device.c M src/include/cpu/cpu.h M src/soc/intel/common/block/systemagent/systemagent.c 5 files changed, 6 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/84230/3