diff options
author | Michael Brown | 2013-03-22 14:58:54 +0100 |
---|---|---|
committer | Michael Brown | 2013-03-22 14:58:54 +0100 |
commit | 9f75ee9ddba3b9b6760700287267d300fad5e136 (patch) | |
tree | a972921f697874bdcd42317ea286ded71b8ade0d /src/config/defaults | |
parent | [cmdline] Add ability to perform a warm reboot (diff) | |
download | ipxe-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.h | 1 |
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 */ |