4 'edk2-aarch64-code.fd',
8 'edk2-i386-secure-code.fd',
10 'edk2-x86_64-code.fd',
11 'edk2-x86_64-secure-code.fd',
15 roms += custom_target(f,
16 build_by_default: have_system,
18 input: files('@0@.bz2'.format(f)),
20 install: get_option('install_blobs'),
21 install_dir: qemu_datadir,
22 command: [ bzip2, '-dc', '@INPUT0@' ])
39 'vgabios-bochs-display.bin',
63 'petalogix-s3adsp1800.dtb',
64 'petalogix-ml605.dtb',
77 'u-boot-sam460-20100605.bin',
81 'opensbi-riscv32-generic-fw_dynamic.bin',
82 'opensbi-riscv64-generic-fw_dynamic.bin',
83 'npcm7xx_bootrom.bin',
88 if get_option('install_blobs')
89 install_data(blobs, install_dir: qemu_datadir)