summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg
Commit message (Expand)AuthorAgeFilesLines
* Arm Packages: Fix builds for XCODE32 toolchainoliviermartin2011-10-044-4/+4
* 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
* ArmPlatformPkg/Bds: Fix GetConsoleDevicePathFromVariable() when SetVariable h...oliviermartin2011-09-281-440/+440
* ARM Packages: Fixed Build failings/warnings/EDK2 coding conventionoliviermartin2011-09-2710-29/+17
* ArmPlatformPkg: Create an ARM Platform DSC / FDF / ArmPlatformLib templateoliviermartin2011-09-2711-0/+1770
* ArmPlatformPkg: Add support for ARM RTSM Versatile Express A15x1 and A15x4oliviermartin2011-09-279-2/+1354
* ArmPkg/ArmLib: Clean ArmV7Liboliviermartin2011-09-276-10/+0
* ArmPlatformPkg: Replaced 'ArmPlatformTrustzoneSupported' by the fixed Pcd gAr...oliviermartin2011-09-2711-138/+47
* ArmPlatformPkg: Replaced '!if' conditions by more appropriate '!ifdef' condit...oliviermartin2011-09-276-409/+342
* ArmPkg: Removed 'ArmV7/ArmV7MPCore*' filesoliviermartin2011-09-273-9/+9
* ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initializationoliviermartin2011-09-2711-274/+237
* ArmPlatformPkg/patches: Update the pending patches with the updated ARMGCC an...oliviermartin2011-09-236-329/+796
* ArmPlatformPkg/Bds: Add an option in the Boot Manager to edit the Device Path...oliviermartin2011-09-221-0/+44
* 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
* ArmPlatformPkg/ArmRealViewEbPkg: Introduce 'ArmRealViewEb.dsc.inc' to avoid d...oliviermartin2011-09-229-638/+349
* ArmPlatformPkg/ArmRealViewEbPkg: Removed unused 'Pei' moduleoliviermartin2011-09-228-711/+0
* ArmPkg: Removed deprecated 'ArmMPCoreMailBoxLib'oliviermartin2011-09-225-23/+0
* ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platformoliviermartin2011-09-2214-18/+197
* ArmPlatformPkg: Add ArmPlatformGetPlatformPpiList()oliviermartin2011-09-227-12/+104
* ArmPlatformPkg/PrePeiCore: Reverse Stack & PeiTemporaryoliviermartin2011-09-223-14/+29
* ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLiboliviermartin2011-09-2228-48/+734
* ArmPlatformPkg/Sec: Clean and Move all declaration into 'SecInternal.h' (2)oliviermartin2011-09-221-0/+65
* ArmPlatformPkg/PrePi: Removed the dependency on 'PcdCPUCoresNonSecStackBase'oliviermartin2011-09-226-16/+34
* ArmPlatformPkg/Sec: Clean and Move all declaration into 'SecInternal.h'oliviermartin2011-09-222-51/+17
* ARM Packages: Rename PcdNormal* into Pcd* PCDsoliviermartin2011-09-2227-72/+72
* ArmPlatformPkg: Changed memory model for the stacksoliviermartin2011-09-2219-208/+417
* ArmPlatformPkg/ArmPlatformLib: Removed 'ArmPlatformIsMemoryInitialized' functionoliviermartin2011-09-2211-220/+2
* ArmPlatformPkg/ArmPlatformLib: Introduce ArmPlatformSecBootAction functionoliviermartin2011-09-227-8/+82
* ArmPlatformPkg: Introduce Primary core macrosoliviermartin2011-09-2222-60/+82
* ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib'oliviermartin2011-09-2211-36/+38
* ArmPkg/BdsLib: Use two distinct functions to boot Linux either by Atag or Fdtoliviermartin2011-09-221-4/+3
* Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2011-09-2215-1018/+1017
* ArmPlatformPkg/Bds: Fix menu when no boot entry are present for deletion or u...oliviermartin2011-09-221-5/+13
* ArmPlatformPkg/Bds: Fixed initialization of default Boot Entry with an initrdoliviermartin2011-09-221-1/+1
* ArmPlatformPkg/patches: Updated list of Pending patches after latest BaseTool...oliviermartin2011-09-202-59/+22
* ArmPlatformPkg/Bds: Fix the update of existing boot entriesoliviermartin2011-09-131-9/+11
* ArmPlatformPkg/Bds: Minor fixes and coding style changesoliviermartin2011-09-091-10/+10
* ArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ...oliviermartin2011-09-092-161/+4
* ArmPkg/BdsLib: Add support to pass argument to a loaded EFI applicationoliviermartin2011-09-092-2/+2
* ArmPkg/BdsLib: Move the Generic BDS_LOAD_OPTION structure from Armplatform/Pk...oliviermartin2011-09-093-69/+83
* ArmPlatformPkg/Bds: Add a signature in front of the Boot Argument propoer to ...oliviermartin2011-09-096-252/+352
* ArmPlatformPkg/Bds: Get User inputs in Unicodeoliviermartin2011-09-094-88/+109
* Clean up Rules of Platform FDFs to apply only one EFI image and Depex for eac...oliviermartin2011-09-063-48/+48
* EmbeddedPkg/MmcDxe: Add 'This' pointer attribute to protocol functionoliviermartin2011-09-011-19/+26
* ArmPlatformPkg: Fix ARM RealView EB and VE builds (2)oliviermartin2011-08-301-0/+69
* ArmPlatformPkg: Update list of pending patchesoliviermartin2011-08-304-234/+29
* ArmPlatformPkg: Fix ARM RealView EB and VE buildsoliviermartin2011-08-304-36/+19
* ArmPlatformPkg: Changed the reference base of the PI Global Pointer Offsetoliviermartin2011-08-182-4/+10