summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg
AgeCommit message (Expand)AuthorFilesLines
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 3002 in PL011UartLibPierre Gondois1-6/+6
2020-12-09ArmPlatformPkg: Fix Ecc error 3001 in NorFlashDxePierre Gondois1-2/+2
2020-10-16ArmPlatformPkg: Dynamic flash variable baseSami Mujawar1-2/+2
2020-07-02ArmPlatformPkg/PL011UartLib: Check PID2 if FiFoDepth is zeroIrene Park2-3/+8
2020-05-05ArmPlatformPkg: remove PL180 SD controller driverArd Biesheuvel5-776/+0
2020-04-30EmbeddedPkg: rename gEfiMmcHostProtocolGuid to gEmbeddedMmcHostProtocolGuidArd Biesheuvel2-2/+2
2020-03-25ArmPlatformPkg/ArmPlatformPkg.dsc: Add missing componentsMichael Kubacki1-0/+3
2020-03-05ArmPlatformPkg/PrePi: replace set/way cache ops with by-VA onesArd Biesheuvel3-3/+7
2020-03-05ArmPlatformPkg/PrePi: fix IS_XIPAndrei Warkentin1-1/+1
2020-03-04ArmPlatformPkg/PrePeiCore: replace set/way cache ops with by-VA onesArd Biesheuvel3-2/+6
2020-03-04ArmPlatformPkg/LcdGraphicsOutputDxe: add missing protocol dependencyArd Biesheuvel1-0/+1
2020-03-04ArmPlatformPkg: convert LFs to CRLF, expand hard TABsLaszlo Ersek1-328/+328
2020-02-08ArmPlatformPkg/Ds5: Increase path length to 400Jeff Brasen1-3/+3
2020-01-14ArmPlatformPkg/PrePeiCore: enable VFP at startupArd Biesheuvel3-0/+7
2019-10-04ArmPlatformPkg: strip trailing whitespaceLeif Lindholm2-2/+2
2019-09-13ArmPlatformPkg: Add missing header files in INF filePete Batard5-0/+5
2019-07-23ArmPlatformPkg: list module-internal header files in INF [Sources]Laszlo Ersek4-0/+4
2019-07-10ArmPlatformPkg: Actually disable PL031 interruptsAlexander Graf1-2/+2
2019-07-04ArmPlatformPkg: Fix various typosAntoine Cœur8-9/+9
2019-06-17ArmPlatformPkg: use UINT32 epoch second counterLeif Lindholm1-1/+2
2019-04-09ArmPlatformPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney107-748/+107
2018-12-20ArmPlatformPkg/PL011SerialPortLib: use untyped PCD for register baseArd Biesheuvel2-8/+10
2018-12-20ArmPlatformPkg/SP805WatchdogDxe: switch to interrupt modeArd Biesheuvel3-27/+80
2018-12-20ArmPlatformPkg/SP805WatchdogDxe: cosmetic cleanupArd Biesheuvel2-56/+52
2018-12-20ArmPlatformPkg/MemoryInitPeim: take MAX_ALLOC_ADDRESS into accountArd Biesheuvel1-3/+3
2018-11-29ArmPlatformPkg/PlatformPei: drop unused PCD referencesArd Biesheuvel2-6/+0
2018-11-29ArmPlatformPkg/PrePi: base GCD memory space size on CPU's PA rangeArd Biesheuvel3-3/+1
2018-11-27ArmPlatformPkg/NorFlashPlatformLib: remove unused Guid member from structArd Biesheuvel1-1/+0
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-11-19ArmPlatformPkg: clear frame pointer in startup codeArd Biesheuvel2-0/+6
2018-06-29ArmPlatformPkg: Removing ipf which is no longer supported from edk2.chenc22-2/+4
2018-06-15ArmPlatformPkg: Include PL011UartClock LibUdit Kumar2-2/+4
2018-06-13ArmPlatformPkg: PL011 Dynamic clock freq SupportUdit Kumar5-0/+92
2018-04-23ArmPlatformPkg: New DP500/DP550/DP650 GOP driverGirish Pathak5-1/+702
2018-04-23ArmPlatformPkg: Reserving framebuffer at buildGirish Pathak1-0/+5
2018-04-23ArmPlatformPkg: Additional display modesGirish Pathak1-0/+60
2018-04-23ArmPlatformPkg: PCD to swap red/blue format for HDLCDGirish Pathak3-2/+16
2018-04-23ArmPlatformPkg: Add PCD to select pixel formatGirish Pathak3-38/+40
2018-04-23ArmPlatformPkg: Redefine LcdPlatformGetTimings functionGirish Pathak4-70/+64
2018-04-23ArmPlatformPkg: Implement LcdIdentify function for HDLCD GOPGirish Pathak2-1/+9
2018-04-23ArmPlatformPkg: PL111Lcd: Combine two writes to LCDControlGirish Pathak1-5/+1
2018-04-23ArmPlatformPkg: PL111Lcd: Replace magic number with macroGirish Pathak1-2/+1
2018-04-23ArmPlatformPkg: HDLCD and PL111: Update debug ASSERTSGirish Pathak2-12/+11
2018-04-23ArmPlatformPkg: Tidy Lcd code: Updated commentsGirish Pathak5-38/+189
2018-04-23ArmPlatformPkg: Tidy Lcd code: Coding standardGirish Pathak6-178/+210