From: chalianis1@gmail.com
To: s.hauer@pengutronix.de
Cc: barebox@lists.infradead.org, Chali Anis <chalianis1@gmail.com>
Subject: [PATCH 2/3] test: arm: add efi v8 test for efi arm64 payload.
Date: Wed, 22 Oct 2025 01:25:07 -0400 [thread overview]
Message-ID: <20251022052508.1368520-2-chalianis1@gmail.com> (raw)
In-Reply-To: <20251022052508.1368520-1-chalianis1@gmail.com>
From: Chali Anis <chalianis1@gmail.com>
Add efi armv8 payload labgrid yaml and add it in the barebox ci.
Signed-off-by: Chali Anis <chalianis1@gmail.com>
---
.github/workflows/test-labgrid-pytest.yml | 5 ++++
test/arm/efi_v8_defconfig.yaml | 31 +++++++++++++++++++++++
2 files changed, 36 insertions(+)
create mode 100644 test/arm/efi_v8_defconfig.yaml
diff --git a/.github/workflows/test-labgrid-pytest.yml b/.github/workflows/test-labgrid-pytest.yml
index ccf8ae172cef..f364ed1843d9 100644
--- a/.github/workflows/test-labgrid-pytest.yml
+++ b/.github/workflows/test-labgrid-pytest.yml
@@ -27,6 +27,11 @@ jobs:
lgenv: test/arm/multi_v8_defconfig.yaml
defconfig: multi_v8_defconfig
lgargs: --runxfail
+
+ - ARCH: arm
+ lgenv: 'test/arm/efi_v8_defconfig.yaml'
+ defconfig: efi_v8_defconfig
+ lgargs: --runxfail
- ARCH: mips
lgenv: test/mips/qemu-malta_defconfig.yaml
diff --git a/test/arm/efi_v8_defconfig.yaml b/test/arm/efi_v8_defconfig.yaml
new file mode 100644
index 000000000000..21d0feaed8e1
--- /dev/null
+++ b/test/arm/efi_v8_defconfig.yaml
@@ -0,0 +1,31 @@
+targets:
+ main:
+ drivers:
+ QEMUDriver:
+ qemu_bin: qemu-system-aarch64
+ machine: virt
+ cpu: cortex-a57
+ memory: 1024M
+ kernel: barebox.efi
+ display: qemu-default
+ extra_args: '-L /usr/share/qemu-efi-aarch64 -bios QEMU_EFI.fd'
+ BareboxDriver:
+ prompt: 'barebox@[^:]+:[^ ]+ '
+ bootstring: 'commandline:'
+ BareboxTestStrategy: {}
+ features:
+ - virtio-mmio
+ - testfs
+ devices:
+ fb0: 'Type: primary'
+ fbconsole0: 'Parent: fb0'
+ wdog0: 'Parent: efi-wdt'
+ efivarfs0: 'Driver: efivarfs'
+ efifs0: 'Driver: efifs'
+ runner:
+ kconfig_add:
+ - CONFIG_FRAMEBUFFER_CONSOLE=y
+images:
+ barebox.efi: !template "$LG_BUILDDIR/barebox.efi"
+imports:
+ - ../strategy.py
--
2.34.1
next prev parent reply other threads:[~2025-10-22 5:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-22 5:25 [PATCH 1/3] test: Containerfile: add qemu-efi-aarch64 chalianis1
2025-10-22 5:25 ` chalianis1 [this message]
2025-10-22 5:25 ` [PATCH 3/3] doc: efi: add efi armv8 payload documentation chalianis1
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=20251022052508.1368520-2-chalianis1@gmail.com \
--to=chalianis1@gmail.com \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.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