summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/FaultTolerantWriteDxe
AgeCommit message (Expand)AuthorFilesLines
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran2-4/+4
2022-05-19MdeModulePkg/FaultTolerantWrite: Consume Variable Flash InfoMichael Kubacki6-42/+43
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki11-768/+851
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney4-48/+46
2020-05-12MdeModulePkg/FaultTolerantWriteSmmDxe: switch to MM communicate 2Ard Biesheuvel4-15/+18
2019-10-09MdeModulePkg: stop abusing EFI_EVENT for protocol notify registrationLaszlo Ersek2-2/+2
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney21-137/+21
2019-02-02MdeModulePkg: Fix coding style issuesDandan Bi3-4/+4
2019-01-16MdeModulePkg/FaultTolerantWriteDxe: implement standalone MM versionArd Biesheuvel2-0/+186
2019-01-16MdeModulePkg/FaultTolerantWriteDxe: factor out boot service accessesArd Biesheuvel7-48/+233
2018-12-25MdeModulePkg/FaultTolerantWrite: Update to consume SpeculationBarrierHao Wu1-4/+4
2018-09-30MdeModulePkg/FaultTolerantWrite:[CVE-2017-5753]Fix bounds check bypassHao Wu2-0/+8
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao15-236/+236
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-2/+2
2017-03-06MdeModulePkg: Refine type cast for pointer subtractionHao Wu1-2/+2
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin3-6/+6
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen6-0/+0
2015-10-16MdeModulePkg: FaultTolerantWriteDxe: clean up some "success" messagesLaszlo Ersek1-3/+3
2015-10-16MdeModulePkg: FaultTolerantWriteDxe: mellow DEBUGs about workspace reinitLaszlo Ersek2-3/+5
2015-08-26MdeModulePkg FaultTolerantWrite: Error handling for erase operation failureStar Zeng2-3/+24
2015-02-05MdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.Star Zeng2-2/+0
2015-02-02Use SmmMemLib to check communication buffer.Yao, Jiewen2-83/+5
2014-10-10MdeModulePkg FaultTolerantWriteDxe: Remove unnecessary @para from function he...Star Zeng1-2/+1
2014-10-10MdeModulePkg FaultTolerantWriteDxe: Remove assumptions below in FTW driver.Star Zeng4-197/+491
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming3-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star6-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star3-26/+60
2014-07-28Update code to support VS2013 tool chain.Eric Dong3-3/+10
2014-01-09MdeModulePkg FaultTolerantWrite: Let FaultTolerantWrite driver to depend on g...Star Zeng2-4/+16
2013-10-08Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t...Samer El-Haj-Mahmoud2-4/+4
2013-07-11MdeModulePkg: Add the alignment check for FTW spare area address and length, ...Star Zeng4-2/+19
2013-07-03MdeModulePkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng6-70/+33
2013-06-07Use right LBA to get the backed up WorkSpace in spare block.Star Zeng1-3/+5
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...lzeng142-31/+73
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...lzeng143-5/+63
2012-12-21Initialize a local work space header to be used by IsValidWorkSpace() and Ini...lzeng143-82/+71
2012-12-17Reclaim work space when the remaining space size is even not enough to contai...lzeng141-1/+10
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian3-3/+4
2012-09-28Add more exact SMM check in SmmFaultTolerantWriteHandler.lzeng141-17/+44
2012-09-14Fix the issue that FTW driver fail to reclaim WorkSpace.lzeng144-20/+31
2012-07-10Add SMRAM range check to fault tolerant write SMM SMI handler.ydong102-14/+88
2012-05-11The code line where judges if offset exceed the FTW work space boundary, in s...lzeng141-2/+2
2011-03-14Enhance inf and dec file to follow specs.ydong102-3/+3
2011-03-08Add missing .h file to INF filegdong11-1/+2
2011-02-16update comments and correct reclaim algorithm if there is no record existing ...erictian2-5/+5
2011-01-16Fixed 3 ECC errors.gdong11-5/+5
2011-01-12Add SMM FTW wrapper driver since non-SMM FTW protocol can be used by some con...gdong15-10/+1129