Searched refs:bootimage_size (Results 1 – 2 of 2) sorted by relevance
| /app/zynq-common/ |
| A D | init.c | 87 size_t bootimage_size; in zynq_common_target_init() local 88 if (bootargs_get_bootimage_pointer(&bootimage_phys, &bootimage_size, &device) >= 0) { in zynq_common_target_init() 92 …our bootimage is at device '%s', phys 0x%llx, size %zx\n", device, bootimage_phys, bootimage_size); in zynq_common_target_init() 98 bootimage_open(ptr, bootimage_size, &bi); in zynq_common_target_init() 108 bootimage_open(ptr, bootimage_size, &bi); in zynq_common_target_init()
|
| /app/lkboot/ |
| A D | commands.c | 142 size_t bootimage_size; in do_boot() local 143 bootimage_get_range(bi, NULL, &bootimage_size); in do_boot() 145 bootargs_add_bootimage_pointer(args, bootargs_size, "pmem", buf_phys, bootimage_size); in do_boot() 240 size_t bootimage_size; in do_flash_boot() local 241 bootimage_get_range(bi, NULL, &bootimage_size); in do_flash_boot() 243 … bootargs_add_bootimage_pointer(args, bootargs_size, bdev->name, entry.offset, bootimage_size); in do_flash_boot()
|
Completed in 10 milliseconds