general.h.efi 1.0 KB

12345678910111213141516171819
  1. #define CERT_CMD /* Certificate management commands */
  2. #define CONSOLE_CMD /* Console command */
  3. #define DIGEST_CMD /* Image crypto digest commands */
  4. #define DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */
  5. #define IMAGE_TRUST_CMD /* Image trust management commands */
  6. #define IMAGE_GZIP /* GZIP image support */
  7. #define IMAGE_PNG /* PNG image support */
  8. #define IMAGE_ZLIB /* ZLIB image support */
  9. #define NET_PROTO_IPV6 /* IPv6 protocol */
  10. #define NET_PROTO_LLDP /* Link Layer Discovery protocol */
  11. #define NSLOOKUP_CMD /* DNS resolving command */
  12. #define NTP_CMD /* NTP commands */
  13. #define PARAM_CMD /* Form parameter commands */
  14. #define PCI_CMD /* PCI commands */
  15. #define PING_CMD /* Ping command */
  16. #define POWEROFF_CMD /* Power off commands */
  17. #define REBOOT_CMD /* Reboot command */
  18. #define TIME_CMD /* Time commands */
  19. #define VLAN_CMD /* VLAN commands */