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 <[email protected]> > > --- > > 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

