summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg
AgeCommit message (Expand)AuthorFilesLines
2011-06-28ArmPlatformPkg/Bds: Use unaligned read to access OptionalData in EFI_LOAD_OPTIONoliviermartin2-21/+23
2011-06-28ArmPlatformPkg/Bds: Check if the assumed requirements are set before to use itoliviermartin2-11/+27
2011-06-16ArmPlatformPkg/Documentation: Update the instructions to build ARM Versatile ...oliviermartin4-47/+158
2011-06-15ArmPlatformPkg/Bds: Fix various bugs in the new BDSoliviermartin2-9/+45
2011-06-15ArmPkg: Fix warnings raised by ARMGCColiviermartin7-9/+16
2011-06-11ArmPlatformPkg/ArmVExpressLib: Move Secure code into a separate fileoliviermartin5-93/+128
2011-06-11ArmPlatformPkg/ArmRealViewEbPkg: Fix some register definitionsoliviermartin1-6/+15
2011-06-11ArmPlatformPkg: Code cleaningoliviermartin12-204/+239
2011-06-11ArmPlatformPkg/ArmVExpressPkg: Introduce the PcdNorFlashRemapping feature PCDoliviermartin5-90/+119
2011-06-11ArmPlatformPkg: Unify the Secure and Normal FD and FV PCD namingoliviermartin15-49/+41
2011-06-11ArmPlatformPkg: Clean DSC filesoliviermartin3-33/+8
2011-06-11ArmPlatformPkg/ArmRealViewEbPkg: Fixed General Interrupt Controller Base Addressoliviermartin1-2/+2
2011-06-11ArmPlatformPkg/PrePeiCore: Reserve some memory on the top of the stack for Gl...oliviermartin10-28/+56
2011-06-11ArmPlatformPkg: Enable console splitter for all ARM platformsoliviermartin6-14/+88
2011-06-11ArmPlatformPkg/EblCmdLib: Add the 'devicepaths' EBL commandoliviermartin2-72/+118
2011-06-11ArmPlatformPkg/Bds: Upgrade the BDS to be more conformed to the UEFI Specific...oliviermartin12-351/+2746
2011-06-11EmbeddedPkg/Ebl: Move the flag string %a for the path from the PCD to the fun...oliviermartin3-3/+3
2011-06-11ArmPkg/PL35xSmc: Split the SMC initialization in multiple Chip Select initial...oliviermartin2-25/+69
2011-06-11ArmPlatformPkg/ArmRealViewEb: Add SysConfigLib supportoliviermartin4-0/+142
2011-06-11ArmPlatformPkg: Add PL061 GPIO driveroliviermartin3-0/+452
2011-06-11ArmPlatformPkg: Add SP805 Watchdog supportoliviermartin6-0/+601
2011-06-11ArmPlatformPkg/PL031RealTimeClockLib: Implement PL031 RTC driveoliviermartin5-16/+511
2011-06-11ArmPlatformPkg/ArmVExpressPkg: Use SysConfigLib in ResetSystemLiboliviermartin2-12/+10
2011-06-11ArmPlatformPkg/SP804TimerDxe: Replaced Interrupt number #define by a PCDoliviermartin8-19/+6
2011-06-11ArmPlatformPkg/NorFlashDxe: Update copyright dateoliviermartin1-1/+1
2011-06-11ArmPkg: Fix coding style to follow EDK2 coding conventionoliviermartin1-219/+257
2011-06-11ArmPlatformPkg/ArmRealViewEb: Add support for PL111 Lcd controlleroliviermartin7-40/+326
2011-06-11ArmPlatformPkg: Add support for PL111 Lcd driveroliviermartin13-9/+2341
2011-06-11ArmPlatformPkg: Introduce ArmPlatformSysConfigLiboliviermartin5-0/+379
2011-06-03ArmPlatformPkg: Fix ARMGCC buildoliviermartin2-2/+0
2011-06-03ArmPlatformPkg/ArmVExpressPkg: Create ArmVExpressPkg/Include/VExpressMotherBo...oliviermartin5-85/+154
2011-06-03ArmPlatformPkg/ArmRealViewEbPkg: Set some missing PCDsoliviermartin2-0/+12
2011-06-03ArmPlatformPkg/ArmRealViewEbPkg: Use NorFlashDxe and enable variables servicesoliviermartin6-72/+135
2011-06-03ArmPlatformPkg/NorFlashDxe: Move NorFlash driver from ArmVExpressPkg to ArmPl...oliviermartin11-234/+407
2011-06-03ArmPlatformPkg/SP804Timer: Introduce gArmPlatformTokenSpaceGuid.PcdSP804Frequ...oliviermartin5-11/+32
2011-06-03ArmPlatformPkg/SP804Timer: Remove the SP810 System Controller dependencyoliviermartin4-46/+51
2011-06-03ArmPlatformPkg/PL011Uart: Create PL011 UART driveroliviermartin8-56/+295
2011-06-03ArmPkg: Renamed PL354SmcSecLib into PL354SmcLiboliviermartin2-3/+3
2011-06-03ArmPkg/PL34xDmc: Remove magic values in PL310L2Cache and clean the codeoliviermartin1-26/+33
2011-06-03ArmPkg/PL310L2Cache: Remove magic values in PL310L2Cache and clean the codeoliviermartin1-2/+6
2011-06-03ArmPlatformPkg/ArmRealViewEbPkg: Use PL390 GIC on RTSMoliviermartin4-4/+6
2011-06-03ArmPlatformPkg/ArmRealViewEbPkg: Remove unused PCDoliviermartin1-3/+0
2011-06-03EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkgoliviermartin2-2/+2
2011-04-27ArmPlatformPkg: Add missing ASM_PFX() macro in exception call backoliviermartin2-8/+8
2011-04-26ArmPlatformPkg/ArmPlatformLib: Renamed ArmPlatformInitialize into ArmPlatform...oliviermartin5-26/+115
2011-04-26ArmPlatformPkg/Sec: Initialize the GIC when Trustzone Support is not enabledoliviermartin1-0/+3
2011-04-26ArmPlatformPkg/Sec: Fix typo and Remove magic valueoliviermartin1-23/+35
2011-04-26ArmPlatform: Remove dummy padding to make the Reset Vector aligned on 32 byte...oliviermartin7-15/+3
2011-03-31ArmPlatformPkg/Bds: Connect all drivers if the SimpleTextIO is not availableoliviermartin1-3/+25
2011-03-31ArmPlatformPkg: Fix buildoliviermartin3-0/+3