You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
bcfba7a847
This patch removed duplicated X2APIC enabling code. Instead, it enables X2APIC in a common function. By doing so, the very first waking up will be done in APIC mode. Afterwards, it will be using X2APIC mode if enabled by PCD. This patch also fixed an X2APIC ACPI MADT issue. Signed-off-by: Maurice Ma <maurice.ma@intel.com>