We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2032a4d + 14fad43 commit fec91a6Copy full SHA for fec91a6
boot-qemu.py
@@ -510,12 +510,8 @@ def __init__(self):
510
self._initrd_arch = 'loongarch'
511
512
bios = Path(utils.BOOT_UTILS, 'images', self._initrd_arch,
513
- 'edk2-loongarch64-code.fd')
+ 'QEMU_EFI.fd')
514
if not bios.exists():
515
- # Loongson renamed this in https://github.com/loongson/Firmware/commit/638906de6143283d86c70d80f4e9a30b50731c24
516
- # so download it to the new location if it does not exist already.
517
- bios = bios.with_name('QEMU_EFI.fd')
518
-
519
bios.parent.mkdir(exist_ok=True, parents=True)
520
firmware_url = f"https://github.com/loongson/Firmware/raw/main/LoongArchVirtMachine/{bios.name}"
521
utils.green(
0 commit comments