U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Kuan-Wei Chiu <visitorckw@gmail.com>
To: Tom Rini <trini@konsulko.com>
Cc: alison.wang@nxp.com, angelo@kernel-space.org,
	jserv@ccns.ncku.edu.tw, eleanor15x@gmail.com,
	u-boot@lists.denx.de
Subject: Re: [PATCH 0/3] m68k: Add support for QEMU virt machine
Date: Sun, 21 Dec 2025 00:39:56 +0800	[thread overview]
Message-ID: <aUbRXMCDXyuhQu_A@google.com> (raw)
In-Reply-To: <20251218190059.GM303283@bill-the-cat>

Hi Tom,

On Thu, Dec 18, 2025 at 01:00:59PM -0600, Tom Rini wrote:
> On Thu, Dec 18, 2025 at 06:52:49PM +0000, Kuan-Wei Chiu wrote:
> > Add support for the QEMU 'virt' machine on the m68k architecture. The
> > QEMU virt machine models a generic system based on the Motorola 68040
> > CPU and utilizes Goldfish virtual peripherals.
> > 
> > Currently, U-Boot's m68k architecture support focuses on ColdFire
> > variants. Expand this to include the classic M680x0 architecture,
> > implementing the necessary exception vectors, startup code, and a
> > bootinfo parser compatible with the QEMU interface. A driver for the
> > Goldfish TTY is also added to enable serial console output.
> > 
> > The implementation has been verified on QEMU targeting the M68040 CPU,
> > confirming successful hardware initialization and boot to the U-Boot
> > command shell.
> > 
> > Kuan-Wei Chiu (3):
> >   serial: Add Goldfish TTY driver
> >   m68k: Add support for M68040 CPU
> >   board: Add QEMU m68k virt board support
> 
> Well this is neat. The next step for v2 is to update both .gitlab-ci.yml
> and .azure-pipeslines.yml to run this target in the QEMU sections by
> where we already test another m68k platform via QEMU.

Thanks for pointing this out. :)
I'll take a look at those CI files.
I'm not sure how to verify the CI config changes locally, but I'll try.

Regards,
Kuan-Wei

  reply	other threads:[~2025-12-20 23:43 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-18 18:52 [PATCH 0/3] m68k: Add support for QEMU virt machine Kuan-Wei Chiu
2025-12-18 18:52 ` [PATCH 1/3] serial: Add Goldfish TTY driver Kuan-Wei Chiu
2025-12-19  3:14   ` Yao Zi
2025-12-20 16:28     ` Kuan-Wei Chiu
2025-12-21  2:58       ` Yao Zi
2025-12-18 18:52 ` [PATCH 2/3] m68k: Add support for M68040 CPU Kuan-Wei Chiu
2025-12-18 19:00   ` Tom Rini
2025-12-20 16:43     ` Kuan-Wei Chiu
2025-12-22 16:20       ` Tom Rini
2025-12-21  4:53   ` Daniel Palmer
2025-12-21  7:25     ` Angelo Dureghello
2025-12-22  9:21     ` Kuan-Wei Chiu
2025-12-18 18:52 ` [PATCH 3/3] board: Add QEMU m68k virt board support Kuan-Wei Chiu
2025-12-18 19:04   ` Tom Rini
2025-12-20 16:48     ` Kuan-Wei Chiu
2025-12-21  4:37   ` Daniel Palmer
2025-12-22  9:03     ` Kuan-Wei Chiu
2025-12-18 19:00 ` [PATCH 0/3] m68k: Add support for QEMU virt machine Tom Rini
2025-12-20 16:39   ` Kuan-Wei Chiu [this message]
2025-12-21  4:15   ` Daniel Palmer
2025-12-22  8:44     ` Kuan-Wei Chiu
2025-12-22  9:20       ` Daniel Palmer

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=aUbRXMCDXyuhQu_A@google.com \
    --to=visitorckw@gmail.com \
    --cc=alison.wang@nxp.com \
    --cc=angelo@kernel-space.org \
    --cc=eleanor15x@gmail.com \
    --cc=jserv@ccns.ncku.edu.tw \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox