u-boot-brain/lib/efi_loader
Alexander Graf 0efe1bcf5c efi_loader: Add network access support
We can now successfully boot EFI applications from disk, but users
may want to also run them from a PXE setup.

This patch implements rudimentary network support, allowing a payload
to send and receive network packets.

With this patch, I was able to successfully run grub2 with network
access inside of QEMU's -M xlnx-ep108.

Signed-off-by: Alexander Graf <agraf@suse.de>
2016-05-27 10:01:10 -04:00
..
efi_boottime.c efi_loader: Fix some entry/exit points 2016-03-27 09:13:02 -04:00
efi_console.c efi_loader: Add console interface 2016-03-15 18:03:09 -04:00
efi_disk.c dm: part: Drop the block_drvr table 2016-05-17 09:54:43 -06:00
efi_gop.c efi_loader: Add GOP support 2016-03-27 09:12:12 -04:00
efi_image_loader.c efi_loader: Fix some entry/exit points 2016-03-27 09:13:02 -04:00
efi_memory.c efi_loader: Handle memory overflows 2016-04-18 17:11:44 -04:00
efi_net.c efi_loader: Add network access support 2016-05-27 10:01:10 -04:00
efi_runtime.c efi_loader: Always flush in cache line size granularity 2016-04-18 17:11:39 -04:00
Kconfig efi_loader: hook up in build environment 2016-03-15 21:30:11 -04:00
Makefile efi_loader: Add network access support 2016-05-27 10:01:10 -04:00