summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-18ArmPlatformPkg/NorFlashDxe: use correct PCD accessorsArd Biesheuvel3-8/+9
2021-01-07ArmPlatformPkg: Enable support for flash in 64-bit address spaceVijayenthiran Subramaniam5-23/+92
2021-01-04ArmPlatformPkg/NorFlashDxe: implement standalone MM versionMasahisa Kojima2-0/+427
2021-01-04ArmPlatformPkg/NorFlashDxe: factor out DXE specific piecesMasahisa Kojima6-1080/+1159
2021-01-04ArmPlatformPkg: Fix Ecc error 8005Pierre Gondois2-48/+48
2020-12-09ArmPlatformPkg: Fix Ecc error 10014 in SP805WatchdogDxePierre Gondois1-1/+2
2020-12-09ArmPlatformPkg: Fix Ecc error 10014 in PL061GpioDxePierre Gondois1-1/+2
2020-12-09ArmPlatformPkg: Fix Ecc error 10014 in LcdGraphicsOutputDxePierre Gondois1-2/+3
2020-12-09ArmPlatformPkg: Fix Ecc error 5007 in PL061GpioDxePierre Gondois1-3/+3
2020-12-09ArmPlatformPkg: Fix Ecc error 5007 in NorFlashDxePierre Gondois1-1/+3
2020-12-09ArmPlatformPkg: Fix Ecc error 5007 in LcdGraphicsOutputDxePierre Gondois2-8/+12
2020-12-09ArmPlatformPkg: Fix Ecc error 3002 in PL061GpioDxePierre Gondois1-3/+3
2020-12-09ArmPlatformPkg: Fix Ecc error 3001 in NorFlashDxePierre Gondois1-2/+2
2020-10-16ArmPlatformPkg: Dynamic flash variable baseSami Mujawar1-2/+2
2020-05-05ArmPlatformPkg: remove PL180 SD controller driverArd Biesheuvel3-771/+0
2020-04-30EmbeddedPkg: rename gEfiMmcHostProtocolGuid to gEmbeddedMmcHostProtocolGuidArd Biesheuvel2-2/+2
2020-03-04ArmPlatformPkg/LcdGraphicsOutputDxe: add missing protocol dependencyArd Biesheuvel1-0/+1
2019-07-23ArmPlatformPkg: list module-internal header files in INF [Sources]Laszlo Ersek1-0/+1
2019-07-04ArmPlatformPkg: Fix various typosAntoine Cœur1-2/+2
2019-04-09ArmPlatformPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney18-126/+18
2018-12-20ArmPlatformPkg/SP805WatchdogDxe: switch to interrupt modeArd Biesheuvel2-27/+79
2018-12-20ArmPlatformPkg/SP805WatchdogDxe: cosmetic cleanupArd Biesheuvel2-56/+52
2018-11-26ArmPlatformPkg/NorFlashDxe: use one GUID plus index to identify flash banksArd Biesheuvel2-3/+4
2018-11-26ArmPlatformPkg/NorFlashDxe: prepare for devicepath format changeArd Biesheuvel2-3/+8
2018-04-23ArmPlatformPkg: Tidy Lcd code: Updated commentsGirish Pathak1-12/+8
2018-04-23ArmPlatformPkg: Tidy Lcd code: Coding standardGirish Pathak2-96/+105
2018-04-12ArmPlatformPkg/NorFlashDxe: depend on gEfiCpuArchProtocolGuidLaszlo Ersek1-1/+1
2018-04-12ArmPlatformPkg/NorFlashDxe: cue the variable driver with NvVarStoreFormattedLaszlo Ersek2-4/+16
2018-04-12ArmPlatformPkg/NorFlashDxe: initialize varstore headers eagerlyLaszlo Ersek3-27/+1
2017-12-12ArmPlatformPkg: remove old PL111/HdLcd driver codeArd Biesheuvel6-615/+0
2017-12-12ArmPlatformPkg: create hw-agnostic LcdGraphicsOutputDxe driverArd Biesheuvel2-20/+55
2017-12-08ArmPlatformPkg: remove unused SP804 driver and TimerLib implementationArd Biesheuvel2-454/+0
2017-12-08ArmPlatformPkg: remove unused ArmTrustZone driverArd Biesheuvel2-146/+0
2017-12-08ArmPlatformPkg: remove unused PL310 driverArd Biesheuvel2-157/+0
2017-12-08ArmPlatformPkg: remove PL34xDmc driverArd Biesheuvel2-256/+0
2017-12-08ArmPlatformPkg: remove unused PL35x driverArd Biesheuvel3-151/+0
2017-12-08ArmPlatformPkg: remove unused PL301Axi driverArd Biesheuvel2-135/+0
2017-12-08ArmPlatformPkg/LcdGraphicsOutputDxe: move headers into driver directoryArd Biesheuvel4-4/+240
2017-12-08ArmPlatformPkg: remove old PL011UartLib implementationArd Biesheuvel2-512/+0
2017-12-04ArmPlatformPkg/LcdGraphicsOutputDxe: remove VExpressPkg dependencyArd Biesheuvel2-2/+0
2017-11-30ArmPlatformPkg: move internal SP805 header into driver directoryArd Biesheuvel2-1/+50
2017-11-30ArmPlatformPkg: move internal PL061 header into driver directoryArd Biesheuvel2-1/+51
2017-07-17ArmPlatformPkg: Support different PL011 reg offsetJun Nie1-0/+1
2017-05-18ArmPlatformPkg/NorFlashDxe: correct NumOfLba vararg type in EraseBlocks()Laszlo Ersek1-3/+9
2017-02-16ArmPlatformPkg/PL061Gpio: fix the offset value in Get functionHaojian Zhuang1-1/+1
2017-02-16ArmPlatformPkg/PL061: remove duplicated PL061_GPIO_DATA_REGHaojian Zhuang1-4/+4
2017-01-26ArmPlatformPkg/TZASC: Allow specifying subregions to be disabledBhupesh Sharma1-3/+10
2017-01-20ArmPlatformPkg/NorFlashDxe: Change Flash memory attributes before writesAchin Gupta1-22/+23
2016-11-24ArmPlatformPkg/PL180MciDxe: update for identifying SDHaojian Zhuang1-7/+22
2016-10-24ArmPlatformPkg/NorFlashDxe: eliminate void pointer arithmeticArd Biesheuvel1-1/+1