Re: [U-Boot] efi_loader: fix events

2017-09-14 Thread Rob Clark
On Thu, Sep 14, 2017 at 4:51 PM, Heinrich Schuchardt wrote: > On 09/12/2017 06:35 PM, Rob Clark wrote: >> An event can be created with type==0, Shell.efi does this for an event >> that is set when Ctrl-C is typed. So our current approach of having a >> fixed set of timer slots, and determining wh

Re: [U-Boot] efi_loader: fix events

2017-09-14 Thread Heinrich Schuchardt
On 09/12/2017 06:35 PM, Rob Clark wrote: > An event can be created with type==0, Shell.efi does this for an event > that is set when Ctrl-C is typed. So our current approach of having a > fixed set of timer slots, and determining which slots are unused by > type==0 doesn't work so well. But we do