diff options
author | Michael Brown <mcb30@ipxe.org> | 2016-11-16 22:22:22 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2016-11-16 23:03:37 +0000 |
commit | fd95c780b6ad39ab55344c0e4b9c2125c2c2f5ad (patch) | |
tree | 9a6c7415ba176cdd6224a30ca72d3461d572290d /src/config/defaults/efi.h | |
parent | 81fceaec6eea05efb942a188c3d92dd73a1a8aa0 (diff) | |
download | ipxe-fd95c780b6ad39ab55344c0e4b9c2125c2c2f5ad.tar.gz |
[efi] Add basic EFI SAN booting capability
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults/efi.h')
-rw-r--r-- | src/config/defaults/efi.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h index ba4eed936..2e4c28329 100644 --- a/src/config/defaults/efi.h +++ b/src/config/defaults/efi.h @@ -16,7 +16,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define TIMER_EFI #define UMALLOC_EFI #define SMBIOS_EFI -#define SANBOOT_NULL +#define SANBOOT_EFI #define BOFM_EFI #define ENTROPY_EFI #define TIME_EFI @@ -27,6 +27,11 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define IMAGE_EFI /* EFI image support */ #define IMAGE_SCRIPT /* iPXE script image support */ +#define SANBOOT_PROTO_ISCSI /* iSCSI protocol */ +#define SANBOOT_PROTO_AOE /* AoE protocol */ +#define SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */ +#define SANBOOT_PROTO_FCP /* Fibre Channel protocol */ + #define USB_HCD_XHCI /* xHCI USB host controller */ #define USB_HCD_EHCI /* EHCI USB host controller */ #define USB_HCD_UHCI /* UHCI USB host controller */ |