andreiw / RaspberryPiPkg

DEPRECATED - DO NOT USE | Go here instead ->
https://github.com/tianocore/edk2-platforms/tree/master/Platform/RaspberryPi/RPi3
746 stars 143 forks source link

can UEFI use external RTC? #118

Closed Nyako01 closed 5 years ago

Nyako01 commented 5 years ago

the reason is time and date in windows are always reset when booting. I think if UEFI can read external RTC like ds3231. I don't need to configure time and date in Windows

andreiw commented 5 years ago

The Pi does not come with a built-in RTC.

Would be nice to support external ones, but only as opt-in (same UEFI build needs to support regular Pi as well)

andreiw commented 5 years ago

Use an ntp client in the mean time