Re: [edk2] [PATCH 1/1] EmbeddedPkg: Fix multiple Virtual RTC issues

2019-02-25 Thread Ard Biesheuvel
On Tue, 26 Feb 2019 at 00:52, Pete Batard wrote: > > LibGetTime(): > - Two variables were used for the epoch, where only one should have been. > - Also harmonize variable name to match the one used in LibSetTime. > LiBSetTime(): > - Address possible underflows if time is set to start of epoch. > -

[edk2] [PATCH 1/1] EmbeddedPkg: Fix multiple Virtual RTC issues

2019-02-25 Thread Pete Batard
LibGetTime(): - Two variables were used for the epoch, where only one should have been. - Also harmonize variable name to match the one used in LibSetTime. LiBSetTime(): - Address possible underflows if time is set to start of epoch. - Ensure that time being read does actually match time that was m