Re: [PATCH v3 23/29] efi: arm: Adjust how the monitor length is calculated

2025-02-10 Thread Tom Rini
On Sat, Feb 08, 2025 at 07:01:22PM -0700, Simon Glass wrote: > Adjust the conditions to support the EFI app when running on ARM. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH v3 23/29] efi: arm: Adjust how the monitor length is calculated

2025-02-08 Thread Simon Glass
Adjust the conditions to support the EFI app when running on ARM. Signed-off-by: Simon Glass --- (no changes since v2) Changes in v2: - Put the EFI-app case first in setup_mon_len(), for clarity common/board_f.c | 6 +++--- common/board_r.c | 4 +++- 2 files changed, 6 insertions(+), 4 deleti