summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-07MdeModulePkg/FaultTolerantWriteSmm: Update buffer valid check func nameJiaxin Wu1-3/+3
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-82/+95
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-10/+10
2019-10-09MdeModulePkg: stop abusing EFI_EVENT for protocol notify registrationLaszlo Ersek1-1/+1
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-01-16MdeModulePkg/FaultTolerantWriteDxe: factor out boot service accessesArd Biesheuvel1-37/+22
2018-12-25MdeModulePkg/FaultTolerantWrite: Update to consume SpeculationBarrierHao Wu1-4/+4
2018-09-30MdeModulePkg/FaultTolerantWrite:[CVE-2017-5753]Fix bounds check bypassHao Wu1-0/+7
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-47/+47
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin1-2/+2
2015-02-05MdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.Star Zeng1-1/+0
2015-02-02Use SmmMemLib to check communication buffer.Yao, Jiewen1-82/+3
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-1/+3
2013-05-21Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng141-4/+6
2013-05-071. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng141-28/+66
2013-04-251. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng141-2/+28
2013-04-24Mallicious code may use SmmFaultTolerantWriteHandler() to update some flash a...lzeng141-2/+56
2012-09-28Add more exact SMM check in SmmFaultTolerantWriteHandler.lzeng141-17/+44
2012-09-14Fix the issue that FTW driver fail to reclaim WorkSpace.lzeng141-0/+2
2012-07-10Add SMRAM range check to fault tolerant write SMM SMI handler.ydong101-13/+86
2011-01-12Add SMM FTW wrapper driver since non-SMM FTW protocol can be used by some con...gdong11-10/+235
2010-12-10Add SMM Variable implementation.gdong11-0/+281