Hello build bot (Jenkins), Jonathan Zhang, Jay Talbott, Johnny Lin, Stefan Reinauer, Paul Menzel, Angel Pons, Arthur Heymans, Javier Galindo, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47579
to look at the new patch set (#4).
Change subject: soc/intel/xeon_sp: Fix SKX SATA drive boot issue ......................................................................
soc/intel/xeon_sp: Fix SKX SATA drive boot issue
SKX FSP doesn't support X2APIC setup, but CPX does. The CPX DMAR table needs the X2APIC opt out flag set. This fixes the hang loading a kexec'd kernel. The change is easy to see in the coreboot output: [DMA Remapping table] Flags: 0x3 or in the DMAR ACPI table.
Change-Id: Iec977c893b70e30875d9a92f24af009c1e90389e Signed-off-by: Marc Jones marcjones@sysproconsulting.com --- M src/soc/intel/xeon_sp/nb_acpi.c 1 file changed, 8 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/47579/4