summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/FaultTolerantWriteDxe/FtwMisc.c
AgeCommit message (Expand)AuthorFilesLines
32 hoursMdeModulePkg/FaultTolerantWriteDxe: Fix buffer overrun issueSureshkumar Ponnusamy1-1/+7
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-1/+1
2022-05-19MdeModulePkg/FaultTolerantWrite: Consume Variable Flash InfoMichael Kubacki1-15/+26
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-140/+186
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-20/+19
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-19/+19
2015-10-16MdeModulePkg: FaultTolerantWriteDxe: mellow DEBUGs about workspace reinitLaszlo Ersek1-2/+4
2014-10-10MdeModulePkg FaultTolerantWriteDxe: Remove assumptions below in FTW driver.Star Zeng1-111/+168
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