Re: [PATCH 1/1] sandbox: keep time offset when resetting

2021-01-30 Thread Simon Glass
Hi Heinrich, On Thu, 21 Jan 2021 at 02:19, Heinrich Schuchardt wrote: > > On 07.01.21 13:35, Simon Glass wrote: > > Hi Heinrich, > > > > On Wed, 30 Dec 2020 at 10:07, Heinrich Schuchardt > > wrote: > >> > >> The UEFI Self Certification Test (SCT) checks the SetTime() service with > >> the

Re: [PATCH 1/1] sandbox: keep time offset when resetting

2021-01-21 Thread Simon Glass
Hi Heinrich, On Thu, 21 Jan 2021 at 02:19, Heinrich Schuchardt wrote: > > On 07.01.21 13:35, Simon Glass wrote: > > Hi Heinrich, > > > > On Wed, 30 Dec 2020 at 10:07, Heinrich Schuchardt > > wrote: > >> > >> The UEFI Self Certification Test (SCT) checks the SetTime() service with > >> the

Re: [PATCH 1/1] sandbox: keep time offset when resetting

2021-01-21 Thread Heinrich Schuchardt
On 07.01.21 13:35, Simon Glass wrote: > Hi Heinrich, > > On Wed, 30 Dec 2020 at 10:07, Heinrich Schuchardt wrote: >> >> The UEFI Self Certification Test (SCT) checks the SetTime() service with >> the following steps: >> >> * set date >> * reset >> * check date matches >> >> To be compliant the

Re: [PATCH 1/1] sandbox: keep time offset when resetting

2021-01-07 Thread Simon Glass
Hi Heinrich, On Wed, 30 Dec 2020 at 10:07, Heinrich Schuchardt wrote: > > The UEFI Self Certification Test (SCT) checks the SetTime() service with > the following steps: > > * set date > * reset > * check date matches > > To be compliant the sandbox should keep the offset to the host RTC during

[PATCH 1/1] sandbox: keep time offset when resetting

2020-12-30 Thread Heinrich Schuchardt
The UEFI Self Certification Test (SCT) checks the SetTime() service with the following steps: * set date * reset * check date matches To be compliant the sandbox should keep the offset to the host RTC during resets. The implementation uses the environment variable UBOOT_SB_TIME_OFFSET to persist