mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: chalianis1@gmail.com, s.hauer@pengutronix.de
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v2 4/5] test: arm: add efi v8 test for efi arm64 payload.
Date: Fri, 12 Dec 2025 15:05:15 +0100	[thread overview]
Message-ID: <626021f7-fa8d-4f05-986b-76ccd1119145@pengutronix.de> (raw)
In-Reply-To: <20251212050824.1273837-4-chalianis1@gmail.com>



On 12/12/25 6:08 AM, chalianis1@gmail.com wrote:
> From: Chali Anis <chalianis1@gmail.com>
> 
> 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 d9822fc206a5..9997cd69ebca 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'

Is this not in the default search path for QEMU? I want to avoid
hardcoding distro-specific files in these config files.

> +      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
> 
> 

-- 
Pengutronix e.K.                  |                             |
Steuerwalder Str. 21              | http://www.pengutronix.de/  |
31137 Hildesheim, Germany         | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |




  reply	other threads:[~2025-12-12 14:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-12  5:08 [PATCH v2 1/5] test: Containerfile: fix build issue related to apt cleanup chalianis1
2025-12-12  5:08 ` [PATCH v2 2/5] ci: container: update llvm to 21 and fix dependency issue chalianis1
2025-12-12 14:03   ` Ahmad Fatoum
2025-12-12  5:08 ` [PATCH v2 3/5] test: container: add qemu-efi-aarch64 chalianis1
2025-12-12 14:03   ` Ahmad Fatoum
2025-12-12  5:08 ` [PATCH v2 4/5] test: arm: add efi v8 test for efi arm64 payload chalianis1
2025-12-12 14:05   ` Ahmad Fatoum [this message]
2025-12-12  5:08 ` [PATCH v2 5/5] doc: efi: add efi armv8 documentaion chalianis1
2025-12-12 14:06   ` Ahmad Fatoum
2025-12-12  9:20 ` [PATCH v2 1/5] test: Containerfile: fix build issue related to apt cleanup Ahmad Fatoum

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=626021f7-fa8d-4f05-986b-76ccd1119145@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=chalianis1@gmail.com \
    --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