[PATCH 32/32] efi: arm: Add an EFI app for arm64
Tom Rini
trini at konsulko.com
Mon Feb 3 21:10:43 CET 2025
On Mon, Feb 03, 2025 at 10:42:25AM -0700, Simon Glass wrote:
> Introduce an EFI app for arm64 and update the documentation.
>
> Provide a value for LOAD_ADDR to avoid a link error.
What's the link error?
[snip]
> diff --git a/board/efi/Kconfig b/board/efi/Kconfig
> index 33bc364861a..75d272d2418 100644
> --- a/board/efi/Kconfig
> +++ b/board/efi/Kconfig
> @@ -45,4 +45,26 @@ source "board/efi/efi-x86_payload/Kconfig"
>
> endif # X86
>
> +if ARM
> +
> +choice
> + prompt "Mainboard model"
> + optional
> +
> +config TARGET_EFI_ARM_APP64
> + bool "64-bit efi application"
Each of the targets should depend on the correct architecture and then
we don't have duplicate choice/prompt.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250203/734cf131/attachment.sig>
More information about the U-Boot
mailing list