* [u-boot-test-hooks][PATCH v2] travis-ci: Add config for QEMU m68k virt machine
@ 2025-12-30 16:06 Kuan-Wei Chiu
2025-12-30 16:15 ` Tom Rini
2026-01-09 18:13 ` Tom Rini
0 siblings, 2 replies; 5+ messages in thread
From: Kuan-Wei Chiu @ 2025-12-30 16:06 UTC (permalink / raw)
To: alison.wang, angelo, trini
Cc: me, daniel, jserv, eleanor15x, u-boot, Kuan-Wei Chiu
Add the configuration file required to run tests for the QEMU m68k
'virt' board. This setup uses 'qemu-system-m68k' with the '-M virt'
machine type and '-cpu m68040'.
Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
---
Changes in v2:
- Rename to conf.qemu-m68k_na
bin/travis-ci/conf.qemu-m68k_na | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 bin/travis-ci/conf.qemu-m68k_na
diff --git a/bin/travis-ci/conf.qemu-m68k_na b/bin/travis-ci/conf.qemu-m68k_na
new file mode 100644
index 0000000..311177e
--- /dev/null
+++ b/bin/travis-ci/conf.qemu-m68k_na
@@ -0,0 +1,28 @@
+# Copyright (c) 2025 Kuan-Wei Chiu <visitorkcw@gmail.com>
+#
+# Permission is hereby granted, free of charge, to any person obtaining a
+# copy of this software and associated documentation files (the "Software"),
+# to deal in the Software without restriction, including without limitation
+# the rights to use, copy, modify, merge, publish, distribute, sublicense,
+# and/or sell copies of the Software, and to permit persons to whom the
+# Software is furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+# DEALINGS IN THE SOFTWARE.
+
+console_impl=qemu
+qemu_machine="virt"
+qemu_binary="qemu-system-m68k"
+qemu_cpu="m68040"
+qemu_extra_args="-nographic"
+qemu_kernel_args="-kernel ${U_BOOT_BUILD_DIR}/u-boot"
+reset_impl=none
+flash_impl=none
--
2.52.0.358.g0dd7633a29-goog
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [u-boot-test-hooks][PATCH v2] travis-ci: Add config for QEMU m68k virt machine
2025-12-30 16:06 [u-boot-test-hooks][PATCH v2] travis-ci: Add config for QEMU m68k virt machine Kuan-Wei Chiu
@ 2025-12-30 16:15 ` Tom Rini
2025-12-31 16:31 ` Kuan-Wei Chiu
2026-01-09 18:13 ` Tom Rini
1 sibling, 1 reply; 5+ messages in thread
From: Tom Rini @ 2025-12-30 16:15 UTC (permalink / raw)
To: Kuan-Wei Chiu; +Cc: alison.wang, angelo, me, daniel, jserv, eleanor15x, u-boot
[-- Attachment #1: Type: text/plain, Size: 783 bytes --]
On Tue, Dec 30, 2025 at 04:06:51PM +0000, Kuan-Wei Chiu wrote:
> Add the configuration file required to run tests for the QEMU m68k
> 'virt' board. This setup uses 'qemu-system-m68k' with the '-M virt'
> machine type and '-cpu m68040'.
>
> Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
> ---
> Changes in v2:
> - Rename to conf.qemu-m68k_na
>
> bin/travis-ci/conf.qemu-m68k_na | 28 ++++++++++++++++++++++++++++
> 1 file changed, 28 insertions(+)
> create mode 100644 bin/travis-ci/conf.qemu-m68k_na
It would be good, but not a big deal either way, to also leverage
py/travis-ci/u_boot_boardenv_M5208EVBE_qemu.py here. And I say "would be
good" because really, we need because I'm not sure it will add any
coverage over what we have today.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [u-boot-test-hooks][PATCH v2] travis-ci: Add config for QEMU m68k virt machine
2025-12-30 16:15 ` Tom Rini
@ 2025-12-31 16:31 ` Kuan-Wei Chiu
2025-12-31 16:33 ` Tom Rini
0 siblings, 1 reply; 5+ messages in thread
From: Kuan-Wei Chiu @ 2025-12-31 16:31 UTC (permalink / raw)
To: Tom Rini; +Cc: alison.wang, angelo, me, daniel, jserv, eleanor15x, u-boot
Hi Tom,
On Tue, Dec 30, 2025 at 10:15:45AM -0600, Tom Rini wrote:
> On Tue, Dec 30, 2025 at 04:06:51PM +0000, Kuan-Wei Chiu wrote:
>
> > Add the configuration file required to run tests for the QEMU m68k
> > 'virt' board. This setup uses 'qemu-system-m68k' with the '-M virt'
> > machine type and '-cpu m68040'.
> >
> > Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
> > ---
> > Changes in v2:
> > - Rename to conf.qemu-m68k_na
> >
> > bin/travis-ci/conf.qemu-m68k_na | 28 ++++++++++++++++++++++++++++
> > 1 file changed, 28 insertions(+)
> > create mode 100644 bin/travis-ci/conf.qemu-m68k_na
>
> It would be good, but not a big deal either way, to also leverage
> py/travis-ci/u_boot_boardenv_M5208EVBE_qemu.py here. And I say "would be
> good" because really, we need because I'm not sure it will add any
> coverage over what we have today.
I checked py/travis-ci/u_boot_boardenv_M5208EVBE_qemu.py and it appears
to be primarily for network-related tests. Since I haven't implemented
virtIO mmio support for network access yet, I think it would be better
to introduce such tests in future along with the network support?
Regards,
Kuan-Wei
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [u-boot-test-hooks][PATCH v2] travis-ci: Add config for QEMU m68k virt machine
2025-12-31 16:31 ` Kuan-Wei Chiu
@ 2025-12-31 16:33 ` Tom Rini
0 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2025-12-31 16:33 UTC (permalink / raw)
To: Kuan-Wei Chiu; +Cc: alison.wang, angelo, me, daniel, jserv, eleanor15x, u-boot
[-- Attachment #1: Type: text/plain, Size: 1388 bytes --]
On Thu, Jan 01, 2026 at 12:31:40AM +0800, Kuan-Wei Chiu wrote:
> Hi Tom,
>
> On Tue, Dec 30, 2025 at 10:15:45AM -0600, Tom Rini wrote:
> > On Tue, Dec 30, 2025 at 04:06:51PM +0000, Kuan-Wei Chiu wrote:
> >
> > > Add the configuration file required to run tests for the QEMU m68k
> > > 'virt' board. This setup uses 'qemu-system-m68k' with the '-M virt'
> > > machine type and '-cpu m68040'.
> > >
> > > Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
> > > ---
> > > Changes in v2:
> > > - Rename to conf.qemu-m68k_na
> > >
> > > bin/travis-ci/conf.qemu-m68k_na | 28 ++++++++++++++++++++++++++++
> > > 1 file changed, 28 insertions(+)
> > > create mode 100644 bin/travis-ci/conf.qemu-m68k_na
> >
> > It would be good, but not a big deal either way, to also leverage
> > py/travis-ci/u_boot_boardenv_M5208EVBE_qemu.py here. And I say "would be
> > good" because really, we need because I'm not sure it will add any
> > coverage over what we have today.
>
> I checked py/travis-ci/u_boot_boardenv_M5208EVBE_qemu.py and it appears
> to be primarily for network-related tests. Since I haven't implemented
> virtIO mmio support for network access yet, I think it would be better
> to introduce such tests in future along with the network support?
Indeed, I just assumed networking was present in your patches, so later
here is correct.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [u-boot-test-hooks][PATCH v2] travis-ci: Add config for QEMU m68k virt machine
2025-12-30 16:06 [u-boot-test-hooks][PATCH v2] travis-ci: Add config for QEMU m68k virt machine Kuan-Wei Chiu
2025-12-30 16:15 ` Tom Rini
@ 2026-01-09 18:13 ` Tom Rini
1 sibling, 0 replies; 5+ messages in thread
From: Tom Rini @ 2026-01-09 18:13 UTC (permalink / raw)
To: alison.wang, angelo, Kuan-Wei Chiu; +Cc: me, daniel, jserv, eleanor15x, u-boot
On Tue, 30 Dec 2025 16:06:51 +0000, Kuan-Wei Chiu wrote:
> Add the configuration file required to run tests for the QEMU m68k
> 'virt' board. This setup uses 'qemu-system-m68k' with the '-M virt'
> machine type and '-cpu m68040'.
>
>
Applied to u-boot/u-boot-test-hooks.git/master, thanks!
[1/1] travis-ci: Add config for QEMU m68k virt machine
commit: 6cc3d2d90f12610f57d974b3d3295968c907e066
--
Tom
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-01-09 18:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-30 16:06 [u-boot-test-hooks][PATCH v2] travis-ci: Add config for QEMU m68k virt machine Kuan-Wei Chiu
2025-12-30 16:15 ` Tom Rini
2025-12-31 16:31 ` Kuan-Wei Chiu
2025-12-31 16:33 ` Tom Rini
2026-01-09 18:13 ` Tom Rini
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.