summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg
AgeCommit message (Expand)AuthorFilesLines
2016-10-11ArmPlatformPkg: Fix PL011 FIFO size testEvan Lloyd1-5/+6
2016-09-09ArmPlatformPkg/NorFlashDxe: use strictly aligned CopyMem()Ard Biesheuvel1-2/+61
2016-09-08ArmPlatformPkg: remove EFI_MEMORY_UC attribute from normal memoryArd Biesheuvel3-3/+0
2016-09-08ArmPkg ArmPlatformPkg ArmVirtPkg: ARM GICv2/v3 Base Address width fix-upDennis Chen4-15/+15
2016-09-07ArmPlatformPkg/PrePi: fix secondary stack baseMichael Zimmermann1-1/+1
2016-08-11ArmPlatformPkg/ArmPlatformStackLib: switch to ASM_FUNC() asm macroArd Biesheuvel2-48/+12
2016-08-11ArmPlatformPkg/ArmPlatformLibNull: switch to ASM_FUNC() asm macroArd Biesheuvel2-42/+14
2016-08-11ArmPlatformPkg/ArmVExpressPkg: switch to ASM_FUNC() asm macroArd Biesheuvel5-111/+41
2016-08-11ArmPlatformPkg/PrePeiCore: switch to ASM_FUNC() asm macroArd Biesheuvel5-71/+18
2016-08-11ArmPlatformPkg/PrePi: switch to ASM_FUNC() asm macroArd Biesheuvel2-70/+29
2016-08-11ArmPlatformPkg/ArmJunoLib: switch to ASM_FUNC() asm macroArd Biesheuvel2-52/+21
2016-08-11ArmPlatformPkg RVCT: drop dependency on GCC macro libraryArd Biesheuvel9-66/+29
2016-08-04ArmPlatformPkg: change PcdBdsLinuxSupport default valueDaniil Egranov1-1/+1
2016-07-28ArmPlatformPkg: Convert ArmJunoDxe to use common juno revision codeJeremy Linton1-43/+19
2016-07-28ArmPlatformPkg: break out juno revision detectionJeremy Linton1-2/+27
2016-07-14ArmPlatformPkg/ArmJuno: Correct AXI->PCIe translation commentsJeremy Linton1-2/+2
2016-07-14ArmPlatformPkg/ArmJuno: fix Juno PIO host bridge mappingJeremy Linton1-3/+6
2016-07-07ArmPlatformPkg: Set Juno debug serial port defaultsEvan Lloyd3-3/+53
2016-07-07ArmPkg ArmVirtPkg MdeModulePkg: switch to separate ArmMmuLibArd Biesheuvel2-1/+2
2016-06-22ArmPlatformPkg/NorFlashAuthenticatedDxe: remove this obsolete moduleArd Biesheuvel1-77/+0
2016-06-22ArmPlatformPkg/NorFlashDxe: accept both non-secure and secure varstore GUIDsArd Biesheuvel6-44/+5
2016-06-15ArmPlatformPkg: Fix PL011 Glitches.Evan Lloyd1-0/+22
2016-06-15ArmPlatformPkg: Add support to configure PL011 UART clockEvan Lloyd5-28/+46
2016-06-15ArmPlatformPkg: Remove double write in PL011Evan Lloyd1-4/+3
2016-06-15ArmPlatformPkg: Update PL011 Serial PCDs to Fixed PCDsEvan Lloyd4-20/+20
2016-06-15ArmPlatformPkg: Tidy PL011 UART driverEvan Lloyd3-107/+184
2016-05-11ArmPlatformPkg/PL031RealTimeClockLib: remove local copy of gRT pointerArd Biesheuvel1-10/+6
2016-05-11ArmPlatformPkg/PL031RealTimeClockLib: don't clobber gRT tableArd Biesheuvel1-6/+0
2016-04-29ArmPlatformPkg/PrePi: allow unicore version to be used on MP hardwareArd Biesheuvel2-7/+0
2016-04-29ArmPlatformPkg: move PCI related PCD definitions to ArmPkgArd Biesheuvel4-76/+14
2016-04-18ArmPlatformPkg/DS-5: fix 64-bit PE/COFF header parsing bugArd Biesheuvel1-3/+2
2016-04-01ArmPlatformPkg: Add PCD for Pl011 UART InterruptSami Mujawar1-1/+2
2016-03-25ArmPlatformPkg: fixups for 64-bit pointersLeendert van Doorn6-13/+13
2016-03-14ArmPlatformPkg: PL061: support multiple controllerHaojian Zhuang3-59/+129
2016-03-01ArmPlatformPkg/PL180MciDxe: don't check ID_REG3Ryan Harkin1-1/+0
2016-03-01ArmPlatformPkg/PL180MciDxe: warn on probe failRyan Harkin1-0/+2
2016-03-01ArmPlatformPkg/PL180MciDxe: fix Depex for TC2Ryan Harkin1-1/+1
2016-03-01ArmPlatformPkg: delete orphaned ArmVExpress.dsc.incLeif Lindholm1-477/+0
2016-02-26ArmPlatformPkg: PL061 - rewrite the hardware interactionLeif Lindholm2-15/+62
2016-02-26ArmPlatformPkg: PL061 - drop pointless initialize functionLeif Lindholm1-26/+1
2016-02-26ArmPlatformPkg: PL061 - only initialize on protocol loadLeif Lindholm1-33/+7
2016-02-26ArmPlatformPkg: PL061 - reformat copyright statement.Leif Lindholm1-3/+3
2016-02-24ArmPlatformPkg/IntelBds: call BdsLibConnectAll()Leif Lindholm1-0/+7
2016-02-18ArmPlatformPkg: Remove orphaned Juno MakefileLeif Lindholm1-87/+0
2016-02-18ArmPlatformPkg: remove obsolete/outdated AArch64 bootstrapLeif Lindholm6-564/+0
2016-02-16ArmPlatformPkg: delete Juno ACPI tablesLeif Lindholm7-831/+0
2016-02-12ArmPlatformPkg/ArmJunoPkg: only have 1 PCD for the FDTRyan Harkin3-19/+3
2016-02-12ArmPlatformPkg/ArmJunoPkg: don't create default boot entriesRyan Harkin1-255/+0
2016-02-09ArmPlatformPkg/Bds: Early Console InitializationSupreeth Venkatesh1-3/+3
2016-02-09ArmPlatformPkg: remove unused Sec libraryRyan Harkin11-1042/+0