[edk2-devel] MP services reports incorrect number of CPUs under QEMU without KVM

2022-03-05 Thread nicholasbishop
When using EFI_MP_SERVICES_PROTOCOL.GetNumberOfProcessors to get the number of processors, I've found that when running in QEMU I only get the correct value if KVM is enabled. If KVM is disabled, the number of processors is always reported as 1. With debug logging enabled, I noticed a differenc

[edk2-devel] [PATCH] UefiPayloadPkg: Make Boot Manager Key configurable

2022-03-05 Thread Sean Rhodes
Provide a build option to use [Esc] instead of [F2] for devices such as Chromebooks that don't have F-keys. Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Signed-off-by: Sean Rhodes --- .../PlatformBootManager.c | 44 +-- .../PlatformBootManagerLi