summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/FaultTolerantWriteDxe/FtwMisc.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-1/+4
2013-07-11MdeModulePkg: Add the alignment check for FTW spare area address and length, ...Star Zeng1-2/+16
2013-07-03MdeModulePkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng1-7/+8
2013-06-07Use right LBA to get the backed up WorkSpace in spare block.Star Zeng1-3/+5
2012-12-21Initialize a local work space header to be used by IsValidWorkSpace() and Ini...lzeng141-0/+2
2012-09-14Fix the issue that FTW driver fail to reclaim WorkSpace.lzeng141-2/+4
2012-05-11The code line where judges if offset exceed the FTW work space boundary, in s...lzeng141-2/+2
2010-12-15Update inappropriate comments.gdong11-4/+4
2010-12-10Add SMM Variable implementation.gdong11-43/+373
2010-04-24Update the copyright notice formathhtian1-2/+2
2009-03-24correct a wrong offset arithmetic, replace EFI_FAULT_TOLERANT_WRITE_HEADER wi...eric_tian1-1/+1
2009-03-04Add full version FaultTolerantWrite Dxe driver.lgao41-0/+971