summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ArmPlatformPkg/Bds: Add Linux 'initrd' support to BDSoliviermartin2011-08-187-92/+256
* ArmPlatformPkg/Bds: Add return carriage after the user presses 'ESC'oliviermartin2011-08-181-0/+6
* ArmPlatformPkg/PrePiHobListPointerLib: Fixed pointer calculationoliviermartin2011-08-182-19/+16
* ArmPlatformPkg/PrePi: Removed harcoded HobList pointer calculation to use Pre...oliviermartin2011-08-181-4/+4
* ArmPlatformPkg/PrePi: Removed second initialization of DebugAgenLiboliviermartin2011-08-181-3/+0
* ArmPlatformPkg/SP804TimerLib: Fix delay functions to be reentrantoliviermartin2011-08-181-29/+92
* ArmPlatformPkg/SP804TimerLib: Fixed macro timer base addressesoliviermartin2011-08-181-7/+7
* EmbeddedPkg/MmcDxe: Fix the indexes in the response arrayoliviermartin2011-08-152-6/+5
* ArmPkg: Fix ARM builds for XCode32oliviermartin2011-07-286-9/+6
* ArmPkg/DebugAgentSymbolsOnlyLib: Add library to print loaded address of the S...oliviermartin2011-07-183-3/+3
* ArmPlatformPkg/Documentation: Add diagram to the documentationoliviermartin2011-07-114-0/+5
* ArmPlatformPkg: Fix warningsoliviermartin2011-07-072-4/+9
* ArmPlatformPkg/Documentation: Update ArmPLatformPkg documentation with PCD de...oliviermartin2011-07-061-33/+62
* ArmPlatformPkg: Change the memory model for the ARM Platform componentsoliviermartin2011-07-0616-360/+414
* ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin2011-07-0624-411/+537
* ArmPlatformPkg/Bds: Catch the key pressed to escape the count doanoliviermartin2011-07-061-0/+5
* ArmPlatformPkg/SP804TimerLib: Fixed the performance timeroliviermartin2011-07-061-3/+3