Re: [PATCH v2] bootstage: Add SPL support

2021-11-03 Thread Michael Walle
> Please CC board maintainers on changes to their code. btw. I _think_ this one is because of a broken get_maintainer.pl. See [1]. -michael [1] https://lore.kernel.org/u-boot/20211031223812.634361-1-mich...@walle.cc/

Re: [PATCH v2] bootstage: Add SPL support

2021-11-03 Thread Jan Kiszka
On 03.11.21 12:59, Jan Kiszka wrote: > On 23.10.21 03:06, Marek Vasut wrote: >> Allow usage of the bootstage facilities in SPL. >> >> Signed-off-by: Marek Vasut >> Cc: Simon Glass >> --- >> V2: Fix multiple misuses of BOOTSTAGE vs SHOW_BOOT_PROGRESS >> --- >> arch/x86/cpu/cpu.c| 2

Re: [PATCH v2] bootstage: Add SPL support

2021-11-03 Thread Jan Kiszka
On 23.10.21 03:06, Marek Vasut wrote: > Allow usage of the bootstage facilities in SPL. > > Signed-off-by: Marek Vasut > Cc: Simon Glass > --- > V2: Fix multiple misuses of BOOTSTAGE vs SHOW_BOOT_PROGRESS > --- > arch/x86/cpu/cpu.c| 2 +- > board/siemens/iot2050/board.c | 2 +- >

Re: [PATCH v2] bootstage: Add SPL support

2021-10-31 Thread Simon Glass
Hi Marek, On Sun, 24 Oct 2021 at 14:44, Marek Vasut wrote: > > On 10/24/21 9:54 PM, Simon Glass wrote: > > On Fri, 22 Oct 2021 at 19:06, Marek Vasut wrote: > >> > >> Allow usage of the bootstage facilities in SPL. > >> > >> Signed-off-by: Marek Vasut > >> Cc: Simon Glass > >> --- > >> V2: Fix

Re: [PATCH v2] bootstage: Add SPL support

2021-10-25 Thread Simon Glass
Hi Marek, On Sun, 24 Oct 2021 at 14:44, Marek Vasut wrote: > > On 10/24/21 9:54 PM, Simon Glass wrote: > > On Fri, 22 Oct 2021 at 19:06, Marek Vasut wrote: > >> > >> Allow usage of the bootstage facilities in SPL. > >> > >> Signed-off-by: Marek Vasut > >> Cc: Simon Glass > >> --- > >> V2: Fix

Re: [PATCH v2] bootstage: Add SPL support

2021-10-24 Thread Marek Vasut
On 10/24/21 9:54 PM, Simon Glass wrote: On Fri, 22 Oct 2021 at 19:06, Marek Vasut wrote: Allow usage of the bootstage facilities in SPL. Signed-off-by: Marek Vasut Cc: Simon Glass --- V2: Fix multiple misuses of BOOTSTAGE vs SHOW_BOOT_PROGRESS --- arch/x86/cpu/cpu.c| 2 +-

Re: [PATCH v2] bootstage: Add SPL support

2021-10-24 Thread Simon Glass
On Fri, 22 Oct 2021 at 19:06, Marek Vasut wrote: > > Allow usage of the bootstage facilities in SPL. > > Signed-off-by: Marek Vasut > Cc: Simon Glass > --- > V2: Fix multiple misuses of BOOTSTAGE vs SHOW_BOOT_PROGRESS > --- > arch/x86/cpu/cpu.c| 2 +- >

[PATCH v2] bootstage: Add SPL support

2021-10-22 Thread Marek Vasut
Allow usage of the bootstage facilities in SPL. Signed-off-by: Marek Vasut Cc: Simon Glass --- 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 +