Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_bootable_bootloader_edk2
/
ed2bc0ebb14ef09ebecfd39055a0e7ee93213ca0
/
PcAtChipsetPkg
/
PcatRealTimeClockRuntimeDxe
/
PcRtc.c
3e2744e
PcRtc: Fix PcRtcInit() to not clear RegisterB Hour Format bit (BIT1) sometimes
by Ruiyu Ni
· 10 years ago
fe32096
PcAtChipsetPkg/PcRtc: Fix a Y2K bug
by Ruiyu Ni
· 10 years ago
1e5fff6
Added 2 new PCDs for minimal and maximal valid year in RTC.
by Elvin Li
· 10 years ago
d431bf6
Initialize alarm register in PcRtc module entrypoint to make UEFI SCT GetWakeupTime pass.
by Elvin Li
· 10 years ago
0e991a2
Did proper error handling when SetVariable failed, and put RTC write operation at the behind of SetVariable, if SetVariable failed, RTC content could not be changed.
by Elvin Li
· 11 years ago
44d5220
Add missing status code in several modules.
by li-elvin
· 12 years ago
ffa1e78
PcAtChipsetPkg/RTC: Fix a bug in RtcGetWakeUpTime() which may cause its return value wrong
by erictian
· 12 years ago
6ff84d9
PcAtChipsetPkg: install RTC ARCH protocol even if RTC h/w is functioning incorrectly.
by erictian
· 13 years ago
9bb1fce
PcAtChipsetPkg: install RTC ARCH protocol even if the "RTC" variable is corrupted.
by erictian
· 13 years ago
e02c57b
PcAtChipsetPkg: Do right sign extension to avoid a wrong daylight value saving into "RTC" variable
by erictian
· 13 years ago
f1e20ed
fix GCC build failure. make function definition same with declaration.
by erictian
· 14 years ago
aca7074
fix build error
by erictian
· 14 years ago
7018623
store Year/Month/Day to variable in SetWakeupTime() because PCAT RTC Alarm registers has not corresponding Y/M/D alarm register.
by erictian
· 14 years ago
24115e4
RefRefine soma code to make code run safely.
by ydong10
· 14 years ago
95d48e8
Update the copyright notice format
by hhtian
· 15 years ago
558bfeb
For pass all compilers.
by gikidy
· 15 years ago
2ba53a4
Add Nanosecond initialize when CMOS clear for ConvertRtcTimeToEfiTime can not initialize it.
by gikidy
· 15 years ago
6bfa178
Fixed 2 bugs in the RTC driver of PcAtChipsetPkg.
by rsun3
· 16 years ago
345e5a6
Move PcatRealTimeClockRuntimeDxe driver to PcAtChipsetPkg
by klu2
· 16 years ago
[Renamed from MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.c]
42c6507
Fix PcRtc Year calculation bug.
by lgao4
· 16 years ago
9a1eee2
Fix date/time not work for the return value of RtcRead not need type convert.
by gikidy
· 16 years ago
a47b308
Enhance the RTC driver to not reserve the CMOS century register MSB.
by gikidy
· 16 years ago
e031244
Update the variable name and GUID to set time zone and daylight saving: Use L"RTC" for shorter name and gEfiCallerIdGuid since this variable is private for this driver.
by qhuang8
· 16 years ago
4cfc329
Fix the typo in comments
by qhuang8
· 16 years ago
96a5ac5
Adjust code to fix potential array out-bound issues.
by qhuang8
· 16 years ago
9e1f123
Code level security checked
by jji4
· 16 years ago
79864f5
Source level security checked
by jji4
· 16 years ago
812acae
Comments checked
by jji4
· 16 years ago
b77d007
Coding style checked
by jji4
· 16 years ago
2d4117c
Typo corrected
by jji4
· 16 years ago
ca08e40
Coding style corrected
by jji4
· 16 years ago
2117683
Code Scrub: MdeModulePkg\Universal\PcatRealTimeClockRuntimeDxe
by jji4
· 16 years ago
8d85dc3
Code scrub: MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe
by jji4
· 16 years ago
fe1e36e
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
by jji4
· 16 years ago
f8ea302
Add PCD PcdRealTimeClockUpdateTimeout and update code accordingly.
by xli24
· 17 years ago
254ba24
Add logic to check uninitialized RTC value in PcRtc driver in MdeModulePkg.
by xli24
· 17 years ago
f703388
edk2/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.c:
by jljusten
· 17 years ago
ec35e99
Enable storage of daylight saving and time zone data of SetTime() service, and fix bug of SetWakeupTime() service.
by lgao4
· 17 years ago
fb0b259
apply for doxgen format.
by vanjeff
· 17 years ago
1f4cf7b
Fixed one bug when runtime test. The root cause is that ICC compiler will convert one local array to one global array, and not converted from boot time to run time.
by vanjeff
· 17 years ago
3cfb790
Retire the "Include/Common" of MdeModulePkg.
by yshang1
· 17 years ago
8cd4d17
Move RealTimeClockRuntimeDxe to PcatRealTimeClockRuntimeDxe folder of MdeModulePkg.
by yshang1
· 18 years ago