Browse Source

[efi] Enable "cpuid" command by default for EFI

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 11 years ago
parent
commit
9f75ee9ddb
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/config/defaults/efi.h

+ 1
- 0
src/config/defaults/efi.h View File

25
 #define	IMAGE_SCRIPT		/* iPXE script image support */
25
 #define	IMAGE_SCRIPT		/* iPXE script image support */
26
 
26
 
27
 #define	REBOOT_CMD		/* Reboot command */
27
 #define	REBOOT_CMD		/* Reboot command */
28
+#define	CPUID_CMD		/* x86 CPU feature detection command */
28
 
29
 
29
 #endif /* CONFIG_DEFAULTS_EFI_H */
30
 #endif /* CONFIG_DEFAULTS_EFI_H */

Loading…
Cancel
Save