soc/intel/common: Fix X2APIC NMI entry in ACPI MADT
For X2APIC mode, replicate the APIC NMI entry flags and intention to address all the logical processors. Change-Id: I9c0537a3efba942329f80d7cfdbd910b8958516f Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55182 Reviewed-by: Lance Zhao Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
93632a9f1f
commit
6c7e945ab2
|
@ -83,7 +83,7 @@ static unsigned long acpi_madt_irq_overrides(unsigned long current)
|
|||
|
||||
if (is_x2apic_mode())
|
||||
current += acpi_create_madt_lx2apic_nmi((acpi_madt_lx2apic_nmi_t *)current,
|
||||
0xff, 0xd, 1);
|
||||
0xffffffff, 0x5, 1);
|
||||
|
||||
return current;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue