]> Git Repo - J-u-boot.git/commit
dm: event: add EVT_DM_POST_INIT_R event type
authorChanho Park <[email protected]>
Fri, 18 Aug 2023 05:11:02 +0000 (14:11 +0900)
committerSimon Glass <[email protected]>
Tue, 22 Aug 2023 14:07:43 +0000 (08:07 -0600)
commit27c7a62986b3dd6d44351271d2c0cf59664ce759
treee172ec71a7514a206542607ac4fb5ada8d012db7
parent976fb2ffa3875a7bed9866bf5cf939a81c423ef8
dm: event: add EVT_DM_POST_INIT_R event type

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 <[email protected]>
Cc: Bin Meng <[email protected]>
Signed-off-by: Chanho Park <[email protected]>
Tested-by: Milan P. Stanić <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Tested-by: Roland Ruckerbauer <[email protected]>
Tested-by: Roland Ruckerbauer <[email protected]>
Fixed missing event name in event.c:
Signed-off-by: Simon Glass <[email protected]>
common/event.c
drivers/core/root.c
include/event.h
This page took 0.034873 seconds and 4 git commands to generate.