From: Tom Rini <trini@konsulko.com>
To: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Cc: u-boot@lists.denx.de, Simon Glass <sjg@chromium.org>,
Michal Simek <michal.simek@amd.com>, Bin Meng <bmeng@tinylab.org>,
Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>,
Bharat Gooty <bharat.gooty@broadcom.com>,
Stefan Roese <sr@denx.de>, Qu Wenruo <wqu@suse.com>,
Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>,
Bin Meng <bmeng.cn@gmail.com>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
Neil Armstrong <neil.armstrong@linaro.org>
Subject: Re: [PATCH v2 0/4] arm: qemu: Enable Bochs, console buffering, USB keyboard
Date: Thu, 24 Aug 2023 17:44:33 -0400 [thread overview]
Message-ID: <20230824214433.GA2754624@bill-the-cat> (raw)
In-Reply-To: <20230814173944.288356-1-alpernebiyasak@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1819 bytes --]
On Mon, Aug 14, 2023 at 08:39:40PM +0300, Alper Nebi Yasak wrote:
> Now that the driver for the Bochs VGA card emulated by QEMU is no longer
> limited to x86 architectures [1], this series enables it on arm and
> arm64 virtual machines to provide a graphical interface. In line with
> that series this also enables console buffering and USB keyboard.
>
> Tested with the Debian 12 installer using GRUB EFI:
>
> $ tools/buildman/buildman -o build/qemu_arm64 --boards=qemu_arm64 -w
> $ cd build/qemu_arm64
> $ curl -L -o debian.img \
> https://cdimage.debian.org/debian-cd/current/arm64/iso-cd/debian-12.0.0-arm64-netinst.iso
> $ qemu-system-aarch64 \
> -machine virt -cpu cortex-a53 -m 4G -smp 4 \
> -bios u-boot.bin \
> -serial stdio -device VGA \
> -nic user,model=virtio-net-pci \
> -device virtio-rng-pci \
> -device qemu-xhci,id=xhci -device usb-kbd -device usb-tablet \
> -drive if=virtio,file=debian.img,format=raw,readonly=on,media=cdrom
>
> And with one using extlinux.conf:
>
> $ [...]
> $ curl -L -o head.img.gz \
> https://deb.debian.org/debian/dists/bookworm/main/installer-arm64/current/images/netboot/SD-card-images/gtk/firmware.none.img.gz
> $ curl -L -o partition.img.gz \
> https://deb.debian.org/debian/dists/bookworm/main/installer-arm64/current/images/netboot/SD-card-images/gtk/partition.img.gz
> $ zcat head.img.gz partition.img.gz >debian.img
> $ [...]
>
> Both can get to a graphical installer just fine, in addition to U-Boot
> video console showing up in a GTK window.
>
> [1] video: bochs: Remove the x86 limitation
> https://lore.kernel.org/u-boot/20230723044041.1089804-1-bmeng@tinylab.org/
For the series, applied to u-boot/next, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
prev parent reply other threads:[~2023-08-24 21:44 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-14 17:39 [PATCH v2 0/4] arm: qemu: Enable Bochs, console buffering, USB keyboard Alper Nebi Yasak
2023-08-14 17:39 ` [PATCH v2 1/4] arm: qemu: Enable Bochs video support Alper Nebi Yasak
2023-08-14 17:39 ` [PATCH v2 2/4] arm: qemu: Enable PRE_CONSOLE_BUFFER Alper Nebi Yasak
2023-08-14 17:39 ` [PATCH v2 3/4] arm: qemu: Enable usb keyboard as an input device Alper Nebi Yasak
2023-08-14 17:39 ` [PATCH v2 4/4] doc: qemu: arm: Add a section on booting Linux distros Alper Nebi Yasak
2023-08-14 22:43 ` Simon Glass
2023-08-27 15:49 ` Alper Nebi Yasak
2023-08-28 17:54 ` Simon Glass
2023-08-31 9:57 ` Alper Nebi Yasak
2023-08-31 19:01 ` Simon Glass
2023-08-30 7:33 ` Ilias Apalodimas
2023-08-31 9:25 ` Alper Nebi Yasak
2023-09-01 8:08 ` Ilias Apalodimas
2023-08-24 21:44 ` Tom Rini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230824214433.GA2754624@bill-the-cat \
--to=trini@konsulko.com \
--cc=alpernebiyasak@gmail.com \
--cc=bharat.gooty@broadcom.com \
--cc=bmeng.cn@gmail.com \
--cc=bmeng@tinylab.org \
--cc=ilias.apalodimas@linaro.org \
--cc=michal.simek@amd.com \
--cc=neil.armstrong@linaro.org \
--cc=rayagonda.kokatanur@broadcom.com \
--cc=sjg@chromium.org \
--cc=sr@denx.de \
--cc=tuomas.tynkkynen@iki.fi \
--cc=u-boot@lists.denx.de \
--cc=wqu@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.