Re: [U-Boot] [PATCH 08/10] efi_selftest: test task priority levels

2017-09-24 Thread Heinrich Schuchardt
On 09/25/2017 04:12 AM, Simon Glass wrote: > On 15 September 2017 at 02:06, Heinrich Schuchardt wrote: >> Run a 10 ms periodic timer and check that it is called 10 times >> while waiting for 100 ms single shot timer. >> >> Raise the TPL level to the level of the 10 ms timer and observe >> that the

Re: [U-Boot] [PATCH 08/10] efi_selftest: test task priority levels

2017-09-24 Thread Simon Glass
On 15 September 2017 at 02:06, Heinrich Schuchardt wrote: > Run a 10 ms periodic timer and check that it is called 10 times > while waiting for 100 ms single shot timer. > > Raise the TPL level to the level of the 10 ms timer and observe > that the notification function is not called again. > > Lo