[PATCH v2] bootstage: Add SPL support
Simon Glass
sjg at chromium.org
Sun Oct 31 13:56:53 CET 2021
Hi Marek,
On Sun, 24 Oct 2021 at 14:44, Marek Vasut <marex at denx.de> wrote:
>
> On 10/24/21 9:54 PM, Simon Glass wrote:
> > On Fri, 22 Oct 2021 at 19:06, Marek Vasut <marex at denx.de> wrote:
> >>
> >> Allow usage of the bootstage facilities in SPL.
> >>
> >> Signed-off-by: Marek Vasut <marex at denx.de>
> >> Cc: Simon Glass <sjg at chromium.org>
> >> ---
> >> V2: Fix multiple misuses of BOOTSTAGE vs SHOW_BOOT_PROGRESS
> >> ---
> >> arch/x86/cpu/cpu.c | 2 +-
> >> board/siemens/iot2050/board.c | 2 +-
> >> common/Kconfig.boot | 9 +++++++++
> >> common/init/board_init.c | 2 +-
> >> common/spl/spl.c | 2 +-
> >> include/bootstage.h | 2 +-
> >> 6 files changed, 14 insertions(+), 5 deletions(-)
> >
> > Reviewed-by: Simon Glass <sjg at chromium.org>
> >
> > Can you enable this for sandbox_spl so we get build coverage?
>
> Isn't that the case already ? I recall sandbox was one of the machines
> which failed to build and where I found these board issues. If not, then
> please send a separate patch.
Apparently it is not enabled for sandbox_spl
Regards,
Simon
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list