.. |
FaultTolerantWrite.c
|
Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of these are marked as DEBUG_ERROR when they are really not errors.
|
2013-10-08 09:31:48 +00:00 |
FaultTolerantWrite.h
|
MdeModulePkg: Add the alignment check for FTW spare area address and length, and add the check for PcdFlashNvStorageVariableSize <= PcdFlashNvStorageFtwSpareSize.
|
2013-07-11 08:15:47 +00:00 |
FaultTolerantWriteDxe.c
|
update comments and correct reclaim algorithm if there is no record existing in FTW working block.
|
2011-02-16 05:31:53 +00:00 |
FaultTolerantWriteDxe.inf
|
MdeModulePkg: Add the alignment check for FTW spare area address and length, and add the check for PcdFlashNvStorageVariableSize <= PcdFlashNvStorageFtwSpareSize.
|
2013-07-11 08:15:47 +00:00 |
FaultTolerantWriteSmm.c
|
Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.
|
2013-05-21 02:22:02 +00:00 |
FaultTolerantWriteSmm.inf
|
MdeModulePkg: Add the alignment check for FTW spare area address and length, and add the check for PcdFlashNvStorageVariableSize <= PcdFlashNvStorageFtwSpareSize.
|
2013-07-11 08:15:47 +00:00 |
FaultTolerantWriteSmmCommon.h
|
Add SMM FTW wrapper driver since non-SMM FTW protocol can be used by some consumers (Such as capsule update) when SMM FTW driver is applied.
|
2011-01-12 09:05:27 +00:00 |
FaultTolerantWriteSmmDxe.c
|
1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM handler. For VariableSmm, pre-allocate a mVariableBufferPayload buffer with mVariableBufferPayloadSize(match with mVariableBufferPayloadSize in VariableSmmRuntimeDxe) to hold communicate buffer payload to avoid TOCTOU issue.
|
2013-05-07 05:38:32 +00:00 |
FaultTolerantWriteSmmDxe.h
|
Add SMM FTW wrapper driver since non-SMM FTW protocol can be used by some consumers (Such as capsule update) when SMM FTW driver is applied.
|
2011-01-12 09:05:27 +00:00 |
FaultTolerantWriteSmmDxe.inf
|
Mallicious code may use SmmFaultTolerantWriteHandler() to update some flash area directly, like Variable region, so return EFI_ACCESS_DENIED after End Of Dxe in SmmFaultTolerantWriteHandler().
|
2013-04-24 09:33:48 +00:00 |
FtwMisc.c
|
MdeModulePkg: Add the alignment check for FTW spare area address and length, and add the check for PcdFlashNvStorageVariableSize <= PcdFlashNvStorageFtwSpareSize.
|
2013-07-11 08:15:47 +00:00 |
UpdateWorkingBlock.c
|
Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of these are marked as DEBUG_ERROR when they are really not errors.
|
2013-10-08 09:31:48 +00:00 |