[U-Boot] [PATCH v3 6/8] rockchip: board: puma_rk3399: enable BMP_16BPP, BMP_24BPP and BMP_32BPP
Dr. Philipp Tomsich
philipp.tomsich at theobroma-systems.com
Sun May 14 18:08:12 UTC 2017
Changes in v3:
- SYS_WHITE_ON_BLACK has been migrated to KConfig (upstream) and is on by default.
> On 14 May 2017, at 11:13, Simon Glass <sjg at chromium.org> wrote:
>
> Hi Philipp,
>
> On 5 May 2017 at 13:48, Philipp Tomsich
> <philipp.tomsich at theobroma-systems.com <mailto:philipp.tomsich at theobroma-systems.com>> 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 <philipp.tomsich at theobroma-systems.com <mailto:philipp.tomsich at theobroma-systems.com>>
>>
>> ---
>>
>> Changes in v3: None
>> Changes in v2:
>> - enable SYS_WHITE_ON_BLACK via defconfig
>
> I cannot see this in this patch.
>
>>
>> configs/puma-rk3399_defconfig | 1 +
>> include/configs/puma_rk3399.h | 4 +++-
>> 2 files changed, 4 insertions(+), 1 deletion(-)
>
> Acked-by: Simon Glass <sjg at chromium.org <mailto:sjg at chromium.org>>
>
>>
>> diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig
>> index 207445d..a8f60ae 100644
>> --- a/configs/puma-rk3399_defconfig
>> +++ b/configs/puma-rk3399_defconfig
>> @@ -47,6 +47,7 @@ CONFIG_MMC_SDHCI_ROCKCHIP=y
>> CONFIG_SPI_FLASH=y
>> CONFIG_SPI_FLASH_WINBOND=y
>> CONFIG_PHY_MICREL=y
>> +CONFIG_PHY_MICREL_KSZ9031=y
>> CONFIG_DM_ETH=y
>> CONFIG_ETH_DESIGNWARE=y
>> CONFIG_GMAC_ROCKCHIP=y
>> diff --git a/include/configs/puma_rk3399.h b/include/configs/puma_rk3399.h
>> index 4081362..af1dae8 100644
>> --- a/include/configs/puma_rk3399.h
>> +++ b/include/configs/puma_rk3399.h
>> @@ -26,6 +26,8 @@
>> #define CONFIG_SERIAL_TAG
>> #define CONFIG_ENV_OVERWRITE
>>
>> -#define CONFIG_SYS_WHITE_ON_BLACK
>> +#define CONFIG_BMP_16BPP
>> +#define CONFIG_BMP_24BPP
>> +#define CONFIG_BMP_32BPP
>>
>> #endif
>> --
>> 1.9.1
>>
>
> Regards,
> Simon
More information about the U-Boot
mailing list