Hi Adriano, On Fri, 16 May 2025 at 09:17, Adriano Cordova <adria...@gmail.com> wrote: > > Add a netdump EFI app to test the U-Boot EFI network > stack. > > Signed-off-by: Adriano Cordova <adriano.cord...@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