summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2020-12-21ArmPlatformPkg/PL031RealTimeClockLib: cast EfiTimeToEpoch() val. to UINT32Laszlo Ersek1-1/+1
2020-12-09ArmPlatformPkg: Fix Ecc error 10016 in LcdPlatformNullLibPierre Gondois1-1/+2
2020-12-09ArmPlatformPkg: Fix Ecc error 5007 in PL031RealTimeClockLibPierre Gondois1-2/+2
2020-12-09ArmPlatformPkg: Fix Ecc error 3002 in PL011UartLibPierre Gondois1-6/+6
2020-07-02ArmPlatformPkg/PL011UartLib: Check PID2 if FiFoDepth is zeroIrene Park2-3/+8
2019-09-13ArmPlatformPkg: Add missing header files in INF filePete Batard3-0/+3
2019-07-23ArmPlatformPkg: list module-internal header files in INF [Sources]Laszlo Ersek1-0/+1
2019-07-10ArmPlatformPkg: Actually disable PL031 interruptsAlexander Graf1-2/+2
2019-07-04ArmPlatformPkg: Fix various typosAntoine Cœur1-1/+1
2019-06-17ArmPlatformPkg: use UINT32 epoch second counterLeif Lindholm1-1/+2
2019-04-09ArmPlatformPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney37-258/+37
2018-12-20ArmPlatformPkg/PL011SerialPortLib: use untyped PCD for register baseArd Biesheuvel2-8/+10
2018-06-15ArmPlatformPkg: Include PL011UartClock LibUdit Kumar2-2/+4
2018-06-13ArmPlatformPkg: PL011 Dynamic clock freq SupportUdit Kumar2-0/+59
2018-04-23ArmPlatformPkg: New DP500/DP550/DP650 GOP driverGirish Pathak3-0/+695
2018-04-23ArmPlatformPkg: PCD to swap red/blue format for HDLCDGirish Pathak2-2/+13
2018-04-23ArmPlatformPkg: Add PCD to select pixel formatGirish Pathak2-37/+32
2018-04-23ArmPlatformPkg: Redefine LcdPlatformGetTimings functionGirish Pathak3-54/+49
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 Pathak3-6/+109
2018-04-23ArmPlatformPkg: Tidy Lcd code: Coding standardGirish Pathak3-75/+98
2018-04-23ArmPlatformPkg: Rectify line endings of LcdPlatformNullLibGirish Pathak1-92/+92
2018-04-23ArmPlatformPkg: Rectify line endings of LcdHwNullLibGirish Pathak1-75/+75
2018-04-12ArmPlatformPkg/PL031RealTimeClockLib: depend on gEfiCpuArchProtocolGuidLaszlo Ersek1-1/+4
2017-12-12ArmPlatformPkg: implement LcdHwLib for HdLcdArd Biesheuvel3-0/+289
2017-12-12ArmPlatformPkg: implement LcdHwLib for PL111Ard Biesheuvel3-0/+315
2017-12-12ArmPlatformPkg: introduce LcdHwLib library classArd Biesheuvel2-0/+103
2017-12-08ArmPlatformPkg/LcdPlatformNullLib: fix incorrect library classArd Biesheuvel1-1/+1
2017-12-08ArmPlatformPkg: add Null implementation of NorFlashPlatformLibArd Biesheuvel2-0/+64
2017-12-08ArmPlatformPkg: add Null implementation of LcdPlatformlLibArd Biesheuvel2-0/+120
2017-12-08ArmPlatformPkg: remove unused ArmPlatformLibNullSecArd Biesheuvel1-47/+0
2017-12-08ArmPlatformPkg: remove unused SP804 driver and TimerLib implementationArd Biesheuvel2-300/+0
2017-12-08ArmPlatformPkg: remove BootMonFs and ArmShellCmdRunAxfArd Biesheuvel12-2896/+0
2017-12-08ArmPlatformPkg: remove ArmPlatformSysConfigLib library classArd Biesheuvel2-113/+0
2017-12-04ArmPlatformPkg: remove PlatformIntelBdsLibArd Biesheuvel3-508/+0
2017-11-30ArmPlatformPkg: move internal PL031 header into driver directoryArd Biesheuvel2-10/+54
2017-11-30ArmPlatformPkg: remove ArmPlatformInitializeSystemMemoryArd Biesheuvel1-14/+0
2017-11-26ArmPlatformPkg: remove EblCmdLib implementationArd Biesheuvel5-1191/+0
2017-11-26ArmPlatformPkg: remove unused L2X0CacheLibNull libraryArd Biesheuvel2-57/+0
2017-11-26ArmPlatformPkg: remove ArmTrustedMonitorLib definition and implementationArd Biesheuvel5-183/+0
2017-11-26ArmPlatformPkg: remove unused DebugSecExtraActionLib libraryArd Biesheuvel2-175/+0
2017-11-26ArmPlatformPkg: remove ArmPlatformSecLib definition and implementationsArd Biesheuvel5-275/+0
2017-11-17ArmPlatformPkg/ArmPlatformLibNull: remove bogus PCD dependenciesArd Biesheuvel1-3/+0
2017-11-17ArmPlatformPkg: reorganize PL011 codeArd Biesheuvel4-2/+638
2017-11-16ArmPlatformPkg/PL031RealTimeClockLib: drop ArmPlatformSysConfigLib referenceArd Biesheuvel2-38/+6
2017-11-13ArmPlatformPkg/PL031RealTimeClockLib: ignore DST setting when timezone is setArd Biesheuvel1-8/+4
2017-11-13ArmPlatformPkg/PL031RealTimeClockLib: remove validation and DST handlingArd Biesheuvel1-171/+15