summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-31ArmPlatformPkg/PrePeiCore: Fix buildoliviermartin1-1/+1
2011-03-31ArmPlatformPkg/Bds: Fix buildoliviermartin1-1/+1
2011-03-31ArmPlatformPkg/ArmPlatformLib: Move the UEFI memory partionning to MemoryInitPeioliviermartin9-192/+152
2011-03-31ArmPlatformPkg/ArmPlatformLib: Introduce the function ArmPlatformGetBootMode()oliviermartin5-6/+46
2011-03-31ArmPlatformPkg: Introduce ArmPlatformInitialize() functionoliviermartin8-9/+54
2011-03-31ArmPlatformPkg: Rename gEmbeddedTokenSpaceGuid.PcdEmbeddedFd* into gArmTokenS...oliviermartin19-49/+45
2011-03-31ArmPlatformPkg: Use Serial print function to print out non debugging informationoliviermartin6-28/+57
2011-03-31ArmPlatformPkg/SP804Timer: Fix IRQ handler when the Timer IRQ is sharedoliviermartin1-7/+9
2011-03-31ArmPlatformPkg/CTA9x4: Remove Variable Storage FD file from FDFoliviermartin7-105/+36
2011-03-31ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin1-21/+0
2011-03-05Fix minor Xcode build issues.andrewfish5-42/+42
2011-02-02Update to match changes in the ArmPkg.andrewfish1-1/+1
2011-02-01Add ArmPlatformPkg from ARM Ltd. patch.andrewfish103-0/+14402