On Mon, 9 Oct 2023 at 08:42, Artur Rojek <ar...@conclusive.pl> 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 EEPROM stored settings. > > Signed-off-by: Artur Rojek <ar...@conclusive.pl> > --- > > v4: new patch > > common/board_r.c | 1 + > common/event.c | 1 + > include/event.h | 9 +++++++++ > 3 files changed, 11 insertions(+)
Reviewed-by: Simon Glass <s...@chromium.org>