commit | b780fa57b6132851b7892e6bb4066fa2ff134338 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Fri Oct 21 18:16:01 2022 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 14:47:32 2022 -0400 |
tree | f6ab1f91224b87fbb07e1a30d9977fc68e77d7f5 | |
parent | 73abe8ee2fefad9d67d37298fe9ca26ac17d4190 [diff] |
event: Add an event for main_loop 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 <sughosh.ganu@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org>