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 5/5] doc: efi: add efi armv8 documentaion.
Date: Fri, 12 Dec 2025 15:06:38 +0100	[thread overview]
Message-ID: <49d8c5cf-360d-4fa1-87fc-cde4765e3808@pengutronix.de> (raw)
In-Reply-To: <20251212050824.1273837-5-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>

Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de>

Just a comment below:

> -name it ``BOOTx64.EFI`` on 64bit architectures and ``BOOTIA32.EFI`` on 32bit
> -architectures. Switching to USB boot in the BIOS should then be enough to
> +name it, for x86 ``BOOTx64.EFI`` or ``BOOTIA32.EFI`` on 64bit or 32bit 
> +architectures recpectivly, for armv8 ``BOOTAA64.EFI``. 

Maybe mention CONFIG_EFI_PAYLOAD_DEFAULT_PATH, which will have the name
depending on architecture?

> +Switching to USB boot in the BIOS should then be enough to
>  start barebox via USB. Some BIOSes allow to specify a path to a binary to
>  be executed, others have a "start UEFI shell" entry which executes
>  EFI/Shellx64.efi on the :term:`ESP`. This can be a barebox binary as well.
> @@ -87,9 +96,13 @@ necessary to make a copy first.
>  To start it create a USB memory stick like above and execute:
>  
>  .. code-block:: sh
> -
> +  
> +  # On x86
>    qemu-system-x86_64 -pflash OVMF.fd -nographic /dev/sdx
>  
> +  # On armv8
> +  qemu-system-aarch64 -L /usr/share/qemu-efi-aarch64 -bios QEMU_EFI.fd -nographic /dev/sdx
> +
>  A plain VFAT image will work aswell, but in this case the UEFI BIOS won't
>  recognize it as ESP and ``/boot`` won't be mounted.
>  
> 
> 

-- 
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:07 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
2025-12-12  5:08 ` [PATCH v2 5/5] doc: efi: add efi armv8 documentaion chalianis1
2025-12-12 14:06   ` Ahmad Fatoum [this message]
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=49d8c5cf-360d-4fa1-87fc-cde4765e3808@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