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

Simon Glass sjg at chromium.org
Mon Oct 9 19:57:08 CEST 2023


On Mon, 9 Oct 2023 at 08:42, Artur Rojek <artur at 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 <artur at 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 <sjg at chromium.org>


More information about the U-Boot mailing list