Attention is currently required from: Cliff Huang, Jérémy Compostella, Lance Zhao, Tim Wawrzynczak, Wonkyu Kim.
Hello Cliff Huang, Jérémy Compostella, Lance Zhao, 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 (#2).
Change subject: make same cpu pyhsical address ......................................................................
make same cpu pyhsical address
2 funtions are used to get cpu physical address like below. cpu_phys_address_size soc_phys_address_size And If CONFIG_SOC_PHYSICAL_ADDRESS_WIDTH is defined, it can return different address size like below example) coreboot log: CPU physical address size: 46 bits OS log : DMAR: Host address width 42 So, need to make one API to use same physical address.
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/2