From: Michael Kinney Date: Tue, 8 Mar 2016 22:54:30 +0000 (-0800) Subject: UefiCpuPkg/Include: Add top level MSR include file X-Git-Tag: edk2-stable201903~7618 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=195c94360f726702b4a9a2290f02db2cd547d903;hp=a1e8e34d745cbf770db002e0596e714bd64e6056;p=mirror_edk2.git UefiCpuPkg/Include: Add top level MSR include file Add top level MSR include file that includes the Architecural MSR include file and all family specific MSR files from the Msr subdirectory Intel(R) 64 and IA-32 Architectures Software Developer's Manual, Volume 3, December 2015, Chapter 35 Model-Specific-Registers (MSR). Cc: Jeff Fan Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney Reviewed-by: Jeff Fan --- diff --git a/UefiCpuPkg/Include/Register/Msr.h b/UefiCpuPkg/Include/Register/Msr.h new file mode 100644 index 0000000000..ffa6d4416a --- /dev/null +++ b/UefiCpuPkg/Include/Register/Msr.h @@ -0,0 +1,48 @@ +/** @file + MSR Definitions. + + Provides defines for Machine Specific Registers(MSR) indexes. Data structures + are provided for MSRs that contain one or more bit fields. If the MSR value + returned is a single 32-bit or 64-bit value, then a data structure is not + provided for that MSR. + + Copyright (c) 2016, Intel Corporation. All rights reserved.
+ This program and the accompanying materials + are licensed and made available under the terms and conditions of the BSD License + which accompanies this distribution. The full text of the license may be found at + http://opensource.org/licenses/bsd-license.php + + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + + @par Specification Reference: + Intel(R) 64 and IA-32 Architectures Software Developer's Manual, Volume 3, + December 2015, Chapter 35 Model-Specific-Registers (MSR), Chapter 35. + +**/ + +#ifndef __MSR_H__ +#define __MSR_H__ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#endif