]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPlatformPkg/PrePeiCore/MainMPCore.c
ArmPlatformPkg: Removed the check on the CpuId to release the secondary cores from...
authorOlivier Martin <olivier.martin@arm.com>
Wed, 17 Jul 2013 06:23:07 +0000 (06:23 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 17 Jul 2013 06:23:07 +0000 (06:23 +0000)
commitf93f248a78a2c73114641c27042c16f6593dc5dc
tree76ac246167fbc354ac2d0ad82fe6c1cd1e5c36bb
parent28f5d708e7a162e5d34afc620b1ec908a43e33a5
ArmPlatformPkg: Removed the check on the CpuId to release the secondary cores from their mailbox spinning

The idea is to remove the PCD PcdGicPrimaryCoreId to make the port easier (and also to allow changing
the primary boot CPU without adding more platform specific code to UEFI).

There is a risk the mailboxes contain garbage at boot time. But it should be easy enough to clear the
mailboxes when starting UEFI to workaround this limitation.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14477 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/PrePeiCore/MainMPCore.c
ArmPlatformPkg/PrePi/MainMPCore.c