summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/FaultTolerantWriteDxe
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-15Update inappropriate comments.gdong12-5/+5
2010-12-10Add SMM Variable implementation.gdong17-474/+1050
2010-07-22Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish2-3/+13
2010-04-24Update the copyright notice formathhtian5-10/+10
2010-02-26Add more code robustness check for modules under MdeModulePkg.rsun31-1/+2
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-01-15Fix some coding style issues in MdeModulePkg.rsun31-0/+8
2009-09-26Allow the FaultTolerantWriteDxe addresses to be dynamic PCD's.jljusten1-2/+3
2009-03-24correct a wrong offset arithmetic, replace EFI_FAULT_TOLERANT_WRITE_HEADER wi...eric_tian1-1/+1
2009-03-12retire gEfiAlternateFvBlockGuid. All platform FvbRuntimeDxe drivers will not ...eric_tian3-173/+179
2009-03-10Fix K8 check error.lgao41-12/+6
2009-03-04Add full version FaultTolerantWrite Dxe driver.lgao45-0/+3438