summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/PrePeiCore
AgeCommit message (Expand)AuthorFilesLines
2017-12-08ArmPlatformPkg/PrePeiCoreMPCore: use a unique GUIDArd Biesheuvel1-1/+1
2017-11-09ArmPlatformPkg/PrePeiCore: seed temporary stack before entering PEI coreArd Biesheuvel5-0/+26
2017-05-22ArmPlatformPkg: Timer access for non-secure EL1/0Sami Mujawar1-1/+8
2016-09-08ArmPkg ArmPlatformPkg ArmVirtPkg: ARM GICv2/v3 Base Address width fix-upDennis Chen1-5/+5
2016-08-11ArmPlatformPkg/PrePeiCore: switch to ASM_FUNC() asm macroArd Biesheuvel5-71/+18
2016-08-11ArmPlatformPkg RVCT: drop dependency on GCC macro libraryArd Biesheuvel2-12/+4
2016-03-25ArmPlatformPkg: fixups for 64-bit pointersLeendert van Doorn3-3/+3
2015-12-10ArmPlatformPkg: Fix stack switch bug after commit 7945b29Heyi Guo1-4/+7
2015-12-08ArmPkg/PrePeiCore: use explicit UINTN cast in VOID* arithmeticArd Biesheuvel2-2/+2
2015-12-08ArmPkg/PrePeiCore: adhere to architectural stack alignment requirementArd Biesheuvel2-14/+6
2015-11-27ArmPlatformPkg/PrePeiCore: remove global variable allocation from lowlevel initArd Biesheuvel7-52/+3
2015-11-27ArmPlatformPkg/PrePeiCore: add missing entries to AArch64 vector tableArd Biesheuvel1-0/+40
2015-11-19ArmPkg/ArmPlatformPkg: position vectors relative to baseMark Rutland1-14/+13
2015-08-07ArmPlatformPkg/PrePeiCore: constify PPI globalsArd Biesheuvel1-5/+5
2014-11-11ArmPlatformPkg: Increase more ARM address Pcd entries to 64-bit.Leif Lindholm3-6/+6
2014-09-01ARM Packages: Removed unused PcdArmPrimaryCoreOlivier Martin1-3/+1
2014-09-01ArmPlatformPkg/PrePeiCore: remove GIC related PCDs from unicoreArd Biesheuvel1-3/+0
2014-08-26ARM Packages: Replace tabs by spaces for indentationRonald Cron1-1/+1
2014-08-19ARM Packages: Removed trailing spacesRonald Cron10-81/+81
2014-07-15ARM Packages: Force the SEC modules to be 2K aligned for AArch64Olivier Martin1-3/+4
2014-07-04ArmPkg/ArmGic: Returned the InterruptId in ArmGicAcknowledgeInterrupt()Olivier Martin1-5/+6
2014-07-04ArmPkg/ArmGic: Move out the EndOfInterrupt from the interrupt acknowledgementOlivier Martin1-1/+7
2014-05-08ARM Packages: Use .8byte instead of .dword for pointersBrendan Jackman1-1/+1
2014-05-08ARM Packages: use GCC_ASM_EXPORT to export functionsBrendan Jackman3-4/+4
2014-05-08ARM Packages: Remove GCC filter for AARCH64 assembly filesBrendan Jackman2-8/+8
2014-03-01ArmPkg: Tidy assembler codeOlivier Martin1-3/+0
2014-03-01ArmPkg: Replace single dead loop.Olivier Martin2-11/+4
2013-08-06ArmPlatformPkg: PrePei Cache disable and invalidate.Olivier Martin1-15/+14
2013-07-18ArmPlatformPkg: Added Aarch64 supportHarry Liebel8-2/+361
2013-07-17ArmPkg: Removed the non-used PCD PcdGicPrimaryCoreIdOlivier Martin2-8/+0
2013-07-17ArmPlatformPkg: Removed the check on the CpuId to release the secondary cores...Olivier Martin1-3/+2
2013-05-10ArmPlatform/ArmPlatformLib: Introduced ArmPlatformPeiBootAction()oliviermartin2-0/+8
2013-05-10ARM Packages: Replaced the macro GetCorePositionFromMpId() by the ArmPlatform...oliviermartin2-6/+12
2013-05-10ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin5-20/+20
2013-03-12ArmPlatformPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin11-65/+96
2013-03-12ARM Packages: Fixed coding style and typosoliviermartin1-2/+2
2012-07-04ArmPkg/AsmMacroIoLib: Renamed 'GetCorePositionInStack' macro into 'GetCorePos...oliviermartin2-2/+2
2012-05-02ArmPkg/ArmGicLib: Replaced 'ArmGicAcknowledgeSgiFrom' by 'ArmGicAcknowledgeIn...oliviermartin2-4/+16
2012-05-02ArmPkg/ArmGicLib: Changed ArmGicSendSgiTo() to allow to send a specific SGIoliviermartin2-2/+3
2012-05-02ArmPlatformPkg: Renamed and Invoked earlier ArmPlatformNormalInitialize()oliviermartin1-0/+3
2012-02-28ArmPlatformPkg: Updated the stack setup to have the same geometry between the...oliviermartin2-76/+58
2012-02-27ArmPlatformPkg/PrePeiCore: Ensured the size is 8-byte alignedoliviermartin2-6/+14
2011-11-09ArmPlatformPkg: Fix Global Variable region initialization when GlobalVariable...oliviermartin2-4/+6
2011-11-01ArmPlatformPkg: Fix initialization of the Global Variable when stack pointer ...oliviermartin2-2/+2
2011-09-27ArmPkg/ArmLib: Clean ArmV7Liboliviermartin3-5/+0
2011-09-22ArmPkg: Removed deprecated 'ArmMPCoreMailBoxLib'oliviermartin1-1/+0
2011-09-22ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platformoliviermartin2-10/+53
2011-09-22ArmPlatformPkg: Add ArmPlatformGetPlatformPpiList()oliviermartin4-12/+68
2011-09-22ArmPlatformPkg/PrePeiCore: Reverse Stack & PeiTemporaryoliviermartin3-14/+29
2011-09-22ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLiboliviermartin6-8/+32