Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinsmidsrod/55963a62214da9a24bc9a646e4fba0a2 to your computer and use it in GitHub Desktop.
Save robinsmidsrod/55963a62214da9a24bc9a646e4fba0a2 to your computer and use it in GitHub Desktop.
src/config/local/efi/console.h:/* Everything but DEBUG and LOG output to EFI console */
src/config/local/efi/console.h:#undef CONSOLE_EFI
src/config/local/efi/console.h://#define CONSOLE_EFI ( CONSOLE_USAGE_ALL & ~CONSOLE_USAGE_DEBUG & ~CONSOLE_USAGE_LOG )
src/config/local/efi/console.h:#define CONSOLE_EFI ( CONSOLE_USAGE_ALL & ~CONSOLE_USAGE_LOG )
src/config/local/efi/console.h:/* Everything but TUI output to syslog console */
src/config/local/efi/console.h:#undef CONSOLE_SYSLOG
src/config/local/efi/console.h:#define CONSOLE_SYSLOG ( CONSOLE_USAGE_ALL & ~CONSOLE_USAGE_TUI )
src/config/local/efi/console.h:#undef LOG_LEVEL
src/config/local/efi/console.h:#define LOG_LEVEL LOG_ALL /* Full syslog logging */
src/config/local/efi/general.h:#undef BANNER_TIMEOUT
src/config/local/efi/general.h:#define BANNER_TIMEOUT 20 /* Tenths of a second before shell */
src/config/local/efi/general.h:/* Stuff I don't need */
src/config/local/efi/general.h:#undef SANBOOT_PROTO_AOE /* AoE protocol */
src/config/local/efi/general.h:#undef SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */
src/config/local/efi/general.h:#undef SANBOOT_PROTO_FCP /* Fibre Channel protocol */
src/config/local/efi/general.h:#undef CRYPTO_80211_WEP /* WEP encryption (deprecated and insecure!) */
src/config/local/efi/general.h:#undef CRYPTO_80211_WPA /* WPA Personal, authenticating with passphrase */
src/config/local/efi/general.h:#undef CRYPTO_80211_WPA2 /* Add support for stronger WPA cryptography */
src/config/local/efi/general.h:#undef IWMGMT_CMD /* Wireless interface management commands */
src/config/local/efi/general.h:#undef FCMGMT_CMD /* Fibre Channel management commands */
src/config/local/efi/general.h:/* Stuff I need */
src/config/local/efi/general.h:#define DOWNLOAD_PROTO_NFS /* Enable NFS download protocol */
src/config/local/efi/general.h:#define REBOOT_CMD /* Reboot command */
src/config/local/efi/general.h:#define POWEROFF_CMD /* APM shutdown command */
src/config/local/efi/general.h:#define PCI_CMD /* PCI commands */
src/config/local/efi/general.h:#define PARAM_CMD /* Form parameter commands */
src/config/local/efi/general.h:#define PING_CMD /* Ping command */
src/config/local/efi/general.h:#define CONSOLE_CMD /* Console command */
src/config/local/efi/general.h:#define IMAGE_PNM /* PNM image support */
src/config/local/efi/general.h:#define IMAGE_DER /* DER image support */
src/config/local/efi/general.h:#define IMAGE_PEM /* PEM image support */
src/config/local/efi/general.h:/* For driver testing */
src/config/local/efi/general.h:#define DIGEST_CMD /* Image crypto digest commands */
src/config/local/efi/general.h:#define LOTEST_CMD /* Loopback testing commands */
src/config/local/efi/general.h:#define TIME_CMD /* Time commands */
src/config/local/efi/general.h:#define VLAN_CMD /* VLAN commands */
src/config/local/efi/general.h:/* For network diagnostics */
src/config/local/efi/general.h:#define NEIGHBOUR_CMD /* Neighbour management commands */
src/config/local/efi/general.h:#define IPSTAT_CMD /* IP statistics commands */
src/config/local/efi/general.h:#define PROFSTAT_CMD /* Profiling commands */
src/config/local/efi/general.h:#define NTP_CMD /* NTP commands */
src/config/local/efi/general.h:#define CERT_CMD /* Certificate management commands */
src/config/local/efi/general.h:#define NET_PROTO_IPV6 /* IPv6 protocol */
src/config/local/efi/general.h:#define NET_PROTO_LLDP /* LLDP protocol */
src/config/local/efi/settings.h:#define CPUID_SETTINGS /* CPUID settings */
src/config/local/efi/settings.h:#define ACPI_SETTINGS /* ACPI settings */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment