Home
last modified time | relevance | path

Searched refs:MAX_PLUGIN_CODE_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dimximage.h11 #define MAX_PLUGIN_CODE_SIZE (64 * 1024) macro
185 char plugin_code[MAX_PLUGIN_CODE_SIZE];
/openbmc/u-boot/tools/
H A Dimximage.c392 hdr_v2->boot_data.size = MAX_PLUGIN_CODE_SIZE; in set_imx_hdr_v2()
585 if (sbuf.st_size > MAX_PLUGIN_CODE_SIZE) { in copy_plugin_code()
858 header_size += MAX_PLUGIN_CODE_SIZE; in imximage_set_header()
939 header_size += MAX_PLUGIN_CODE_SIZE; in imximage_generate()