Searched refs:KIND_FILE (Results 1 – 4 of 4) sorted by relevance
/lk-master/tools/ |
A D | mkimage.c | 24 { "lk", KIND_FILE, TYPE_LK }, 25 { "fpga", KIND_FILE, TYPE_FPGA_IMAGE }, 26 { "linux", KIND_FILE, TYPE_LINUX_KERNEL }, 27 { "initrd", KIND_FILE, TYPE_LINUX_INITRD }, 28 { "devicetree", KIND_FILE, TYPE_DEVICE_TREE }, 29 { "sysparams", KIND_FILE, TYPE_SYSPARAMS }, 42 if (types[n].kind == KIND_FILE) { in usage() 49 if (types[n].kind != KIND_FILE) { in usage() 62 if (types[n].kind == KIND_FILE) { in process()
|
A D | bootimage.c | 40 img->entry[0].file.kind = KIND_FILE; in bootimage_init() 70 img->entry[n].file.kind = KIND_FILE; in bootimage_add_filedata()
|
/lk-master/lib/bootimage/ |
A D | bootimage.c | 39 if (be->kind != KIND_FILE || in validate_bootimage() 98 case KIND_FILE: { in validate_bootimage() 189 if (be[i].kind != KIND_FILE) in bootimage_get_file_section()
|
/lk-master/lib/bootimage/include/lib/ |
A D | bootimage_struct.h | 53 #define KIND_FILE 0x656c6966 // 'file' macro
|
Completed in 4 milliseconds