From: Kuan-Wei Chiu <visitorckw@gmail.com>
To: alison.wang@nxp.com, angelo@kernel-space.org, trini@konsulko.com
Cc: me@ziyao.cc, daniel@0x0f.com, jserv@ccns.ncku.edu.tw,
eleanor15x@gmail.com, u-boot@lists.denx.de,
Kuan-Wei Chiu <visitorckw@gmail.com>
Subject: [u-boot-test-hooks][PATCH v2] travis-ci: Add config for QEMU m68k virt machine
Date: Tue, 30 Dec 2025 16:06:51 +0000 [thread overview]
Message-ID: <20251230160651.3049301-1-visitorckw@gmail.com> (raw)
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
next reply other threads:[~2025-12-30 16:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-30 16:06 Kuan-Wei Chiu [this message]
2025-12-30 16:15 ` [u-boot-test-hooks][PATCH v2] travis-ci: Add config for QEMU m68k virt machine Tom Rini
2025-12-31 16:31 ` Kuan-Wei Chiu
2025-12-31 16:33 ` Tom Rini
2026-01-09 18:13 ` Tom Rini
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=20251230160651.3049301-1-visitorckw@gmail.com \
--to=visitorckw@gmail.com \
--cc=alison.wang@nxp.com \
--cc=angelo@kernel-space.org \
--cc=daniel@0x0f.com \
--cc=eleanor15x@gmail.com \
--cc=jserv@ccns.ncku.edu.tw \
--cc=me@ziyao.cc \
--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 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.