]> git.dujemihanovic.xyz Git - u-boot.git/commit
event: add new EVT_SETTINGS_R event
authorArtur Rojek <artur@conclusive.pl>
Wed, 18 Oct 2023 14:00:57 +0000 (16:00 +0200)
committerEugen Hristev <eugen.hristev@collabora.com>
Mon, 23 Oct 2023 14:07:06 +0000 (17:07 +0300)
commit6092ce50efa62806661e5488e0ad72050f0d9827
treeaeca76dd72d391c9e88841517b33faa22a20fb1b
parentcd3dbb56874dbf0f85c4c36958e29c2515374a6b
event: add new EVT_SETTINGS_R event

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@conclusive.pl>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/board_r.c
common/event.c
include/event.h