summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Library/PL031RealTimeClockLib
AgeCommit message (Expand)AuthorFilesLines
2024-07-23ArmPlatformPkg: PL031RealTimeClockLib: Set MMIO Memory XPOliver Smith-Denny1-2/+2
2024-02-09ArmPlatformPkg: Align PL031 library function headers with return valuesSuqiang Ren1-4/+18
2023-10-24ArmPlatformPkg/PL031RealTimeClockLib: remove needless instance init stepsLaszlo Ersek1-13/+0
2023-10-18ArmPlatformPkg/PL031RealTimeClockLib: hide LibRtcVirtualNotifyEventLaszlo Ersek1-2/+3
2022-09-05ArmPlatformPkg: Remove duplicated wordsPierre Gondois1-1/+1
2021-12-07ArmPlatformPkg: Apply uncrustify changesMichael Kubacki2-60/+60
2021-04-15ArmPlatformPkg: Fix Ecc error 8001Pierre Gondois1-5/+5
2020-12-21ArmPlatformPkg/PL031RealTimeClockLib: cast EfiTimeToEpoch() val. to UINT32Laszlo Ersek1-1/+1
2020-12-09ArmPlatformPkg: Fix Ecc error 5007 in PL031RealTimeClockLibPierre Gondois1-2/+2
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-06-17ArmPlatformPkg: use UINT32 epoch second counterLeif Lindholm1-1/+2
2019-04-09ArmPlatformPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney3-20/+3
2018-04-12ArmPlatformPkg/PL031RealTimeClockLib: depend on gEfiCpuArchProtocolGuidLaszlo Ersek1-1/+4
2017-11-30ArmPlatformPkg: move internal PL031 header into driver directoryArd Biesheuvel2-10/+54
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
2017-05-10ArmPlatformPkg,ArmVirtPkg: delete redundant PL031 functionsLeif Lindholm2-124/+4
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
2014-11-12ArmPlatformPkg: fix undefined reference to memcpyScott Duplichan1-1/+1
2014-09-10ArmPlatformPkg/PL031RealTimeClockLib: use virtual address of runtime servicesArd Biesheuvel1-13/+15
2014-04-08ArmPlatformPkg/PL031RealTimeClock: Fixed driver to support UEFI Runtime ServicesOlivier Martin2-43/+86
2013-10-21ArmPlatformPkg/PL031RealTimeClockLib: Fixed the conditions in LibSetTime()Olivier Martin1-11/+13
2013-01-28ArmPlatformPkg/PL031RealTimeClockLib: Set PL031_{TimeZone,Daylight} UEFI vari...oliviermartin2-55/+95
2013-01-28ArmPlatformPkg: Fixed unsigned type to be architecture independentoliviermartin1-1/+2
2012-02-28ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin1-1/+1
2011-07-01ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Driv...oliviermartin2-58/+67
2011-06-11ArmPlatformPkg/PL031RealTimeClockLib: Implement PL031 RTC driveoliviermartin2-16/+442
2011-02-01Add ArmPlatformPkg from ARM Ltd. patch.andrewfish2-0/+207