[PATCH 05/10] Add EFI network driver

Simon Glass sjg at chromium.org
Sun Dec 8 16:29:25 CET 2024


On Sat, 23 Nov 2024 at 12:57, Matthew Garrett <mjg59 at srcf.ucam.org> wrote:
>
> From: Matthew Garrett <mgarrett at 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 at 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 at chromium.org>

You don't need to include config.h anymore

Applied to ci/master, thanks!


More information about the U-Boot mailing list