[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 4/9] grub-shell: Temporarily use reboot on fuloong2e
From: |
Vladimir Serbinenko |
Subject: |
[PATCH 4/9] grub-shell: Temporarily use reboot on fuloong2e |
Date: |
Wed, 11 Sep 2024 12:37:30 +0300 |
Until we figure out why normal shutdown doesn't work, use reboot instead
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
---
tests/util/grub-shell.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/util/grub-shell.in b/tests/util/grub-shell.in
index 84fb6682f..35ecc28dc 100644
--- a/tests/util/grub-shell.in
+++ b/tests/util/grub-shell.in
@@ -144,9 +144,10 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}"
in
mipsel-loongson)
boot=mipsel_fulong2e
qemu=qemu-system-mips64el
- qemuopts="-M fuloong2e $qemuopts"
+ qemuopts="-M fuloong2e $qemuopts -no-reboot"
console=
trim=1
+ halt_cmd=reboot
;;
i386-coreboot)
boot=coreboot
--
2.39.2
- [PATCH 1/9] grub-shell: Support riscv64-efi, Vladimir Serbinenko, 2024/09/11
- [PATCH 2/9] grub-shell: Support Fedora path for ovmf32, Vladimir Serbinenko, 2024/09/11
- [PATCH 3/9] grub-shell: Update qemu name of the machine, Vladimir Serbinenko, 2024/09/11
- [PATCH 4/9] grub-shell: Temporarily use reboot on fuloong2e,
Vladimir Serbinenko <=
- [PATCH 5/9] grub-shell: Support Fedora arm-efi, Vladimir Serbinenko, 2024/09/11
- [PATCH 6/9] cmd_set_date: Ignore garbage line at shutdown, Vladimir Serbinenko, 2024/09/11
- [PATCH 7/9] partmap_test: Accept hd1 on arm-efi, Vladimir Serbinenko, 2024/09/11
- [PATCH 8/9] grub-shell: Ignore trailing garbage on loongarch64-efi, Vladimir Serbinenko, 2024/09/11
- [PATCH 9/9] grub-shell: Explicitly specify firmware for i386-ieee1275, Vladimir Serbinenko, 2024/09/11
- Re: [PATCH 1/9] grub-shell: Support riscv64-efi, Glenn Washburn, 2024/09/19