3 'edk2-aarch64-code.fd',
7 'edk2-i386-secure-code.fd',
10 'edk2-x86_64-secure-code.fd',
15 build_by_default: have_system,
17 input: '@0@.bz2'.format(f),
19 install: get_option('install_blobs'),
20 install_dir: qemu_datadir,
21 command: [ bzip2, '-dc', '@INPUT0@' ])
38 'vgabios-bochs-display.bin',
62 'petalogix-s3adsp1800.dtb',
63 'petalogix-ml605.dtb',
75 'u-boot-sam460-20100605.bin',
79 'opensbi-riscv32-generic-fw_dynamic.bin',
80 'opensbi-riscv64-generic-fw_dynamic.bin',
81 'opensbi-riscv32-generic-fw_dynamic.elf',
82 'opensbi-riscv64-generic-fw_dynamic.elf',
83 'npcm7xx_bootrom.bin',
86 if get_option('install_blobs')
87 install_data(blobs, install_dir: qemu_datadir)