Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/cmd/
H A Dbmp.c49 len = CONFIG_SYS_VIDEO_LOGO_MAX_SIZE; in gunzip_bmp()
51 dst = malloc(CONFIG_SYS_VIDEO_LOGO_MAX_SIZE + 3); in gunzip_bmp()
62 if (gunzip(bmp, CONFIG_SYS_VIDEO_LOGO_MAX_SIZE, map_sysmem(addr, 0), in gunzip_bmp()
67 if (len == CONFIG_SYS_VIDEO_LOGO_MAX_SIZE) in gunzip_bmp()
/openbmc/u-boot/include/configs/
H A Dmx23evk.h44 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (512 << 10) macro
H A Dmx28evk.h80 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (512 << 10) macro
H A Ds5pc210_universal.h170 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) macro
H A Dtrats2.h176 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) macro
H A Dtrats.h193 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) macro
H A Dm53menlo.h149 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (2 << 20) macro
H A Dnitrogen6x.h66 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (6 * 1024 * 1024) macro
H A Dsocrates.h158 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (2 << 20) /* decompressed img */ macro
/openbmc/u-boot/drivers/video/
H A Dcfb_console.c1339 len = CONFIG_SYS_VIDEO_LOGO_MAX_SIZE; in video_display_bitmap()
1340 dst = malloc(CONFIG_SYS_VIDEO_LOGO_MAX_SIZE); in video_display_bitmap()
1349 if (gunzip(dst+2, CONFIG_SYS_VIDEO_LOGO_MAX_SIZE-2, in video_display_bitmap()
1357 if (len == CONFIG_SYS_VIDEO_LOGO_MAX_SIZE) { in video_display_bitmap()
/openbmc/u-boot/scripts/
H A Dconfig_whitelist.txt4348 CONFIG_SYS_VIDEO_LOGO_MAX_SIZE