summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Sec
AgeCommit message (Expand)AuthorFilesLines
2026-02-24ArmPlatformPkg: Replace include guards with #pragma onceMichael Kubacki1-4/+1
2026-01-15MdePkg, ArmPkg, ArmPlatformPkg: Create VECTOR_TABLE MacroOliver Smith-Denny1-83/+82
2025-09-26 ArmPlatformPkg: Remove ARM32 Support from SecOliver Smith-Denny5-243/+0
2025-07-24ArmPlatformPkg: Introduce gArmTransferListPpiGuidPrachotan Bathi2-4/+18
2025-07-24ArmPlatformPkg: Capture TransferList Information for SECPrachotan Bathi4-4/+41
2025-05-28ArmPlatformPkg/Sec: Re-use SetupExceptionLevel1 when running VHE at EL2Ard Biesheuvel1-6/+4
2025-05-28ArmPlatformPkg/Sec: Simplify SetupExceptionLevel1() using a tail callArd Biesheuvel1-5/+1
2025-05-28ArmPlatformPkg/Sec: Remove EL1 timer setup when booting at EL2Ard Biesheuvel1-8/+0
2025-05-27ArmPlatformPkg/Sec: Deal with entry at EL2 with VHE enabledArd Biesheuvel1-2/+7
2025-04-11ArmPlatformPkg/Sec: clean up FP enabling codeLeif Lindholm3-6/+9
2025-02-07MdePkg: Move StackCheckLibStaticInit to StackCheckLibOliver Smith-Denny1-0/+1
2024-11-14ArmPlatformPkg: Honour RES1 fields in CPTR_EL2Jessica Clarke1-1/+2
2024-11-14ArmPlatformPkg,MdePkg: Rename AARCH64 CPACR_CP_FULL_ACCESSJessica Clarke1-3/+3
2024-11-14ArmPlatformPkg: Document that we don't support HCR_EL2.E2H being setJessica Clarke1-0/+2
2024-09-12MdePkg: Move AsmMacroIoLib*.h from ArmPkgOliver Smith-Denny7-7/+7
2024-08-28ArmPlatformPkg: Initialize Serial Port Before WritingOliver Smith-Denny1-0/+4
2024-08-01ArmPlatformPkg: Clone PrePeiUniCore into SecArd Biesheuvel12-0/+891
2016-02-09ArmPlatformPkg: remove unused Sec libraryRyan Harkin11-1042/+0
2015-12-14ArmPlatformPkg/Sec: fix return_from_exception code and commentArd Biesheuvel2-17/+6
2015-11-27ArmPlatformPkg/Sec: remove global variable allocation from lowlevel initArd Biesheuvel4-17/+3
2015-07-06ArmPlatformPkg: Allow PcdFirmwareVersionString to be a dynamic PCDSamer El-Haj-Mahmoud1-1/+4
2014-11-11ArmPlatformPkg: Increase more ARM address Pcd entries to 64-bit.Leif Lindholm1-2/+2
2014-10-27ArmPkg/ArmLib: Removed duplicated invalidate TLB functionOlivier Martin1-1/+1
2014-08-26ARM Packages: Replace tabs by spaces for indentationRonald Cron4-5/+5
2014-08-19ARM Packages: Removed trailing spacesRonald Cron5-65/+65
2014-07-15ArmPkg/ArmLib.h: Removed GET_CORE_POS macroRonald Cron1-9/+14
2014-05-08ARM Packages: Use .8byte instead of .dword for pointersBrendan Jackman1-1/+1
2014-05-08ARM Packages: Use AND instead of BIC instruction with immediateBrendan Jackman1-4/+2
2014-05-08ARM Packages: use GCC_ASM_EXPORT to export functionsBrendan Jackman1-5/+5
2014-05-08ARM Packages: Remove GCC filter for AARCH64 assembly filesBrendan Jackman1-2/+2
2014-03-01ArmPkg: Tidy assembler codeOlivier Martin3-11/+2
2013-11-29ArmPlatformPkg/ArmVExpressPkg: Removed unused PCDs declaration from INF fileOlivier Martin1-3/+0
2013-08-21ArmPlatformPkg/Sec: Removed SetupExceptionLevel3()Olivier Martin1-44/+0
2013-08-21ArmPlatformPkg/Sec: Remove SCR and CPTR initialization from SetupExceptionLevel3Olivier Martin1-14/+0
2013-08-06ARM: Remove NSACR from the common codeOlivier Martin5-4/+64
2013-07-18ArmPlatformPkg: Added Aarch64 supportHarry Liebel3-2/+308
2013-05-10ARM Packages: Replaced the macro GetCorePositionFromMpId() by the ArmPlatform...oliviermartin2-8/+12
2013-05-10ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin6-31/+24
2013-05-10ArmPlatformPkg/Sec: Replaced non-required 'blx' by 'bl'oliviermartin1-2/+2
2013-03-12ArmPlatformPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin5-5/+7
2013-03-12ARM Packages: Fixed coding style and typosoliviermartin1-5/+5
2013-01-28ArmPlatformPkg: Fixed unsigned type to be architecture independentoliviermartin1-2/+2
2013-01-25ARM Packages: Fixed line endingsoliviermartin1-195/+195
2012-09-28ArmPlatformPkg/Sec: Moved Exception Vector Table to ArmPkg/DebugAgentBaseLiboliviermartin7-254/+0
2012-07-05ArmPlatformPkg/Sec: Fixed Primary Non-Cold Boot Patholiviermartin3-11/+21
2012-07-05ArmPkg/AsmMacroIoLib: Renamed 'GetCorePositionInStack' macro into 'GetCorePos...oliviermartin2-2/+2
2012-07-05ArmPlatformPkg/Sec: Added support for Non Cold Boot Pathsoliviermartin6-22/+54
2012-05-03ArmPlatformPkg: Replaced 'ArmGicSecLib' by 'ArmGicLib'oliviermartin1-1/+1
2012-05-03ArmPlatformPkg: Introduced 'ArmPlatformSecLib'oliviermartin5-27/+12
2012-05-03ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin1-1/+1