audk/ArmPlatformPkg/PrePi
Ard Biesheuvel c4cc609dc8 ArmPlatformPkg/PrePi: allow unicore version to be used on MP hardware
When combining UEFI firmware built from Tianocore with ARM Trusted
Firmware running in EL3, it is the responsibility of ATF that only
a single core enters the UEFI firmware in EL2, and the remaining cores
are released directly to the OS via PSCI SMC calls.

In this case, we don't need the MpCore flavor of PrePi or PrePeiCore,
but the UniCore flavor currently checks the CPU identification registers
directly, and refuses to proceed if the boot CPU is part of a MpCore
system.

So drop the ASSERT()'s that implement this check.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
2016-04-29 18:12:52 +02:00
..
AArch64 ArmPlatformPkg: fixups for 64-bit pointers 2016-03-25 07:17:28 +01:00
Arm ArmPlatformPkg/PrePi: remove global variable allocation from lowlevel init 2015-11-27 17:07:06 +00:00
LzmaDecompress.h ARM Packages: Removed trailing spaces 2014-08-19 13:29:52 +00:00
MainMPCore.c ArmPlatformPkg/PrePi: remove global variable allocation from lowlevel init 2015-11-27 17:07:06 +00:00
MainUniCore.c ArmPlatformPkg/PrePi: allow unicore version to be used on MP hardware 2016-04-29 18:12:52 +02:00
PeiMPCore.inf ArmPlatformPkg: Rectify file modes 2016-02-02 11:42:31 +00:00
PeiUniCore.inf ArmPlatformPkg: Rectify file modes 2016-02-02 11:42:31 +00:00
PrePi.c ArmPlatformPkg/PrePi: allow unicore version to be used on MP hardware 2016-04-29 18:12:52 +02:00
PrePi.h ArmPlatformPkg/PrePi: remove global variable allocation from lowlevel init 2015-11-27 17:07:06 +00:00