UefiCpuPkg: Update code to include register definitions from MdePkg
Signed-off-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> Regression-tested-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Eric Dong <eric.dong@intel.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#define __REGISTER_CPU_FEATURES_LIB_H__
|
||||
|
||||
#include <AcpiCpuData.h>
|
||||
#include <Register/Cpuid.h>
|
||||
#include <Register/Intel/Cpuid.h>
|
||||
#include <Protocol/MpService.h>
|
||||
|
||||
///
|
||||
|
@@ -11,7 +11,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
#include <Protocol/MpService.h>
|
||||
#include <Protocol/SmmCpu.h>
|
||||
#include <Register/SmramSaveStateMap.h>
|
||||
#include <Register/Intel/SmramSaveStateMap.h>
|
||||
#include <CpuHotPlugData.h>
|
||||
|
||||
///
|
||||
|
@@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
STM service protocol definition
|
||||
|
||||
Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2015 - 2019, Intel Corporation. All rights reserved.<BR>
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
**/
|
||||
@@ -10,7 +10,7 @@
|
||||
#define _SM_MONITOR_INIT_PROTOCOL_H_
|
||||
|
||||
#include <PiSmm.h>
|
||||
#include <Register/StmApi.h>
|
||||
#include <Register/Intel/StmApi.h>
|
||||
|
||||
#define EFI_SM_MONITOR_INIT_PROTOCOL_GUID \
|
||||
{ 0x228f344d, 0xb3de, 0x43bb, 0xa4, 0xd7, 0xea, 0x20, 0xb, 0x1b, 0x14, 0x82}
|
||||
|
Reference in New Issue
Block a user