summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/FaultTolerantWriteDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Add the alignment check for FTW spare area address and length, ...Star Zeng2013-07-114-2/+19
* MdeModulePkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng2013-07-036-70/+33
* Use right LBA to get the backed up WorkSpace in spare block.Star Zeng2013-06-071-3/+5
* Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng142013-05-211-4/+6
* 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng142013-05-072-31/+73
* 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng142013-04-251-2/+28
* Mallicious code may use SmmFaultTolerantWriteHandler() to update some flash a...lzeng142013-04-243-5/+63
* Initialize a local work space header to be used by IsValidWorkSpace() and Ini...lzeng142012-12-213-82/+71
* Reclaim work space when the remaining space size is even not enough to contai...lzeng142012-12-171-1/+10
* MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian2012-11-013-3/+4
* Add more exact SMM check in SmmFaultTolerantWriteHandler.lzeng142012-09-281-17/+44
* Fix the issue that FTW driver fail to reclaim WorkSpace.lzeng142012-09-144-20/+31
* Add SMRAM range check to fault tolerant write SMM SMI handler.ydong102012-07-102-14/+88
* The code line where judges if offset exceed the FTW work space boundary, in s...lzeng142012-05-111-2/+2
* Enhance inf and dec file to follow specs.ydong102011-03-142-3/+3
* Add missing .h file to INF filegdong12011-03-081-1/+2
* update comments and correct reclaim algorithm if there is no record existing ...erictian2011-02-162-5/+5
* Fixed 3 ECC errors.gdong12011-01-161-5/+5
* Add SMM FTW wrapper driver since non-SMM FTW protocol can be used by some con...gdong12011-01-125-10/+1129
* Update inappropriate comments.gdong12010-12-152-5/+5
* Add SMM Variable implementation.gdong12010-12-107-474/+1050
* Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish2010-07-222-3/+13
* Update the copyright notice formathhtian2010-04-245-10/+10
* Add more code robustness check for modules under MdeModulePkg.rsun32010-02-261-1/+2
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* Fix some coding style issues in MdeModulePkg.rsun32010-01-151-0/+8
* Allow the FaultTolerantWriteDxe addresses to be dynamic PCD's.jljusten2009-09-261-2/+3
* correct a wrong offset arithmetic, replace EFI_FAULT_TOLERANT_WRITE_HEADER wi...eric_tian2009-03-241-1/+1
* retire gEfiAlternateFvBlockGuid. All platform FvbRuntimeDxe drivers will not ...eric_tian2009-03-123-173/+179
* Fix K8 check error.lgao42009-03-101-12/+6
* Add full version FaultTolerantWrite Dxe driver.lgao42009-03-045-0/+3438