
1 Dec
2024
1 Dec
'24
5:12 p.m.
On Sat, 23 Nov 2024 at 12:57, Matthew Garrett mjg59@srcf.ucam.org wrote:
From: Matthew Garrett mgarrett@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 mgarrett@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 sjg@chromium.org
You don't need to include config.h anymore