On Sat, 23 Nov 2024 at 12:57, Matthew Garrett <mj...@srcf.ucam.org> wrote: > > From: Matthew Garrett <mgarr...@aurora.tech> > > 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 <mgarr...@aurora.tech> > --- > > 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 <s...@chromium.org> You don't need to include config.h anymore Applied to ci/master, thanks!