Intel Atom cpu support to msrtool
Added support for Intel Atom cpu to msrtool Fixed a cut&paste error in nehalem msr bits definition It has been tested with a N455 cpu and msrtool output can be review at: http://www.trillion01.com/coreboot/msrtool_atom.txt Change-Id: I0ecf455b559185e2d16fa1a655bf021efc2ef537 Signed-off-by: Olivier Langlois <olivier@olivierlanglois.net> Reviewed-on: http://review.coreboot.org/3351 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
e1cddc1278
commit
ccc7d1f229
@@ -311,7 +311,7 @@ const struct msrdef intel_nehalem_msrs[] = {
|
||||
* Trusted Execution Technology.
|
||||
*/
|
||||
{ MSR1(0), "VMX inside of SMX operation disabled" },
|
||||
{ MSR1(1), "VMX outside of SMX operation enabled" },
|
||||
{ MSR1(1), "VMX inside of SMX operation enabled" },
|
||||
{ BITVAL_EOT }
|
||||
}},
|
||||
/* if CPUID.01H: ECX[5 or 6] = 1 */
|
||||
|
Reference in New Issue
Block a user