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
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