]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[efi] Enable "cpuid" command by default for EFI
authorMichael Brown <mcb30@ipxe.org>
Fri, 22 Mar 2013 13:58:54 +0000 (13:58 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 22 Mar 2013 13:58:54 +0000 (13:58 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/defaults/efi.h

index c453e89a41e5b7f41526272661bd8f3ff9fe2b73..7385aeabcccabf53913c4c89d092eb1424d76040 100644 (file)
@@ -25,5 +25,6 @@
 #define        IMAGE_SCRIPT            /* iPXE script image support */
 
 #define        REBOOT_CMD              /* Reboot command */
+#define        CPUID_CMD               /* x86 CPU feature detection command */
 
 #endif /* CONFIG_DEFAULTS_EFI_H */