summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ArmPlatformPkg: Fix build issuesoliviermartin2011-07-044-4/+6
* ArmPlatformPkg: Update the list of the BaseTools pending patches and the docu...oliviermartin2011-07-017-7/+800
* ArmPlatformPkg: Fix buildsoliviermartin2011-07-0113-30/+38
* ArmPlatformPkg: Set an empty value to the argument of the default boot entryoliviermartin2011-07-013-3/+3
* ArmPlatformPkg: Replace the macro $(BUILD_TARGETS) by $(TARGET) in DSC fileoliviermartin2011-07-013-3/+15
* ArmPlatformPkg/PL34xDmc: Remove DMC base address from the DMC configurationoliviermartin2011-07-013-33/+27
* ArmPlatformPkg/PL35xSmc: Clean SMC driver to replace hardcoded Chip Select in...oliviermartin2011-07-0114-466/+419
* ArmPlatformPkg/PrePiHobListPointerLib: Get the HobListPointer from the stop o...oliviermartin2011-07-012-0/+106
* ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Driv...oliviermartin2011-07-0114-0/+1685
* ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Driv...oliviermartin2011-07-0148-363/+895
* ArmPlatformPkg: Add support for PrePi moduleoliviermartin2011-07-017-20/+99
* ArmPlatformPkg: Move PcdStandalone from Feature PCD to Fixed PCDoliviermartin2011-07-0115-26/+26
* ArmPlatformPkg/PlatformPei: Generate a library from the PEI Moduleoliviermartin2011-07-014-21/+108
* ArmPlatformPkg/MemoryInitPei: Generate a library from the PEI Moduleoliviermartin2011-07-015-243/+380
* ArmPlatformPkg/PrePi: Add support for PrePi moduleoliviermartin2011-07-0111-0/+1055
* ArmPlatformPkg/Bds: Use unaligned read to access OptionalData in EFI_LOAD_OPTIONoliviermartin2011-06-282-21/+23
* ArmPlatformPkg/Bds: Check if the assumed requirements are set before to use itoliviermartin2011-06-282-11/+27
* ArmPlatformPkg/Documentation: Update the instructions to build ARM Versatile ...oliviermartin2011-06-164-47/+158
* ArmPlatformPkg/Bds: Fix various bugs in the new BDSoliviermartin2011-06-152-9/+45
* ArmPkg: Fix warnings raised by ARMGCColiviermartin2011-06-157-9/+16
* ArmPlatformPkg/ArmVExpressLib: Move Secure code into a separate fileoliviermartin2011-06-115-93/+128
* ArmPlatformPkg/ArmRealViewEbPkg: Fix some register definitionsoliviermartin2011-06-111-6/+15
* ArmPlatformPkg: Code cleaningoliviermartin2011-06-1112-204/+239
* ArmPlatformPkg/ArmVExpressPkg: Introduce the PcdNorFlashRemapping feature PCDoliviermartin2011-06-115-90/+119
* ArmPlatformPkg: Unify the Secure and Normal FD and FV PCD namingoliviermartin2011-06-1115-49/+41
* ArmPlatformPkg: Clean DSC filesoliviermartin2011-06-113-33/+8
* ArmPlatformPkg/ArmRealViewEbPkg: Fixed General Interrupt Controller Base Addressoliviermartin2011-06-111-2/+2
* ArmPlatformPkg/PrePeiCore: Reserve some memory on the top of the stack for Gl...oliviermartin2011-06-1110-28/+56
* ArmPlatformPkg: Enable console splitter for all ARM platformsoliviermartin2011-06-116-14/+88
* ArmPlatformPkg/EblCmdLib: Add the 'devicepaths' EBL commandoliviermartin2011-06-112-72/+118
* ArmPlatformPkg/Bds: Upgrade the BDS to be more conformed to the UEFI Specific...oliviermartin2011-06-1112-351/+2746
* EmbeddedPkg/Ebl: Move the flag string %a for the path from the PCD to the fun...oliviermartin2011-06-113-3/+3
* ArmPkg/PL35xSmc: Split the SMC initialization in multiple Chip Select initial...oliviermartin2011-06-112-25/+69