Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 8b2c56e63807587cf903d83892f5dee5f5fe3d80 https://github.com/tianocore/edk2/commit/8b2c56e63807587cf903d83892f5dee5f5fe3d80 Author: Sienski Piotr <piotr.sien...@intel.com> Date: 2025-06-11 (Wed, 11 Jun 2025)
Changed paths: M UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c M UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmFuncsArchDxeSmm.c Log Message: ----------- UefiCpuPkg/PiSmmCpuDxeSmm: Modify PcdCpuSmmRestrictedMemoryAccess retrieval Currently if PcdCpuSmmRestrictedMemoryAccess is a DynamicPcd it will be accessed during SMM entry causing an error since code outside of SMM will be called (PcdGetBool). To fix that PcdCpuSmmRestrictedMemoryAccess is retrieved during SMM initialization and cached value is used at runtime Signed-off-by: Sienski Piotr <piotr.sien...@intel.com> To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits