[PATCH v2 1/2] dm: event: add EVT_DM_POST_INIT_R event type
Simon Glass
sjg at chromium.org
Sat Aug 19 22:44:21 CEST 2023
On Thu, 17 Aug 2023 at 23:26, Chanho Park <chanho61.park at samsung.com> wrote:
>
> This patch introduces EVT_DM_POST_INIT_R event type for handling hooks
> after relocation.
>
> Fixes: 55171aedda88 ("dm: Emit the arch_cpu_init_dm() even only before relocation")
> Suggested-by: Simon Glass <sjg at chromium.org>
> Cc: Bin Meng <bmeng.cn at gmail.com>
> Signed-off-by: Chanho Park <chanho61.park at samsung.com>
> ---
> drivers/core/root.c | 6 ++++--
> include/event.h | 1 +
> 2 files changed, 5 insertions(+), 2 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list