1. 3e2744e PcRtc: Fix PcRtcInit() to not clear RegisterB Hour Format bit (BIT1) sometimes by Ruiyu Ni · 10 years ago
  2. fe32096 PcAtChipsetPkg/PcRtc: Fix a Y2K bug by Ruiyu Ni · 10 years ago
  3. 1e5fff6 Added 2 new PCDs for minimal and maximal valid year in RTC. by Elvin Li · 10 years ago
  4. d431bf6 Initialize alarm register in PcRtc module entrypoint to make UEFI SCT GetWakeupTime pass. by Elvin Li · 10 years ago
  5. 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
  6. 44d5220 Add missing status code in several modules. by li-elvin · 12 years ago
  7. ffa1e78 PcAtChipsetPkg/RTC: Fix a bug in RtcGetWakeUpTime() which may cause its return value wrong by erictian · 12 years ago
  8. 6ff84d9 PcAtChipsetPkg: install RTC ARCH protocol even if RTC h/w is functioning incorrectly. by erictian · 13 years ago
  9. 9bb1fce PcAtChipsetPkg: install RTC ARCH protocol even if the "RTC" variable is corrupted. by erictian · 13 years ago
  10. e02c57b PcAtChipsetPkg: Do right sign extension to avoid a wrong daylight value saving into "RTC" variable by erictian · 13 years ago
  11. f1e20ed fix GCC build failure. make function definition same with declaration. by erictian · 14 years ago
  12. aca7074 fix build error by erictian · 14 years ago
  13. 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
  14. 24115e4 RefRefine soma code to make code run safely. by ydong10 · 14 years ago
  15. 95d48e8 Update the copyright notice format by hhtian · 15 years ago
  16. 558bfeb For pass all compilers. by gikidy · 15 years ago
  17. 2ba53a4 Add Nanosecond initialize when CMOS clear for ConvertRtcTimeToEfiTime can not initialize it. by gikidy · 15 years ago
  18. 6bfa178 Fixed 2 bugs in the RTC driver of PcAtChipsetPkg. by rsun3 · 16 years ago
  19. 345e5a6 Move PcatRealTimeClockRuntimeDxe driver to PcAtChipsetPkg by klu2 · 16 years ago[Renamed from MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.c]
  20. 42c6507 Fix PcRtc Year calculation bug. by lgao4 · 16 years ago
  21. 9a1eee2 Fix date/time not work for the return value of RtcRead not need type convert. by gikidy · 16 years ago
  22. a47b308 Enhance the RTC driver to not reserve the CMOS century register MSB. by gikidy · 16 years ago
  23. 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
  24. 4cfc329 Fix the typo in comments by qhuang8 · 16 years ago
  25. 96a5ac5 Adjust code to fix potential array out-bound issues. by qhuang8 · 16 years ago
  26. 9e1f123 Code level security checked by jji4 · 16 years ago
  27. 79864f5 Source level security checked by jji4 · 16 years ago
  28. 812acae Comments checked by jji4 · 16 years ago
  29. b77d007 Coding style checked by jji4 · 16 years ago
  30. 2d4117c Typo corrected by jji4 · 16 years ago
  31. ca08e40 Coding style corrected by jji4 · 16 years ago
  32. 2117683 Code Scrub: MdeModulePkg\Universal\PcatRealTimeClockRuntimeDxe by jji4 · 16 years ago
  33. 8d85dc3 Code scrub: MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe by jji4 · 16 years ago
  34. 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
  35. f8ea302 Add PCD PcdRealTimeClockUpdateTimeout and update code accordingly. by xli24 · 17 years ago
  36. 254ba24 Add logic to check uninitialized RTC value in PcRtc driver in MdeModulePkg. by xli24 · 17 years ago
  37. f703388 edk2/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.c: by jljusten · 17 years ago
  38. ec35e99 Enable storage of daylight saving and time zone data of SetTime() service, and fix bug of SetWakeupTime() service. by lgao4 · 17 years ago
  39. fb0b259 apply for doxgen format. by vanjeff · 17 years ago
  40. 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
  41. 3cfb790 Retire the "Include/Common" of MdeModulePkg. by yshang1 · 17 years ago
  42. 8cd4d17 Move RealTimeClockRuntimeDxe to PcatRealTimeClockRuntimeDxe folder of MdeModulePkg. by yshang1 · 18 years ago