mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH master 1/3] test: kvx: add Labgrid env YAML for generic_defconfig
@ 2026-08-06 11:28 Ahmad Fatoum
  2026-08-06 11:28 ` [PATCH master 2/3] kvx: select DEAD_CODE_DATA_ELIMINATION Ahmad Fatoum
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ahmad Fatoum @ 2026-08-06 11:28 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

We build for kvx in CI, but we don't yet include qemu-system-kvx.
To simplify at least manual testing, add a generic_defconfig.yaml
that correctly configures QEMU to be able to start barebox.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 test/kvx/generic_defconfig.yaml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 test/kvx/generic_defconfig.yaml

diff --git a/test/kvx/generic_defconfig.yaml b/test/kvx/generic_defconfig.yaml
new file mode 100644
index 000000000000..66b5bb308564
--- /dev/null
+++ b/test/kvx/generic_defconfig.yaml
@@ -0,0 +1,17 @@
+targets:
+  main:
+    drivers:
+      QEMUDriver:
+        qemu_bin: qemu-system-kvx
+        machine: mppa-coolidge
+        memory: 512M
+        kernel: barebox
+        display: qemu-default
+      BareboxDriver:
+        prompt: 'barebox@[^:]+:[^ ]+ '
+        bootstring: 'commandline:'
+      BareboxTestStrategy: {}
+images:
+  barebox: !template "$LG_BUILDDIR/barebox"
+imports:
+  -  ../strategy.py
-- 
2.47.3




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-06 13:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-06 11:28 [PATCH master 1/3] test: kvx: add Labgrid env YAML for generic_defconfig Ahmad Fatoum
2026-08-06 11:28 ` [PATCH master 2/3] kvx: select DEAD_CODE_DATA_ELIMINATION Ahmad Fatoum
2026-08-06 11:28 ` [PATCH master 3/3] dma: fix dma_realloc_coherent compile-time error on kvx Ahmad Fatoum
2026-08-06 13:08 ` [PATCH master 1/3] test: kvx: add Labgrid env YAML for generic_defconfig Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox