microvm: name qboot binary qboot.rom
qboot isn't a bios and shouldnt be named that way. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Sergio Lopez <slp@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200915120909.20838-2-kraxel@redhat.com
This commit is contained in:
parent
8ee612722d
commit
3bee1d1d14
@ -47,7 +47,7 @@
|
||||
#include "kvm_i386.h"
|
||||
#include "hw/xen/start_info.h"
|
||||
|
||||
#define MICROVM_BIOS_FILENAME "bios-microvm.bin"
|
||||
#define MICROVM_QBOOT_FILENAME "qboot.rom"
|
||||
|
||||
static void microvm_set_rtc(MicrovmMachineState *mms, ISADevice *s)
|
||||
{
|
||||
@ -158,7 +158,7 @@ static void microvm_devices_init(MicrovmMachineState *mms)
|
||||
}
|
||||
|
||||
if (bios_name == NULL) {
|
||||
bios_name = MICROVM_BIOS_FILENAME;
|
||||
bios_name = MICROVM_QBOOT_FILENAME;
|
||||
}
|
||||
x86_bios_rom_init(get_system_memory(), true);
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ endif
|
||||
blobs = files(
|
||||
'bios.bin',
|
||||
'bios-256k.bin',
|
||||
'bios-microvm.bin',
|
||||
'qboot.rom',
|
||||
'sgabios.bin',
|
||||
'vgabios.bin',
|
||||
'vgabios-cirrus.bin',
|
||||
|
@ -68,7 +68,7 @@ default help:
|
||||
@echo " efi -- update UEFI (edk2) platform firmware"
|
||||
@echo " opensbi32-generic -- update OpenSBI for 32-bit generic machine"
|
||||
@echo " opensbi64-generic -- update OpenSBI for 64-bit generic machine"
|
||||
@echo " bios-microvm -- update bios-microvm.bin (qboot)"
|
||||
@echo " qboot -- update qboot"
|
||||
@echo " clean -- delete the files generated by the previous" \
|
||||
"build targets"
|
||||
|
||||
@ -183,9 +183,9 @@ opensbi64-generic:
|
||||
cp opensbi/build/platform/generic/firmware/fw_dynamic.bin ../pc-bios/opensbi-riscv64-generic-fw_dynamic.bin
|
||||
cp opensbi/build/platform/generic/firmware/fw_dynamic.elf ../pc-bios/opensbi-riscv64-generic-fw_dynamic.elf
|
||||
|
||||
bios-microvm:
|
||||
qboot:
|
||||
$(MAKE) -C qboot
|
||||
cp qboot/bios.bin ../pc-bios/bios-microvm.bin
|
||||
cp qboot/bios.bin ../pc-bios/qboot.rom
|
||||
|
||||
npcm7xx_bootrom:
|
||||
$(MAKE) -C vbootrom CROSS_COMPILE=$(arm_cross_prefix)
|
||||
|
Loading…
Reference in New Issue
Block a user