On Wed, 27 Sept 2023 at 15:44, Jonas Karlman <jo...@kwiboo.se> wrote:
>
> spl_board_prepare_for_boot() is not called before jumping/invoking atf,
> optee, opensbi or linux images.
>
> Jump to image at the end of board_init_r() to fix this.
>
> Signed-off-by: Jonas Karlman <jo...@kwiboo.se>
> ---
> This patch have dependencies on the following patches:
>
> spl: add __noreturn attribute to spl_invoke_opensbi function
> https://patchwork.ozlabs.org/patch/1827057/
>
> spl: add __noreturn attribute to spl_invoke_atf function
> https://patchwork.ozlabs.org/patch/1831366/
>
> spl: Drop the switch() statement for OS selection
> from the "spl: Preparation for Universal Payload" series
> https://patchwork.ozlabs.org/patch/1839731/
> ---
>  common/spl/spl.c | 12 +++++++-----
>  1 file changed, 7 insertions(+), 5 deletions(-)
>

Reviewed-by: Simon Glass <s...@chromium.org>

Very nice to see this!

Reply via email to