riscv64: use earlycon=sbi on command line

With current kernel we need to specify the SBI driver
for the early console to work.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
ubuntu/noble
Heinrich Schuchardt 7 months ago
parent 10d4a04d14
commit 05933ff83f

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (24.04.72) UNRELEASED; urgency=medium
* riscv64: use earlycon=sbi on command line (LP: #2068739)
-- Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Fri, 07 Jun 2024 13:58:34 +0200
livecd-rootfs (24.04.71) noble; urgency=medium
* Re-enable ability to build HyperV desktop images (LP: #2064280)

@ -1,4 +1,4 @@
# Booting on many riscv64 systems is slow. Let the user view progress.
# For minimum output use
# GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX_DEFAULT="efi=debug earlycon"
GRUB_CMDLINE_LINUX_DEFAULT="efi=debug earlycon=sbi"

@ -1 +1 @@
U_BOOT_PARAMETERS="ro efi=debug earlycon"
U_BOOT_PARAMETERS="ro efi=debug earlycon=sbi"

Loading…
Cancel
Save