summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/FaultTolerantWriteDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Universal: Fix typos in commentsGary Lin2016-10-273-6/+6
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-156-0/+0
* MdeModulePkg: FaultTolerantWriteDxe: clean up some "success" messagesLaszlo Ersek2015-10-161-3/+3
* MdeModulePkg: FaultTolerantWriteDxe: mellow DEBUGs about workspace reinitLaszlo Ersek2015-10-162-3/+5
* MdeModulePkg FaultTolerantWrite: Error handling for erase operation failureStar Zeng2015-08-262-3/+24
* MdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.Star Zeng2015-02-052-2/+0
* Use SmmMemLib to check communication buffer.Yao, Jiewen2015-02-022-83/+5
* MdeModulePkg FaultTolerantWriteDxe: Remove unnecessary @para from function he...Star Zeng2014-10-101-2/+1
* MdeModulePkg FaultTolerantWriteDxe: Remove assumptions below in FTW driver.Star Zeng2014-10-104-197/+491
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-033-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-286-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-283-26/+60
* Update code to support VS2013 tool chain.Eric Dong2014-07-283-3/+10
* MdeModulePkg FaultTolerantWrite: Let FaultTolerantWrite driver to depend on g...Star Zeng2014-01-092-4/+16
* Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t...Samer El-Haj-Mahmoud2013-10-082-4/+4
* 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