Re: [U-Boot] [PATCH v4 9/9] rockchip: board: puma_rk3399: enable BMP_16BPP, BMP_24BPP and BMP_32BPP

2017-06-07 Thread sjg
On Wed, 31 May 2017 17:59:36 +0200 Philipp Tomsich philipp.toms...@theobroma-systems.com wrote: ... Applied to u-boot-rockchip, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v4 9/9] rockchip: board: puma_rk3399: enable BMP_16BPP, BMP_24BPP and BMP_32BPP

2017-06-02 Thread Anatolij Gustschin
On Wed, 31 May 2017 17:59:36 +0200 Philipp Tomsich philipp.toms...@theobroma-systems.com wrote: ... > diff --git a/include/configs/puma_rk3399.h b/include/configs/puma_rk3399.h > index ece8bba..af1dae8 100644 > --- a/include/configs/puma_rk3399.h > +++ b/include/configs/puma_rk3399.h > @@ -26,4

Re: [U-Boot] [PATCH v4 9/9] rockchip: board: puma_rk3399: enable BMP_16BPP, BMP_24BPP and BMP_32BPP

2017-06-01 Thread Simon Glass
On 31 May 2017 at 09:59, Philipp Tomsich wrote: > With video output support for the RK3399-Q7 (Puma) available, we want > CMD_BMP enabled and the support for 16bit, 24bit and 32bit BMPs > defined. > > Signed-off-by: Philipp Tomsich

[U-Boot] [PATCH v4 9/9] rockchip: board: puma_rk3399: enable BMP_16BPP, BMP_24BPP and BMP_32BPP

2017-05-31 Thread Philipp Tomsich
With video output support for the RK3399-Q7 (Puma) available, we want CMD_BMP enabled and the support for 16bit, 24bit and 32bit BMPs defined. Signed-off-by: Philipp Tomsich Version-changes: 2 - enable SYS_WHITE_ON_BLACK via defconfig --- Changes in v4: