Re: [PATCH v2 1/2] dm: event: add EVT_DM_POST_INIT_R event type

2023-08-23 Thread Simon Glass
On Mon, 21 Aug 2023 at 21:47, Roland Ruckerbauer wrote: > > Tested on visionfive2 board, it works. Thanks for taking a look into this. > > On 18.08.23 07:11, Chanho Park wrote: > > This patch introduces EVT_DM_POST_INIT_R event type for handling hooks > > after relocation. > > > > Fixes:

Re: [PATCH v2 1/2] dm: event: add EVT_DM_POST_INIT_R event type

2023-08-21 Thread Roland Ruckerbauer
Tested on visionfive2 board, it works. Thanks for taking a look into this. On 18.08.23 07:11, Chanho Park 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")

Re: [PATCH v2 1/2] dm: event: add EVT_DM_POST_INIT_R event type (resend)

2023-08-21 Thread Roland Ruckerbauer
Tested on visionfive2 board, it works. Thanks for taking a look into this. On 18.08.23 07:11, Chanho Park 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")

Re: [PATCH v2 1/2] dm: event: add EVT_DM_POST_INIT_R event type

2023-08-19 Thread Simon Glass
On Thu, 17 Aug 2023 at 23:26, Chanho Park 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 > Cc: Bin Meng > Signed-off-by:

Re: [PATCH v2 1/2] dm: event: add EVT_DM_POST_INIT_R event type

2023-08-19 Thread Milan P . Stanić
It works. On Fri, 2023-08-18 at 14:11, Chanho Park 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 > Cc: Bin Meng >

[PATCH v2 1/2] dm: event: add EVT_DM_POST_INIT_R event type

2023-08-17 Thread Chanho Park
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 Cc: Bin Meng Signed-off-by: Chanho Park --- drivers/core/root.c | 6 -- include/event.h