summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWrite.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran2023-04-101-3/+3
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-159/+180
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-13/+12
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-21/+21
* MdeModulePkg: Refine type cast for pointer subtractionHao Wu2017-03-061-2/+2
* MdeModulePkg: FaultTolerantWriteDxe: clean up some "success" messagesLaszlo Ersek2015-10-161-3/+3
* MdeModulePkg FaultTolerantWrite: Error handling for erase operation failureStar Zeng2015-08-261-2/+14
* MdeModulePkg FaultTolerantWriteDxe: Remove assumptions below in FTW driver.Star Zeng2014-10-101-44/+91
* Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t...Samer El-Haj-Mahmoud2013-10-081-2/+2
* MdeModulePkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng2013-07-031-11/+15
* Fix the issue that FTW driver fail to reclaim WorkSpace.lzeng142012-09-141-2/+5
* Add SMM Variable implementation.gdong12010-12-101-429/+3
* Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish2010-07-221-3/+11
* Update the copyright notice formathhtian2010-04-241-2/+2
* Add more code robustness check for modules under MdeModulePkg.rsun32010-02-261-1/+2
* 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
* retire gEfiAlternateFvBlockGuid. All platform FvbRuntimeDxe drivers will not ...eric_tian2009-03-121-172/+176
* Fix K8 check error.lgao42009-03-101-12/+6
* Add full version FaultTolerantWrite Dxe driver.lgao42009-03-041-0/+1237