summaryrefslogtreecommitdiff
path: root/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-29PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCDGua Guo1-17/+19
2023-04-03PcAtChipsetPkg: Fix conditionally uninitialized variablesMichael Kubacki1-3/+6
2023-03-30PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe: PcdRtcDefaultYear boundsMichael D Kinney1-2/+4
2023-03-27PcAtChipsetPkg: Add PCD for RTC default yearMichael D Kinney1-2/+2
2022-05-09PcAtChipsetPkg: Change the flow of PcRtcInit()Chao, Zhuoran1-13/+16
2021-12-07PcAtChipsetPkg: Apply uncrustify changesMichael Kubacki1-184/+222
2021-12-07PcAtChipsetPkg: Change OPTIONAL keyword usage styleMichael D Kinney1-2/+2
2021-12-07PcAtChipsetPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-1/+1
2020-10-16PcAtChipsetPkg: Add MMIO Support to RTC driverSami Mujawar1-11/+109
2019-10-22PcAtChipsetPkg: Fix spelling errorsSean Brogan1-2/+2
2019-04-09PcAtChipsetPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-09-27PcAtChipsetPkg PcRtc: Use new EfiLocateFirstAcpiTable()Star Zeng1-77/+3
2018-06-28PcAtChipsetPkg: Clean up source filesLiming Gao1-14/+14
2018-05-28PcAtChipsetPkg/PcRtc: Add two new PCD for RTC Index/Target registersRuiyu Ni1-5/+5
2017-11-23PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe: Replace RTC macrosLeo Duran1-3/+5
2016-12-06PcAtChipsetPkg/PcRtc: Fix bad EOLRuiyu Ni1-1/+1
2016-11-18PcAtChipsetPkg/PcRtc: Handle NULL table entry in RSDT/XSDTRuiyu Ni1-0/+5
2016-07-27PcAtChipsetPkg/PcRtc: Fix a NULL pointer deference issueRuiyu Ni1-14/+17
2016-07-27PcAtChipsetPkg/PcRtc: Fix a stack corruption issueRuiyu Ni1-1/+1
2016-05-23PcAtChipsetPkg/PcRtc: move ACPI parsing code to GetCenturyRtcAddressRuiyu Ni1-18/+38
2016-02-03MdeModulePkg/PcRtc: Still create timezone variable when Daylight != 0Ruiyu Ni1-1/+1
2016-02-01PcAtChipsetPkg/Rtc: Don't unnecessarily create timezone variable.Ruiyu Ni1-43/+38
2015-12-24PcAtChipsetPkg/PcRtc: Add assertion to pass static code checkerRuiyu Ni1-0/+2
2015-12-22PcAtChipsetPkg/Rtc: Fix a UEFI Win7 boot hang issueRuiyu Ni1-0/+110
2015-07-07PcRtc: Fix PcRtcInit() to not clear RegisterB Hour Format bit (BIT1) sometimesRuiyu Ni1-1/+2
2015-06-11PcAtChipsetPkg/PcRtc: Fix a Y2K bugRuiyu Ni1-33/+22
2015-01-23Added 2 new PCDs for minimal and maximal valid year in RTC.Elvin Li1-3/+3
2014-11-25Initialize alarm register in PcRtc module entrypoint to make UEFI SCT GetWake...Elvin Li1-2/+89
2014-03-19Did proper error handling when SetVariable failed, and put RTC write operatio...Elvin Li1-33/+51
2012-10-30Add missing status code in several modules.li-elvin1-0/+7
2012-08-15PcAtChipsetPkg/RTC: Fix a bug in RtcGetWakeUpTime() which may cause its retur...erictian1-0/+1
2011-11-22PcAtChipsetPkg: install RTC ARCH protocol even if RTC h/w is functioning inco...erictian1-0/+5
2011-11-17PcAtChipsetPkg: install RTC ARCH protocol even if the "RTC" variable is corru...erictian1-0/+2
2011-11-17PcAtChipsetPkg: Do right sign extension to avoid a wrong daylight value savin...erictian1-2/+2
2010-11-12fix GCC build failure. make function definition same with declaration.erictian1-3/+0
2010-11-10fix build errorerictian1-1/+1
2010-11-10store Year/Month/Day to variable in SetWakeupTime() because PCAT RTC Alarm re...erictian1-25/+63
2010-09-17RefRefine soma code to make code run safely.ydong101-16/+16
2010-04-24Update the copyright notice formathhtian1-2/+2
2009-07-27For pass all compilers.gikidy1-3/+28
2009-07-27Add Nanosecond initialize when CMOS clear for ConvertRtcTimeToEfiTime can not...gikidy1-31/+10
2009-07-15Fixed 2 bugs in the RTC driver of PcAtChipsetPkg.rsun31-40/+32
2009-07-07Move PcatRealTimeClockRuntimeDxe driver to PcAtChipsetPkgklu21-0/+1059