Re: [PATCH v9 08/11] efi_loader: Drop sandbox PXE architecture

2024-11-01 Thread Tom Rini
On Fri, Nov 01, 2024 at 04:26:06PM +0100, Simon Glass wrote: > Rather than returning 0, just return an error, since sandbox is not used > with PXE at present. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH v9 08/11] efi_loader: Drop sandbox PXE architecture

2024-11-01 Thread Simon Glass
Rather than returning 0, just return an error, since sandbox is not used with PXE at present. Signed-off-by: Simon Glass --- (no changes since v9) Changes in v9: - Add new patch to drop sandbox PXE architecture lib/efi_loader/efi_helper.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/l

Re: [PATCH v9 08/11] efi_loader: Drop sandbox PXE architecture

2024-10-29 Thread Tom Rini
On Tue, Oct 29, 2024 at 08:22:16PM +0100, Simon Glass wrote: > Rather than returning 0, just return an error, since sandbox is not used > with PXE at present. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH v9 08/11] efi_loader: Drop sandbox PXE architecture

2024-10-29 Thread Simon Glass
Rather than returning 0, just return an error, since sandbox is not used with PXE at present. Signed-off-by: Simon Glass --- Changes in v9: - Add new patch to drop sandbox PXE architecture lib/efi_loader/efi_helper.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/efi_loader/efi_helpe