summaryrefslogtreecommitdiffstats
path: root/src/config/defaults
diff options
context:
space:
mode:
authorMichael Brown2013-03-22 14:58:54 +0100
committerMichael Brown2013-03-22 14:58:54 +0100
commit9f75ee9ddba3b9b6760700287267d300fad5e136 (patch)
treea972921f697874bdcd42317ea286ded71b8ade0d /src/config/defaults
parent[cmdline] Add ability to perform a warm reboot (diff)
downloadipxe-9f75ee9ddba3b9b6760700287267d300fad5e136.tar.gz
ipxe-9f75ee9ddba3b9b6760700287267d300fad5e136.tar.xz
ipxe-9f75ee9ddba3b9b6760700287267d300fad5e136.zip
[efi] Enable "cpuid" command by default for EFI
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults')
-rw-r--r--src/config/defaults/efi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h
index c453e89a..7385aeab 100644
--- a/src/config/defaults/efi.h
+++ b/src/config/defaults/efi.h
@@ -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 */