Re: [PATCH 8/9] efi_loader: Add netdump efi app

2025-05-26 Thread Simon Glass
Hi Adriano, On Fri, 16 May 2025 at 09:17, Adriano Cordova wrote: > > Add a netdump EFI app to test the U-Boot EFI network > stack. > > Signed-off-by: Adriano Cordova > --- > lib/efi_loader/Makefile | 1 + > lib/efi_loader/netdump.c | 851 +++ > 2 files cha

Re: [PATCH 8/9] efi_loader: Add netdump efi app

2025-05-26 Thread Heinrich Schuchardt
On 16.05.25 10:18, Adriano Cordova wrote: Add a netdump EFI app to test the U-Boot EFI network stack. Signed-off-by: Adriano Cordova --- lib/efi_loader/Makefile | 1 + lib/efi_loader/netdump.c | 851 +++ 2 files changed, 852 insertions(+) create mode

[PATCH 8/9] efi_loader: Add netdump efi app

2025-05-16 Thread Adriano Cordova
Add a netdump EFI app to test the U-Boot EFI network stack. Signed-off-by: Adriano Cordova --- lib/efi_loader/Makefile | 1 + lib/efi_loader/netdump.c | 851 +++ 2 files changed, 852 insertions(+) create mode 100644 lib/efi_loader/netdump.c diff --git a/l