iPXE
|
General configuration. More...
#include <config/defaults.h>
#include <config/named.h>
#include <config/general.h>
#include <config/local/general.h>
#include <NAMED_CONFIG(general.h)>
#include <LOCAL_NAMED_CONFIG(general.h)>
Go to the source code of this file.
Macros | |
#define | BANNER_TIMEOUT 20 |
#define | ROM_BANNER_TIMEOUT ( 2 * BANNER_TIMEOUT ) |
#define | NET_PROTO_IPV4 /* IPv4 protocol */ |
#define | NET_PROTO_STP /* Spanning Tree protocol */ |
#define | NET_PROTO_LACP /* Link Aggregation control protocol */ |
#define | NET_PROTO_EAPOL /* EAP over LAN protocol */ |
#define | DOWNLOAD_PROTO_TFTP /* Trivial File Transfer Protocol */ |
#define | DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */ |
#define | HTTP_AUTH_BASIC /* Basic authentication */ |
#define | HTTP_AUTH_DIGEST /* Digest authentication */ |
#define | CRYPTO_80211_WEP /* WEP encryption (deprecated and insecure!) */ |
#define | CRYPTO_80211_WPA /* WPA Personal, authenticating with passphrase */ |
#define | CRYPTO_80211_WPA2 /* Add support for stronger WPA cryptography */ |
#define | EAP_METHOD_MD5 /* MD5-Challenge port authentication */ |
#define | DNS_RESOLVER /* DNS resolver */ |
#define | IMAGE_PNG /* PNG image support */ |
#define | IMAGE_DER /* DER image support */ |
#define | IMAGE_PEM /* PEM image support */ |
#define | AUTOBOOT_CMD /* Automatic booting */ |
#define | NVO_CMD /* Non-volatile option storage commands */ |
#define | CONFIG_CMD /* Option configuration console */ |
#define | IFMGMT_CMD /* Interface management commands */ |
#define | IWMGMT_CMD /* Wireless interface management commands */ |
#define | IBMGMT_CMD /* Infiniband management commands */ |
#define | FCMGMT_CMD /* Fibre Channel management commands */ |
#define | ROUTE_CMD /* Routing table management commands */ |
#define | IMAGE_CMD /* Image management commands */ |
#define | DHCP_CMD /* DHCP management commands */ |
#define | SANBOOT_CMD /* SAN boot commands */ |
#define | MENU_CMD /* Menu commands */ |
#define | FORM_CMD /* Form commands */ |
#define | LOGIN_CMD /* Login command */ |
#define | SYNC_CMD /* Sync command */ |
#define | SHELL_CMD /* Shell command */ |
#define | IMAGE_ARCHIVE_CMD /* Archive image management commands */ |
#define | SHIM_CMD /* EFI shim command (or dummy command) */ |
#define | AUTOBOOT_ROM_FILTER /* Autoboot only devices matching our ROM */ |
#define | VNIC_IPOIB /* Infiniband IPoIB virtual NICs */ |
#define | TIVOLI_VMM_WORKAROUND |
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
General configuration.
Definition in file general.h.
#define ROM_BANNER_TIMEOUT ( 2 * BANNER_TIMEOUT ) |
#define DOWNLOAD_PROTO_TFTP /* Trivial File Transfer Protocol */ |
#define DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */ |
#define CRYPTO_80211_WEP /* WEP encryption (deprecated and insecure!) */ |
#define CRYPTO_80211_WPA /* WPA Personal, authenticating with passphrase */ |
#define CRYPTO_80211_WPA2 /* Add support for stronger WPA cryptography */ |
#define EAP_METHOD_MD5 /* MD5-Challenge port authentication */ |
#define NVO_CMD /* Non-volatile option storage commands */ |
#define IWMGMT_CMD /* Wireless interface management commands */ |
#define FCMGMT_CMD /* Fibre Channel management commands */ |
#define IMAGE_ARCHIVE_CMD /* Archive image management commands */ |
#define AUTOBOOT_ROM_FILTER /* Autoboot only devices matching our ROM */ |
#define TIVOLI_VMM_WORKAROUND |
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |