Re: [PATCH v10 08/15] event: Add an event for main_loop

2022-09-20 Thread Ilias Apalodimas
On Thu, Sep 15, 2022 at 01:44:44PM +0530, Sughosh Ganu wrote: > Add an event type EVT_MAIN_LOOP that can be used for registering > events that need to be run after the platform has been initialised and > before the main_loop function is called. > > Signed-off-by: Sughosh Ganu > Reviewed-by: Simon

[PATCH v10 08/15] event: Add an event for main_loop

2022-09-15 Thread Sughosh Ganu
Add an event type EVT_MAIN_LOOP that can be used for registering events that need to be run after the platform has been initialised and before the main_loop function is called. Signed-off-by: Sughosh Ganu Reviewed-by: Simon Glass --- Changes since V9: * Add a comment to indicate where the event