Re: [PATCH v2] board: stm32mp1: add splash screen on dk2

2023-07-10 Thread Patrick DELAUNAY
Hi, On 7/8/23 19:19, Dario Binacchi wrote: Hi Patrick, On Wed, Jul 5, 2023 at 2:09 PM Patrick DELAUNAY wrote: Hi Dario, On 7/4/23 19:31, Dario Binacchi wrote: Display the STMicroelectronics logo. Signed-off-by: Dario Binacchi --- Changes in v2: - move "splash.h" and "st_logo_data.h"

Re: [PATCH v2] board: stm32mp1: add splash screen on dk2

2023-07-08 Thread Dario Binacchi
Hi Patrick, On Wed, Jul 5, 2023 at 2:09 PM Patrick DELAUNAY wrote: > > Hi Dario, > > On 7/4/23 19:31, Dario Binacchi wrote: > > Display the STMicroelectronics logo. > > > > Signed-off-by: Dario Binacchi > > > > > > --- > > > > Changes in v2: > > - move "splash.h" and "st_logo_data.h" headers

Re: [PATCH v2] board: stm32mp1: add splash screen on dk2

2023-07-05 Thread Patrick DELAUNAY
Hi Dario, On 7/4/23 19:31, Dario Binacchi wrote: Display the STMicroelectronics logo. Signed-off-by: Dario Binacchi --- Changes in v2: - move "splash.h" and "st_logo_data.h" headers before "syscon.h" in order to keep includes sorted alphabetically. - remove "logo" variable and pass

Re: [PATCH v2] board: stm32mp1: add splash screen on dk2

2023-07-04 Thread Grzegorz Szymaszek
On Tue, Jul 04, 2023 at 07:31:21PM +0200, Dario Binacchi wrote: > Display the STMicroelectronics logo. > > Signed-off-by: Dario Binacchi Reviewed-by: Grzegorz Szymaszek signature.asc Description: PGP signature

[PATCH v2] board: stm32mp1: add splash screen on dk2

2023-07-04 Thread Dario Binacchi
Display the STMicroelectronics logo. Signed-off-by: Dario Binacchi --- Changes in v2: - move "splash.h" and "st_logo_data.h" headers before "syscon.h" in order to keep includes sorted alphabetically. - remove "logo" variable and pass "(ulong)stmicroelectronics_uboot_logo_8bit_rle"