Home
last modified time | relevance | path

Searched refs:Capsule (Results 1 – 25 of 60) sorted by relevance

123

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/
DDxeCapsuleLib.uni2 // Capsule library instance for DXE_DRIVER, DXE_RUNTIME_DRIVER.
4 // Capsule library instance for DXE_DRIVER and DXE_RUNTIME_DRIVER module types.
19 #string STR_MODULE_ABSTRACT #language en-US "Capsule Support Library"
21 #string STR_MODULE_DESCRIPTION #language en-US "Capsule library instance for DXE_DRIVER an…
DDxeCapsuleLib.inf2 # Capsule library instance for DXE_DRIVER, DXE_RUNTIME_DRIVER.
54 gEfiCapsuleGuid ## SOMETIMES_CONSUMES ## GUID # Capsule Image Header Guid
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/
DArchProtocolLib.inf29 Capsule/Capsule.c
30 Capsule/Capsule.h
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
DCapsulePei.uni2 // Capsule update PEIM supports EFI and UEFI.
23 #string STR_MODULE_ABSTRACT #language en-US "Capsule update PEIM supporting EFI and UEF…
25 #string STR_MODULE_DESCRIPTION #language en-US "Capsule update PEIM supporting EFI and UEF…
DCapsulePei.inf2 # Capsule update PEIM supports EFI and UEFI.
40 Capsule.h
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsuleRuntimeDxe/
DCapsuleRuntimeDxe.uni2 // Capsule Runtime Driver produces two UEFI capsule runtime services: (UpdateCapsule, QueryCapsuleC…
4 // It installs the Capsule Architectural Protocol defined in PI1.0a to signify
22 #string STR_MODULE_DESCRIPTION #language en-US "It installs the Capsule Architectural Prot…
DCapsuleRuntimeDxe.inf2 # Capsule Runtime Driver produces two UEFI capsule runtime services: (UpdateCapsule, QueryCapsuleC…
4 # It installs the Capsule Architectural Protocol defined in PI1.0a to signify
64 …## Variable:L"CapsuleLongModeBuffer" # The long mode buffer used by IA32 Capsule PEIM to call X64 …
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/
DFspHobProcessLibSample.c159 EFI_PEI_CAPSULE_PPI *Capsule; in FspHobProcessForMemoryResource() local
270 Capsule = NULL; in FspHobProcessForMemoryResource()
278 (VOID **) &Capsule in FspHobProcessForMemoryResource()
291 Status = Capsule->Coalesce (PeiServices, &CapsuleBuffer, &CapsuleBufferLength); in FspHobProcessForMemoryResource()
330 if (Capsule != NULL) { in FspHobProcessForMemoryResource()
331 Status = Capsule->CreateState (PeiServices, CapsuleBuffer, CapsuleBufferLength); in FspHobProcessForMemoryResource()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/
DEdkGuidLib.inf49 Capsule/Capsule.h
50 Capsule/Capsule.c
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/PeiFspHobProcessLibVlv2/
DFspHobProcessLibVlv2.c162 PEI_CAPSULE_PPI *Capsule; in FspHobProcessForMemoryResource() local
294 Capsule = NULL; in FspHobProcessForMemoryResource()
302 (VOID **) &Capsule in FspHobProcessForMemoryResource()
315 Status = Capsule->Coalesce (PeiServices, &CapsuleBuffer, &CapsuleBufferLength); in FspHobProcessForMemoryResource()
354 if (Capsule != NULL) { in FspHobProcessForMemoryResource()
355 Status = Capsule->CreateState (PeiServices, CapsuleBuffer, CapsuleBufferLength); in FspHobProcessForMemoryResource()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
DBootMode.c156 PEI_CAPSULE_PPI *Capsule; in UpdateBootMode() local
190 (VOID **)&Capsule in UpdateBootMode()
193 Status = Capsule->CheckCapsuleUpdate (PeiServices); in UpdateBootMode()
DMrcWrapper.c563 PEI_CAPSULE_PPI *Capsule; in InstallEfiMemory() local
660 Capsule = NULL; in InstallEfiMemory()
668 (VOID **)&Capsule // PPI in InstallEfiMemory()
679 Status = Capsule->Coalesce ( in InstallEfiMemory()
689 Capsule = NULL; in InstallEfiMemory()
858 if (Capsule != NULL) { in InstallEfiMemory()
859 Status = Capsule->CreateState (PeiServices, CapsuleBuffer, CapsuleBufferLength); in InstallEfiMemory()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibNull/
DDxeCapsuleLibNull.uni2 // NULL Dxe Capsule library instance.
18 #string STR_MODULE_ABSTRACT #language en-US "NULL DXE Capsule library instance"
DDxeCapsuleLibNull.inf2 # NULL Dxe Capsule library instance.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/Pei/Capsule/
DCapsule.h24 #include EFI_GUID_DEFINITION (Capsule)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/Capsule/
DCapsule.c24 #include EFI_GUID_DEFINITION(Capsule)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Capsule/
DCapsule.c23 #include EFI_ARCH_PROTOCOL_DEFINITION (Capsule)
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
DBootMode.c84 PEI_CAPSULE_PPI *Capsule;
97 (VOID **)&Capsule
101 if (Capsule->CheckCapsuleUpdate ((EFI_PEI_SERVICES**)PeiServices) == EFI_SUCCESS) {
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
DBootMode.c153 PEI_CAPSULE_PPI *Capsule;
261 (void **)&Capsule
265 if (Capsule->CheckCapsuleUpdate ((EFI_PEI_SERVICES**)PeiServices) == EFI_SUCCESS) {
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/
DEdkIIGluePeim.h55 #include EFI_GUID_DEFINITION (Capsule)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DCapsule.py35 class Capsule (CapsuleClassObject) : class
165 Capsule=True,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
DUpdateDriverDxe.uni21 #string STR_MODULE_ABSTRACT #language en-US "Update Driver for Capsule update"
DUpdateDriverDxe.inf64 …gEfiUpdateDataFileGuid ## CONSUMES ## File # FileName to store Capsule Data.
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
DPiHob.h474 EFI_HOB_UEFI_CAPSULE *Capsule; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DCapsules.c111 CapsulePtr [CapsuleNumber++] = (VOID *) (UINTN) HobPointer.Capsule->BaseAddress; in BdsProcessCapsules()

123