summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Sec
Commit message (Expand)AuthorAgeFilesLines
* ArmPlatformPkg: Replaced 'ArmGicSecLib' by 'ArmGicLib'oliviermartin2012-05-021-1/+1
* ArmPlatformPkg: Introduced 'ArmPlatformSecLib'oliviermartin2012-05-025-27/+12
* ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin2012-05-021-1/+1
* ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...oliviermartin2012-05-023-12/+13
* ArmPlatformPkg/Sec: Change initial 'welcome' string from 'UEFI Firmware' to '...oliviermartin2012-03-262-1/+9
* ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin2012-03-261-6/+6
* ArmPlatformPkg/Sec: Move ArmGicSetupNonSecure() prior to initialize platform-...oliviermartin2012-03-261-3/+4
* ArmPlatformPkg/Sec: Fixed monitor stack setupoliviermartin2012-03-262-6/+10
* ArmPlatformPkg/Sec: Add ASSERT() for checking the Secure Monitor Stack PCD va...oliviermartin2012-02-281-0/+5
* ArmPlatformPkg/Sec: Move 'ArmPlatformSecExtraAction' before we set NSACR & SCRoliviermartin2012-02-282-13/+17
* ArmPlatformPkg/Sec: Fix transition to Trusted Monitor World with ARMGCColiviermartin2012-02-284-50/+94
* ArmPlatformPkg: Move the Secure Monitor initialization into a separate 'ArmTr...oliviermartin2012-02-284-32/+10
* ArmPlatformPkg: Updated the stack setup to have the same geometry between the...oliviermartin2012-02-282-50/+36
* ArmPlatformPkg/Sec: Fixed Monitor stack setupoliviermartin2011-12-141-1/+1
* ArmPlatformPkg: Coding style changes (tab and line endings) - Minor changesoliviermartin2011-12-071-1/+1
* ArmPlatformPkg/Sec: Enabled VFP (if supported by platform) prior to any libra...oliviermartin2011-12-061-4/+5
* ArmPlatformPkg: Fix Global Variable region initialization when GlobalVariable...oliviermartin2011-11-092-8/+6
* ArmPlatform/Sec: Ensure all the CPU cores are calling ArmCpuSetup()oliviermartin2011-11-011-11/+12
* ArmPlatformPkg: Fix initialization of the Global Variable when stack pointer ...oliviermartin2011-11-012-2/+2
* ArmPlatformPkg/Sec: Replaced hardcode SCR and NSACR values by PCDs to enable ...oliviermartin2011-11-015-10/+49
* ArmPlatformPkg: Remove ArmPlatformBootRemapping() function from the ArmPlatfo...oliviermartin2011-11-011-4/+0
* ArmPlatformPkg: Coding style (minor changes)oliviermartin2011-11-011-1/+1
* Arm Packages: Fix builds for XCODE32 toolchainoliviermartin2011-10-041-1/+1
* ArmPlatformPkg: Replaced 'ArmPlatformTrustzoneSupported' by the fixed Pcd gAr...oliviermartin2011-09-272-1/+2
* ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initializationoliviermartin2011-09-275-266/+231
* ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLiboliviermartin2011-09-221-0/+2
* ArmPlatformPkg/Sec: Clean and Move all declaration into 'SecInternal.h' (2)oliviermartin2011-09-221-0/+65
* ArmPlatformPkg/Sec: Clean and Move all declaration into 'SecInternal.h'oliviermartin2011-09-222-51/+17
* ARM Packages: Rename PcdNormal* into Pcd* PCDsoliviermartin2011-09-222-2/+2
* ArmPlatformPkg: Changed memory model for the stacksoliviermartin2011-09-223-74/+119
* ArmPlatformPkg/ArmPlatformLib: Removed 'ArmPlatformIsMemoryInitialized' functionoliviermartin2011-09-222-10/+2
* ArmPlatformPkg/ArmPlatformLib: Introduce ArmPlatformSecBootAction functionoliviermartin2011-09-222-8/+16
* ArmPlatformPkg: Introduce Primary core macrosoliviermartin2011-09-224-17/+25
* ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib'oliviermartin2011-09-222-10/+10
* Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2011-09-221-112/+112
* ArmPkg: Fix ARM builds for XCode32oliviermartin2011-07-281-2/+2
* ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin2011-07-063-126/+72
* ArmPlatformPkg: Fix buildsoliviermartin2011-07-011-2/+3
* ArmPlatformPkg: Add support for PrePi moduleoliviermartin2011-07-011-0/+12
* ArmPlatformPkg: Move PcdStandalone from Feature PCD to Fixed PCDoliviermartin2011-07-012-3/+3
* ArmPkg: Fix warnings raised by ARMGCColiviermartin2011-06-151-1/+1
* ArmPlatformPkg: Unify the Secure and Normal FD and FV PCD namingoliviermartin2011-06-112-8/+8
* ArmPlatformPkg: Fix ARMGCC buildoliviermartin2011-06-031-1/+0
* ArmPlatformPkg: Add missing ASM_PFX() macro in exception call backoliviermartin2011-04-271-4/+4
* ArmPlatformPkg/ArmPlatformLib: Renamed ArmPlatformInitialize into ArmPlatform...oliviermartin2011-04-261-1/+1
* ArmPlatformPkg/Sec: Initialize the GIC when Trustzone Support is not enabledoliviermartin2011-04-261-0/+3
* ArmPlatformPkg/Sec: Fix typo and Remove magic valueoliviermartin2011-04-261-23/+35
* ArmPlatform: Remove dummy padding to make the Reset Vector aligned on 32 byte...oliviermartin2011-04-262-6/+0
* ArmPlatformPkg: Introduce ArmPlatformInitialize() functionoliviermartin2011-03-312-7/+3
* ArmPlatformPkg: Rename gEmbeddedTokenSpaceGuid.PcdEmbeddedFd* into gArmTokenS...oliviermartin2011-03-312-5/+5