general.h.efi 832 B

123456789101112131415
  1. #define CONSOLE_CMD /* Console command */
  2. #define DIGEST_CMD /* Image crypto digest commands */
  3. #define DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */
  4. #define IMAGE_TRUST_CMD /* Image trust management commands */
  5. #define IMAGE_GZIP /* GZIP image support */
  6. #define IMAGE_ZLIB /* ZLIB image support */
  7. #define NET_PROTO_IPV6 /* IPv6 protocol */
  8. #define NSLOOKUP_CMD /* DNS resolving command */
  9. #define NTP_CMD /* NTP commands */
  10. #define PARAM_CMD /* Form parameter commands */
  11. #define PCI_CMD /* PCI commands */
  12. #define PING_CMD /* Ping command */
  13. #define REBOOT_CMD /* Reboot command */
  14. #define TIME_CMD /* Time commands */
  15. #define VLAN_CMD /* VLAN commands */