Fixed potential security issue introduced by SmramCpuNvs variable.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shifei Lu <shifeix.a.lu@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17683 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# A helper driver to save information to SMRAM after SMRR is enabled.
|
||||
#
|
||||
# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
|
||||
# This program and the accompanying materials are licensed and made available under
|
||||
@@ -39,6 +39,7 @@
|
||||
#
|
||||
# The following information is for reference only and not required by the build tools.
|
||||
#
|
||||
# VALID_ARCHITECTURES = IA32 X64
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
@@ -53,6 +54,11 @@
|
||||
UefiDriverEntryPoint
|
||||
UefiRuntimeServicesTableLib
|
||||
SmmServicesTableLib
|
||||
BaseLib
|
||||
BaseMemoryLib
|
||||
IoLib
|
||||
|
||||
[Protocols]
|
||||
gEfiSmmSwDispatchProtocolGuid ## CONSUMED
|
||||
gEfiSmmControlProtocolGuid ## CONSUMED
|
||||
gEfiSmmReadyToLockProtocolGuid ## CONSUMED
|
||||
|
Reference in New Issue
Block a user