Home
last modified time | relevance | path

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

/external/u-boot/cmd/
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()
/external/u-boot/board/menlo/m53menlo/
Dm53menlo.c348 dst = malloc(CONFIG_SYS_VIDEO_LOGO_MAX_SIZE); in board_late_init()
356 len = CONFIG_SYS_VIDEO_LOGO_MAX_SIZE; in board_late_init()
357 ret = gunzip(dst + 2, CONFIG_SYS_VIDEO_LOGO_MAX_SIZE - 2, in board_late_init()
/external/u-boot/include/configs/
Dmx23evk.h42 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (512 << 10) macro
Dmx28evk.h63 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (512 << 10) macro
Ds5pc210_universal.h168 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) macro
Dtrats2.h174 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) macro
Dtrats.h191 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) macro
Dm53menlo.h139 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (2 << 20) macro
Dnitrogen6x.h65 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (6 * 1024 * 1024) macro
/external/u-boot/drivers/video/
Dcfb_console.c1343 len = CONFIG_SYS_VIDEO_LOGO_MAX_SIZE; in video_display_bitmap()
1344 dst = malloc(CONFIG_SYS_VIDEO_LOGO_MAX_SIZE); in video_display_bitmap()
1353 if (gunzip(dst+2, CONFIG_SYS_VIDEO_LOGO_MAX_SIZE-2, in video_display_bitmap()
1361 if (len == CONFIG_SYS_VIDEO_LOGO_MAX_SIZE) { in video_display_bitmap()
/external/u-boot/scripts/
Dconfig_whitelist.txt4078 CONFIG_SYS_VIDEO_LOGO_MAX_SIZE