Re: [PATCH v2 17/29] efi: arm: Implement access to global_data for EFI

2025-02-08 Thread Tom Rini
On Sat, Feb 08, 2025 at 10:11:37AM -0700, Simon Glass wrote: > The EFI app likes to use a simple variable for global data. Implement > this for ARM (for use only with 64-bit ARM at present). > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signatur

[PATCH v2 17/29] efi: arm: Implement access to global_data for EFI

2025-02-08 Thread Simon Glass
The EFI app likes to use a simple variable for global data. Implement this for ARM (for use only with 64-bit ARM at present). Signed-off-by: Simon Glass --- Changes in v2: - Mention '64-bit ARM' here, rather than just 'ARM' arch/arm/include/asm/global_data.h | 14 -- 1 file changed