]> git.proxmox.com Git - mirror_edk2.git/commit
ArmVirtPkg/PrePi: remove bogus primary core check
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 17 Nov 2017 10:54:59 +0000 (10:54 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 23 Nov 2017 16:05:02 +0000 (16:05 +0000)
commit888559acf98ae954af0418c1f72bc603aa9b9e88
treecfd51041a070ec3fad8f13eb34b33be53042197f
parent16d1322aa28ae92d8f533081981041c9470a0f2b
ArmVirtPkg/PrePi: remove bogus primary core check

QEMU and KVM based ARM/AARCH64 virtual machines only enter UEFI on
a single core, so ArmPlatformIsPrimaryCore() always returns true.
And even if it didn't, our code does absolutely nothing meaningful
based on its return value, so don't bother calling it, and remove
another frivolous dependency on ArmPlatformLib.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
ArmVirtPkg/PrePi/AArch64/ModuleEntryPoint.S
ArmVirtPkg/PrePi/Arm/ModuleEntryPoint.S