summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Sec
AgeCommit message (Expand)AuthorFilesLines
2012-02-28ArmPlatformPkg/Sec: Add ASSERT() for checking the Secure Monitor Stack PCD va...oliviermartin1-0/+5
2012-02-28ArmPlatformPkg/Sec: Move 'ArmPlatformSecExtraAction' before we set NSACR & SCRoliviermartin2-13/+17
2012-02-28ArmPlatformPkg/Sec: Fix transition to Trusted Monitor World with ARMGCColiviermartin4-50/+94
2012-02-28ArmPlatformPkg: Move the Secure Monitor initialization into a separate 'ArmTr...oliviermartin4-32/+10
2012-02-28ArmPlatformPkg: Updated the stack setup to have the same geometry between the...oliviermartin2-50/+36
2011-12-14ArmPlatformPkg/Sec: Fixed Monitor stack setupoliviermartin1-1/+1
2011-12-07ArmPlatformPkg: Coding style changes (tab and line endings) - Minor changesoliviermartin1-1/+1
2011-12-06ArmPlatformPkg/Sec: Enabled VFP (if supported by platform) prior to any libra...oliviermartin1-4/+5
2011-11-09ArmPlatformPkg: Fix Global Variable region initialization when GlobalVariable...oliviermartin2-8/+6
2011-11-01ArmPlatform/Sec: Ensure all the CPU cores are calling ArmCpuSetup()oliviermartin1-11/+12
2011-11-01ArmPlatformPkg: Fix initialization of the Global Variable when stack pointer ...oliviermartin2-2/+2
2011-11-01ArmPlatformPkg/Sec: Replaced hardcode SCR and NSACR values by PCDs to enable ...oliviermartin5-10/+49
2011-11-01ArmPlatformPkg: Remove ArmPlatformBootRemapping() function from the ArmPlatfo...oliviermartin1-4/+0
2011-11-01ArmPlatformPkg: Coding style (minor changes)oliviermartin1-1/+1
2011-10-04Arm Packages: Fix builds for XCODE32 toolchainoliviermartin1-1/+1
2011-09-27ArmPlatformPkg: Replaced 'ArmPlatformTrustzoneSupported' by the fixed Pcd gAr...oliviermartin2-1/+2
2011-09-27ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initializationoliviermartin5-266/+231
2011-09-22ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLiboliviermartin1-0/+2
2011-09-22ArmPlatformPkg/Sec: Clean and Move all declaration into 'SecInternal.h' (2)oliviermartin1-0/+65
2011-09-22ArmPlatformPkg/Sec: Clean and Move all declaration into 'SecInternal.h'oliviermartin2-51/+17
2011-09-22ARM Packages: Rename PcdNormal* into Pcd* PCDsoliviermartin2-2/+2
2011-09-22ArmPlatformPkg: Changed memory model for the stacksoliviermartin3-74/+119
2011-09-22ArmPlatformPkg/ArmPlatformLib: Removed 'ArmPlatformIsMemoryInitialized' functionoliviermartin2-10/+2
2011-09-22ArmPlatformPkg/ArmPlatformLib: Introduce ArmPlatformSecBootAction functionoliviermartin2-8/+16
2011-09-22ArmPlatformPkg: Introduce Primary core macrosoliviermartin4-17/+25
2011-09-22ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib'oliviermartin2-10/+10
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin1-112/+112
2011-07-28ArmPkg: Fix ARM builds for XCode32oliviermartin1-2/+2
2011-07-06ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin3-126/+72
2011-07-01ArmPlatformPkg: Fix buildsoliviermartin1-2/+3
2011-07-01ArmPlatformPkg: Add support for PrePi moduleoliviermartin1-0/+12
2011-07-01ArmPlatformPkg: Move PcdStandalone from Feature PCD to Fixed PCDoliviermartin2-3/+3
2011-06-15ArmPkg: Fix warnings raised by ARMGCColiviermartin1-1/+1
2011-06-11ArmPlatformPkg: Unify the Secure and Normal FD and FV PCD namingoliviermartin2-8/+8
2011-06-03ArmPlatformPkg: Fix ARMGCC buildoliviermartin1-1/+0
2011-04-27ArmPlatformPkg: Add missing ASM_PFX() macro in exception call backoliviermartin1-4/+4
2011-04-26ArmPlatformPkg/ArmPlatformLib: Renamed ArmPlatformInitialize into ArmPlatform...oliviermartin1-1/+1
2011-04-26ArmPlatformPkg/Sec: Initialize the GIC when Trustzone Support is not enabledoliviermartin1-0/+3
2011-04-26ArmPlatformPkg/Sec: Fix typo and Remove magic valueoliviermartin1-23/+35
2011-04-26ArmPlatform: Remove dummy padding to make the Reset Vector aligned on 32 byte...oliviermartin2-6/+0
2011-03-31ArmPlatformPkg: Introduce ArmPlatformInitialize() functionoliviermartin2-7/+3
2011-03-31ArmPlatformPkg: Rename gEmbeddedTokenSpaceGuid.PcdEmbeddedFd* into gArmTokenS...oliviermartin2-5/+5
2011-03-31ArmPlatformPkg: Use Serial print function to print out non debugging informationoliviermartin2-18/+33
2011-03-05Fix minor Xcode build issues.andrewfish3-12/+12
2011-02-01Add ArmPlatformPkg from ARM Ltd. patch.andrewfish8-0/+897