]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Add the "snpnet" driver
authorGeoff Lywood <glywood@vmware.com>
Fri, 28 May 2010 03:08:28 +0000 (20:08 -0700)
committerMichael Brown <mcb30@ipxe.org>
Wed, 2 Jun 2010 14:15:29 +0000 (15:15 +0100)
commit62149deb116516bb0d70b756bfc4f5b4669034da
treeb8adc9a047202f1cebc15f244da2c36d75a05ba0
parent74bc1b95bbcb76acf298972644c778db151ae978
[efi] Add the "snpnet" driver

Add a new network driver that consumes the EFI Simple Network
Protocol.  Also add a bus driver that can find the Simple Network
Protocol that iPXE was loaded from; the resulting behavior is similar
to the "undionly" driver for BIOS systems.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile
src/drivers/net/efi/snp.h [new file with mode: 0644]
src/drivers/net/efi/snpnet.c [new file with mode: 0644]
src/drivers/net/efi/snpnet.h [new file with mode: 0644]
src/drivers/net/efi/snponly.c [new file with mode: 0644]
src/image/efi_image.c
src/include/ipxe/efi/Protocol/LoadedImage.h [new file with mode: 0755]
src/include/ipxe/efi/efi.h
src/include/ipxe/errfile.h
src/interface/efi/efi_init.c