1 if 'arm-softmmu' in target_dirs or \
2 'aarch64-softmmu' in target_dirs or \
3 'i386-softmmu' in target_dirs or \
4 'x86_64-softmmu' in target_dirs
5 bzip2 = find_program('bzip2', required: true)
7 'edk2-aarch64-code.fd',
11 'edk2-i386-secure-code.fd',
13 'edk2-x86_64-code.fd',
14 'edk2-x86_64-secure-code.fd',
20 input: '@0@.bz2'.format(f),
22 install: get_option('install_blobs'),
23 install_dir: qemu_datadir,
24 command: [ bzip2, '-dc', '@INPUT0@' ])
41 'vgabios-bochs-display.bin',
65 'petalogix-s3adsp1800.dtb',
66 'petalogix-ml605.dtb',
78 'u-boot-sam460-20100605.bin',
82 'opensbi-riscv32-generic-fw_dynamic.bin',
83 'opensbi-riscv64-generic-fw_dynamic.bin',
84 'opensbi-riscv32-generic-fw_dynamic.elf',
85 'opensbi-riscv64-generic-fw_dynamic.elf',
86 'npcm7xx_bootrom.bin',
89 if get_option('install_blobs')
90 install_data(blobs, install_dir: qemu_datadir)