Home
last modified time | relevance | path

Searched refs:u_boot_config (Results 1 – 12 of 12) sorted by relevance

/u-boot/test/py/tests/test_efi_capsule/
A Dconftest.py12 def efi_capsule_data(request, u_boot_config): argument
35 capsule_auth_enabled = u_boot_config.buildconfig.get(
70 (u_boot_config.source_dir, data_dir),
73 (data_dir, u_boot_config.build_dir),
76 (data_dir, u_boot_config.build_dir),
79 (data_dir, u_boot_config.build_dir),
82 (data_dir, u_boot_config.build_dir),
85 (data_dir, u_boot_config.build_dir),
88 (data_dir, u_boot_config.build_dir),
98 % (data_dir, u_boot_config.build_dir),
[all …]
A Dtest_capsule_firmware_signed_raw.py29 self, u_boot_config, u_boot_console, efi_capsule_data): argument
67 mnt_point = u_boot_config.persistent_data_dir + '/test_efi_capsule'
72 capsule_early = u_boot_config.buildconfig.get(
102 self, u_boot_config, u_boot_console, efi_capsule_data): argument
142 mnt_point = u_boot_config.persistent_data_dir + '/test_efi_capsule'
147 capsule_early = u_boot_config.buildconfig.get(
180 self, u_boot_config, u_boot_console, efi_capsule_data): argument
219 mnt_point = u_boot_config.persistent_data_dir + '/test_efi_capsule'
224 capsule_early = u_boot_config.buildconfig.get(
A Dtest_capsule_firmware_signed_fit.py31 self, u_boot_config, u_boot_console, efi_capsule_data): argument
71 mnt_point = u_boot_config.persistent_data_dir + '/test_efi_capsule'
76 capsule_early = u_boot_config.buildconfig.get(
106 self, u_boot_config, u_boot_console, efi_capsule_data): argument
147 mnt_point = u_boot_config.persistent_data_dir + '/test_efi_capsule'
152 capsule_early = u_boot_config.buildconfig.get(
185 self, u_boot_config, u_boot_console, efi_capsule_data): argument
225 mnt_point = u_boot_config.persistent_data_dir + '/test_efi_capsule'
230 capsule_early = u_boot_config.buildconfig.get(
A Dtest_capsule_firmware_raw.py28 self, u_boot_config, u_boot_console, efi_capsule_data): argument
78 capsule_early = u_boot_config.buildconfig.get(
107 self, u_boot_config, u_boot_console, efi_capsule_data): argument
157 capsule_early = u_boot_config.buildconfig.get(
192 self, u_boot_config, u_boot_console, efi_capsule_data): argument
238 capsule_early = u_boot_config.buildconfig.get(
240 capsule_auth = u_boot_config.buildconfig.get(
A Dtest_capsule_firmware_fit.py29 self, u_boot_config, u_boot_console, efi_capsule_data): argument
75 capsule_early = u_boot_config.buildconfig.get(
107 self, u_boot_config, u_boot_console, efi_capsule_data): argument
148 capsule_early = u_boot_config.buildconfig.get(
150 capsule_auth = u_boot_config.buildconfig.get(
/u-boot/test/py/tests/test_efi_bootmgr/
A Dconftest.py11 def efi_bootmgr_data(u_boot_config): argument
20 mnt_point = u_boot_config.persistent_data_dir + '/test_efi_bootmgr'
21 image_path = u_boot_config.persistent_data_dir + '/efi_bootmgr.img'
32 shutil.copyfile(u_boot_config.build_dir + '/lib/efi_loader/initrddump.efi',
/u-boot/test/py/tests/test_eficonfig/
A Dconftest.py12 def efi_eficonfig_data(u_boot_config): argument
22 mnt_point = u_boot_config.persistent_data_dir + '/test_efi_eficonfig'
23 image_path = u_boot_config.persistent_data_dir + '/efi_eficonfig.img'
34 shutil.copyfile(u_boot_config.build_dir + '/lib/efi_loader/initrddump.efi',
/u-boot/test/py/tests/test_efi_secboot/
A Dconftest.py12 def efi_boot_env(request, u_boot_config): argument
22 image_path = u_boot_config.persistent_data_dir
26 mnt_point = u_boot_config.build_dir + '/mnt_efisecure'
94 (u_boot_config.build_dir, mnt_point), shell=True)
104 % (mnt_point, u_boot_config.source_dir), shell=True)
134 def efi_boot_env_intca(request, u_boot_config): argument
147 image_path = u_boot_config.persistent_data_dir
151 mnt_point = u_boot_config.persistent_data_dir + '/mnt_efi_secboot_intca'
183 % (u_boot_config.source_dir, mnt_point), shell=True)
224 (u_boot_config.build_dir, mnt_point), shell=True)
/u-boot/test/py/tests/test_fs/
A Dconftest.py215 def fs_obj_basic(request, u_boot_config): argument
230 check_ubconfig(u_boot_config, fs_ubtype)
232 mount_dir = u_boot_config.persistent_data_dir + '/mnt'
337 def fs_obj_ext(request, u_boot_config): argument
352 check_ubconfig(u_boot_config, fs_ubtype)
438 def fs_obj_mkdir(request, u_boot_config): argument
453 check_ubconfig(u_boot_config, fs_ubtype)
469 def fs_obj_unlink(request, u_boot_config): argument
484 check_ubconfig(u_boot_config, fs_ubtype)
549 def fs_obj_symlink(request, u_boot_config): argument
[all …]
/u-boot/test/py/tests/test_cat/
A Dconftest.py12 def cat_data(u_boot_config): argument
18 mnt_point = u_boot_config.persistent_data_dir + '/test_cat'
19 image_path = u_boot_config.persistent_data_dir + '/cat.img'
/u-boot/test/py/tests/test_xxd/
A Dconftest.py12 def xxd_data(u_boot_config): argument
18 mnt_point = u_boot_config.persistent_data_dir + '/test_xxd'
19 image_path = u_boot_config.persistent_data_dir + '/xxd.img'
/u-boot/test/py/
A Dconftest.py386 def u_boot_config(request): function

Completed in 21 milliseconds