[PATCH 8/9] efi_loader: Add netdump efi app
Simon Glass
sjg at chromium.org
Mon May 26 12:15:56 CEST 2025
Hi Adriano,
On Fri, 16 May 2025 at 09:17, Adriano Cordova <adrianox at gmail.com> wrote:
>
> Add a netdump EFI app to test the U-Boot EFI network
> stack.
>
> Signed-off-by: Adriano Cordova <adriano.cordova at canonical.com>
> ---
> lib/efi_loader/Makefile | 1 +
> lib/efi_loader/netdump.c | 851 +++++++++++++++++++++++++++++++++++++++
> 2 files changed, 852 insertions(+)
> create mode 100644 lib/efi_loader/netdump.c
>
We have a sandbox network driver, so it should be possible to test the
required features more directly, perhaps in addition to this. Or do
such tests already exist?
Is there a common file you can use for utility functions rather than
repeating them in each .c file?
Regards,
Simon
More information about the U-Boot
mailing list