Searched refs:image_path (Results 1 – 5 of 5) sorted by relevance
| /u-boot/test/py/tests/test_efi_secboot/ |
| A D | conftest.py | 28 image_path = u_boot_config.persistent_data_dir 29 image_path = image_path + '/test_efi_secboot.img' 114 mnt_point, image_path), shell=True) 121 yield image_path 123 call('rm -f %s' % image_path, shell=True) 142 image_path = u_boot_config.persistent_data_dir 143 image_path = image_path + '/test_efi_secboot_intca.img' 230 …rt-make-fs --partition=gpt --size=+1M --type=vfat {} {}'.format(mnt_point, image_path), shell=True) 237 yield image_path 239 call('rm -f %s' % image_path, shell=True)
|
| /u-boot/test/py/tests/test_efi_capsule/ |
| A D | conftest.py | 33 image_path = u_boot_config.persistent_data_dir + '/test_efi_capsule.img' 62 (mnt_point, image_path), shell=True) 64 image_path, shell=True) 70 yield image_path 73 call('rm -f %s' % image_path, shell=True)
|
| /u-boot/board/gdsys/p1022/ |
| A D | controlcenterd-id.c | 1052 const char *image_path = "/ccdm.itb"; in second_stage_init() local 1089 image_path = cptr; in second_stage_init() 1091 mac_path = malloc(strlen(image_path) + strlen(mac_suffix) + 1); in second_stage_init() 1094 strcpy(mac_path, image_path); in second_stage_init() 1101 if (fs_read(image_path, image_addr, 0, 0, &image_size) < 0) in second_stage_init()
|
| /u-boot/cmd/ |
| A D | bootefi.c | 501 struct efi_device_path *image_path, in bootefi_run_prepare() argument 508 ret = efi_setup_loaded_image(device_path, image_path, image_objp, in bootefi_run_prepare()
|
| A D | efidebug.c | 345 u16 **image_path) in efi_get_driver_handle_info() argument 360 *image_path = NULL; in efi_get_driver_handle_info() 365 *image_path = efi_dp_str(image->file_path); in efi_get_driver_handle_info()
|
Completed in 9 milliseconds