On Sat, 23 Nov 2024 at 12:57, Matthew Garrett <[email protected]> wrote: > > From: Matthew Garrett <[email protected]> > > Add a driver that makes use of the UEFI Simple Network Protocol to > support network access when using the UEFI app implementation, and hook > up the app code to instantiate it for probed devices. > > Signed-off-by: Matthew Garrett <[email protected]> > --- > > drivers/net/Kconfig | 7 +++ > drivers/net/Makefile | 1 + > drivers/net/efi_net.c | 110 +++++++++++++++++++++++++++++++++++++++++ > include/efi.h | 12 +++++ > lib/efi/efi_app_init.c | 67 +++++++++++++++++++++++++ > 5 files changed, 197 insertions(+) > create mode 100644 drivers/net/efi_net.c
Reviewed-by: Simon Glass <[email protected]> You don't need to include config.h anymore Applied to ci/master, thanks!

