mirror of https://github.com/acidanthera/audk.git
Vlv2TbltDevicePkg: Set SMM Stack size to 16 KB
Stack overflows were observed at the default SMM stack size of 8 KB. Increase stack size to 16 KB to prevent SMM stack overflows. Cc: David Wei <david.wei@intel.com> Cc: Mang Guo <mang.guo@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: David Wei <david.wei@intel.com>
This commit is contained in:
parent
3b03b5e990
commit
2aedaaef8a
|
@ -701,6 +701,11 @@
|
|||
gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|2
|
||||
!endif
|
||||
|
||||
#
|
||||
# Set SMM stack size to 16 KB.
|
||||
#
|
||||
gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackSize|0x4000
|
||||
|
||||
[PcdsFixedAtBuild.IA32.PEIM, PcdsFixedAtBuild.IA32.PEI_CORE, PcdsFixedAtBuild.IA32.SEC]
|
||||
!if $(TARGET) == RELEASE
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0
|
||||
|
|
|
@ -701,6 +701,11 @@
|
|||
gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|2
|
||||
!endif
|
||||
|
||||
#
|
||||
# Set SMM stack size to 16 KB.
|
||||
#
|
||||
gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackSize|0x4000
|
||||
|
||||
[PcdsFixedAtBuild.IA32.PEIM, PcdsFixedAtBuild.IA32.PEI_CORE, PcdsFixedAtBuild.IA32.SEC]
|
||||
!if $(TARGET) == RELEASE
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0
|
||||
|
|
|
@ -701,6 +701,11 @@
|
|||
gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|2
|
||||
!endif
|
||||
|
||||
#
|
||||
# Set SMM stack size to 16 KB.
|
||||
#
|
||||
gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackSize|0x4000
|
||||
|
||||
[PcdsFixedAtBuild.IA32]
|
||||
!if $(TARGET) == RELEASE
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0
|
||||
|
|
Loading…
Reference in New Issue