summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-09MdeModulePkg: Align RuntimeDxe function headers with UEFI return valuesSuqiang Ren1-0/+13
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-62/+68
2020-02-07MdeModulePkg/Capsule: Remove RT restriction in UpdateCapsule service.Siyuan Fu1-2/+2
2019-06-26MdeModulePkg/CapsuleRuntimeDxe: Introduce PCD to control this feature.Wei6 Xu1-1/+11
2019-06-21Revert "Capsule-on-Disk entire PatchZhang, Chao B1-11/+1
2019-06-20MdeModulePkg/CapsuleRuntimeDxe: Introduce PCD to control this feature.Wei6 Xu1-1/+11
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-21/+21
2018-06-15MdeModulePkg/CapsuleRuntimeDxe: clean the capsule payload to DRAMArd Biesheuvel1-27/+6
2017-03-02MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu1-2/+8
2015-07-01MdeModulePkg/Universal/CapsuleRuntimeDxe: Use safe string functions to refine...Qiu Shumin1-2/+2
2013-12-16MdeModulePkg CapsuleRuntimeDxe: Get PcdMaxSizeNonPopulateCapsule and PcdMaxSi...Star Zeng1-3/+9
2013-10-15Enable UEFI firmware to support FMP capsule format.czhang461-8/+32
2013-09-11Update UpdateCapsule() service return status to follow UEFI2.3.1 D.Liming Gao1-2/+7
2011-09-02Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI trans...li-elvin1-1/+19
2010-05-19Update QueryCapsuleCapabilities interface.li-elvin1-13/+15
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-23Enhance UpdateCapsule () to support calling multiple times.li-elvin1-11/+37
2010-02-11The fix is for EFI Linux capsule test case can not run.li-elvin1-9/+9
2009-09-161. Add "CAPSULE_FLAGS_INITIATE_RESET" flag support.qhuang81-12/+43
2009-08-18Enhance Capsule driver to update capsule one by one. lgao41-51/+47
2009-03-05Update PeiCore to handle FvImage with PI FV extension headerlgao41-2/+2
2009-02-25Correct minor comments in meta data file.lgao41-1/+1
2009-02-25Fix typo.klu21-1/+1
2009-02-23Move MdeModuleHii.h into Include\Guid directorylgao41-2/+10
2009-01-04Code scrub for the following drivers and librarys.lgao41-13/+26
2008-07-09Code scrub for the Capsule, SecurityStub, and Crc32 library instance.lgao41-73/+86
2008-04-09Update all files to follow doxygen style file header.qhuang81-11/+4
2008-04-08Fix warnings generated by gcc for ia32 builds:jljusten1-1/+1
2008-02-05Correct return status for the unsupported conditionlgao41-1/+1
2007-12-05Update CapsuleDriver to use capsule library.lgao41-42/+23
2007-11-16Add CapsuleInfo guid to store the list of capsule image guid.lgao41-13/+41
2007-07-18Adjust directory structures.qhuang81-0/+264