mirror of https://github.com/acidanthera/audk.git
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@17684 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e0d42561a8
commit
581c6c624d
|
@ -116,6 +116,9 @@
|
|||
gEfiVLVTokenSpaceGuid.PcdFTPMResponse|0|UINT32|0x1000020E
|
||||
gEfiVLVTokenSpaceGuid.PcdFTPMNotRespond|FALSE|BOOLEAN|0x1000020F
|
||||
gEfiVLVTokenSpaceGuid.PcdFTPMStatus|0|UINT32|0x10000210
|
||||
gEfiVLVTokenSpaceGuid.PcdCpuLockBoxDataAddress|0x0|UINT64|0x10000211
|
||||
gEfiVLVTokenSpaceGuid.PcdCpuSmramCpuDataAddress|0x0|UINT64|0x10000212
|
||||
gEfiVLVTokenSpaceGuid.PcdCpuLockBoxSize|0x0|UINT64|0x10000213
|
||||
|
||||
[PcdsFeatureFlag]
|
||||
gVlvRefCodePkgTokenSpaceGuid.PcdCeAtaSupport|FALSE|BOOLEAN|0x12
|
||||
|
|
Loading…
Reference in New Issue