summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWrite.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-3/+3
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-159/+180
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-13/+12
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-21/+21
2017-03-06MdeModulePkg: Refine type cast for pointer subtractionHao Wu1-2/+2
2015-10-16MdeModulePkg: FaultTolerantWriteDxe: clean up some "success" messagesLaszlo Ersek1-3/+3
2015-08-26MdeModulePkg FaultTolerantWrite: Error handling for erase operation failureStar Zeng1-2/+14
2014-10-10MdeModulePkg FaultTolerantWriteDxe: Remove assumptions below in FTW driver.Star Zeng1-44/+91
2013-10-08Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t...Samer El-Haj-Mahmoud1-2/+2
2013-07-03MdeModulePkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng1-11/+15
2012-09-14Fix the issue that FTW driver fail to reclaim WorkSpace.lzeng141-2/+5
2010-12-10Add SMM Variable implementation.gdong11-429/+3
2010-07-22Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish1-3/+11
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-26Add more code robustness check for modules under MdeModulePkg.rsun31-1/+2
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-12retire gEfiAlternateFvBlockGuid. All platform FvbRuntimeDxe drivers will not ...eric_tian1-172/+176
2009-03-10Fix K8 check error.lgao41-12/+6
2009-03-04Add full version FaultTolerantWrite Dxe driver.lgao41-0/+1237