summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/ArmVExpressPkg
Commit message (Expand)AuthorAgeFilesLines
* ArmPlatformPkg: Replaced 'ArmGicSecLib' by 'ArmGicLib'oliviermartin2012-05-025-24/+21
* ArmPlatformPkg: Introduced 'ArmPlatformSecLib'oliviermartin2012-05-0216-90/+368
* ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin2012-05-022-17/+10
* ArmPlatformPkg: Renamed and Invoked earlier ArmPlatformNormalInitialize()oliviermartin2012-05-024-9/+27
* ARM Packages: Minor changes (fixed mispelling, line endings, incorrect comments)oliviermartin2012-05-022-51/+52
* ArmPlatformPkg: Fixed build after latest BaseTools syncupoliviermartin2012-04-133-7/+0
* ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin2012-03-263-2/+10
* ARM Packages: Added the NULL implementation of CpuExceptionHandlerLiboliviermartin2012-03-151-0/+1
* ArmPlatformPkg/ArmPlatformSysConfigLib: Removed dependency on Uefi.h since it...oliviermartin2012-02-292-20/+22
* ArmPlatformPkg/ArmPlatformSysConfigLib: Add function 'ArmPlatformSysConfigGet...oliviermartin2012-02-281-0/+10
* ArmPlatformPkg/NorFlashDxe: Fixed CFI NOR Flash driveroliviermartin2012-02-281-1/+6
* ArmPlatformPkg: Move the Secure Monitor initialization into a separate 'ArmTr...oliviermartin2012-02-281-1/+4
* ArmPlatformPkg: Moved 'ArmTrustZoneLib' from ArmPkg/Library to ArmPlatformPkg...oliviermartin2012-02-282-3/+3
* ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin2012-02-285-333/+320
* ArmPlatformPkg: Fix ARM EB and VE buildsoliviermartin2011-12-151-0/+4
* ArmPlatformPkg/ArmVExpressPkg: Add PL180 MCI support to ARM RTSMoliviermartin2011-12-146-1/+31
* ArmPlatformPkg: Renamed 'DebugSecExtraActionLib' into 'ArmPlatformSecExtraAct...oliviermartin2011-12-142-2/+2
* ArmPlatformPkg/LcdPlatformLib: Produce the protocols EFI_EDID_DISCOVERED_PROT...oliviermartin2011-12-141-83/+110
* MdeModulePkg/Variable: Check if there is a NV Variable Storage header prior t...oliviermartin2011-12-121-300/+300
* ArmPlatformPkg: Coding style changes (tab and line endings) - Minor changesoliviermartin2011-12-071-1/+1
* ArmPlaformPkg/ArmVExpressPkg: Move initialization of SP810 at the early stage...oliviermartin2011-11-012-10/+11
* ArmPlatformPkg: Fix PCD namespace for PCD that defines the the size of a Secu...oliviermartin2011-11-014-8/+8
* ArmPlatformPkg: Boot Linux from semihosting on RTSM by default (was NOR Flash)oliviermartin2011-11-013-6/+8
* ArmPlatformPkg: Use fixed PcdTrustzoneSupport to define if Trustzone is enabl...oliviermartin2011-11-011-20/+20
* ArmPlatformPkg: Remove ArmPlatformBootRemapping() function from the ArmPlatfo...oliviermartin2011-11-012-40/+13
* ArmPkg/ArmCpuLib: Fix GCC/XCode buildsoliviermartin2011-11-011-1/+1
* ArmPlatformPkg/ArmVExpressPkg: Do not declare SCC base for the RTSM VE Modeloliviermartin2011-11-012-4/+5
* Arm Packages: Fix builds for XCODE32 toolchainoliviermartin2011-10-042-2/+2
* ArmPlatformPkg/ArmVExpressPkg: The virtual memory must have the Secure attrib...oliviermartin2011-09-292-6/+14
* ArmPlatformPkg/ArmVExpressPkg: HiiDatabaseDxe driver was missingoliviermartin2011-09-292-634/+638
* ARM Packages: Fixed Build failings/warnings/EDK2 coding conventionoliviermartin2011-09-275-21/+10
* ArmPlatformPkg: Add support for ARM RTSM Versatile Express A15x1 and A15x4oliviermartin2011-09-279-2/+1354
* ArmPlatformPkg: Replaced 'ArmPlatformTrustzoneSupported' by the fixed Pcd gAr...oliviermartin2011-09-276-91/+38
* ArmPlatformPkg: Replaced '!if' conditions by more appropriate '!ifdef' condit...oliviermartin2011-09-273-404/+337
* ArmPkg: Removed 'ArmV7/ArmV7MPCore*' filesoliviermartin2011-09-272-6/+6
* ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initializationoliviermartin2011-09-272-2/+2
* ArmPlatformPkg/ArmVExpressPkg: Add support for ARM Versatile Express A9x4 Modeloliviermartin2011-09-2211-5/+1336
* ArmPlatformPkg/ArmiVExpressPkg: Introduce 'ArmVExpress.dsc.inc' to avoid dupl...oliviermartin2011-09-227-270/+357
* ArmPkg: Removed deprecated 'ArmMPCoreMailBoxLib'oliviermartin2011-09-221-10/+0
* ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platformoliviermartin2011-09-224-4/+79
* ArmPlatformPkg: Add ArmPlatformGetPlatformPpiList()oliviermartin2011-09-221-0/+10
* ARM Packages: Rename PcdNormal* into Pcd* PCDsoliviermartin2011-09-221-4/+4
* ArmPlatformPkg: Changed memory model for the stacksoliviermartin2011-09-221-9/+3
* ArmPlatformPkg/ArmPlatformLib: Removed 'ArmPlatformIsMemoryInitialized' functionoliviermartin2011-09-224-98/+0
* ArmPlatformPkg/ArmPlatformLib: Introduce ArmPlatformSecBootAction functionoliviermartin2011-09-222-0/+26
* ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib'oliviermartin2011-09-221-3/+4
* Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2011-09-221-0/+2
* Clean up Rules of Platform FDFs to apply only one EFI image and Depex for eac...oliviermartin2011-09-061-16/+16
* ArmPkg: Fix ARM builds for XCode32oliviermartin2011-07-282-3/+4
* ArmPkg/DebugAgentSymbolsOnlyLib: Add library to print loaded address of the S...oliviermartin2011-07-181-1/+1