Re: [PATCH v4 2/4] event: add new EVT_SETTINGS_R event

2023-10-09 Thread Simon Glass
On Mon, 9 Oct 2023 at 08:42, Artur Rojek wrote: > > Introduce EVT_SETTINGS_R, triggered post-relocation and before console > init. > > This event gives an option to perform any platform-dependent setup, > which needs to take place before show_board_info(). Usage examples > include readout of EEPRO

[PATCH v4 2/4] event: add new EVT_SETTINGS_R event

2023-10-09 Thread Artur Rojek
Introduce EVT_SETTINGS_R, triggered post-relocation and before console init. This event gives an option to perform any platform-dependent setup, which needs to take place before show_board_info(). Usage examples include readout of EEPROM stored settings. Signed-off-by: Artur Rojek --- v4: new p