]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[cmdline] Add "cpuid" command
authorMichael Brown <mcb30@ipxe.org>
Wed, 6 Jun 2012 15:08:24 +0000 (16:08 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 6 Jun 2012 23:37:04 +0000 (00:37 +0100)
commit591541af667dbf3617b81d89f92abf01e9e1a16d
tree5f1a4e31c91b9d3533e9167b6252d0ba0724860d
parent10501351597c09c70f7ec0b158eb7b1fbfa2a4d6
[cmdline] Add "cpuid" command

Allow x86 CPU feature flags (such as support for 64-bit mode) to be
checked using the "cpuid" command.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/core/cpu.c [deleted file]
src/arch/i386/include/bits/cpu.h [deleted file]
src/arch/x86/Makefile
src/arch/x86/core/cpuid.c [new file with mode: 0644]
src/arch/x86/hci/commands/cpuid_cmd.c [new file with mode: 0644]
src/arch/x86/include/bits/errfile.h
src/arch/x86/include/ipxe/cpuid.h [new file with mode: 0644]
src/config/config.c
src/config/defaults/pcbios.h