Home
last modified time | relevance | path

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

1234

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
DDxeCapsuleLib.uni2 // Capsule library instance for DXE_DRIVER.
4 // Capsule library instance for DXE_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 mo…
DDxeRuntimeCapsuleLib.uni2 // Capsule library instance for DXE_RUNTIME_DRIVER.
4 // Capsule library instance for 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_RUNTIME_D…
DDxeRuntimeCapsuleLib.inf2 # Capsule library instance for DXE_RUNTIME_DRIVER.
4 # Capsule library instance for DXE_RUNTIME_DRIVER module types.
/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/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/
DEdkiiSystemCapsuleLib.uni2 // EDKII System Capsule library.
4 // EDKII System Capsule library instance for DXE/PEI post memory phase.
19 #string STR_MODULE_ABSTRACT #language en-US "EDKII System Capsule library."
21 #string STR_MODULE_DESCRIPTION #language en-US "EDKII System Capsule library instance for …
DEdkiiSystemCapsuleLib.inf2 # EDKII System Capsule library.
4 # EDKII System Capsule library instance for DXE/PEI post memory phase.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/
DArchProtocolLib.inf29 Capsule/Capsule.c
30 Capsule/Capsule.h
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeCapsulePdb/
DReadme.md3 1) Copy directory `UefiCpuPkg/Feature/Capsule/MicrocodeUpdatePdb` to `<Your Platform Package>/Micro…
15 3) Use EDK II build tools to generate the Microcode FMP Capsule
19 4) The Microcode FMP Capsule is generated at `$(WORKSPACE)/$(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHA…
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/
DFspWrapperHobProcessLibSample.c160 EFI_PEI_CAPSULE_PPI *Capsule; in PostFspmHobProcess() local
271 Capsule = NULL; in PostFspmHobProcess()
279 (VOID **) &Capsule in PostFspmHobProcess()
292 Status = Capsule->Coalesce (PeiServices, &CapsuleBuffer, &CapsuleBufferLength); in PostFspmHobProcess()
331 if (Capsule != NULL) { in PostFspmHobProcess()
332 Status = Capsule->CreateState (PeiServices, CapsuleBuffer, CapsuleBufferLength); in PostFspmHobProcess()
/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/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…
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/
DFspHobProcessLibSample.c158 EFI_PEI_CAPSULE_PPI *Capsule; in FspHobProcessForMemoryResource() local
269 Capsule = NULL; in FspHobProcessForMemoryResource()
277 (VOID **) &Capsule in FspHobProcessForMemoryResource()
290 Status = Capsule->Coalesce (PeiServices, &CapsuleBuffer, &CapsuleBufferLength); in FspHobProcessForMemoryResource()
329 if (Capsule != NULL) { in FspHobProcessForMemoryResource()
330 Status = Capsule->CreateState (PeiServices, CapsuleBuffer, CapsuleBufferLength); in FspHobProcessForMemoryResource()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
DBootMode.c143 PEI_CAPSULE_PPI *Capsule; in UpdateBootMode() local
181 (VOID **)&Capsule in UpdateBootMode()
184 Status = Capsule->CheckCapsuleUpdate (PeiServices); in UpdateBootMode()
/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.c161 PEI_CAPSULE_PPI *Capsule; in FspHobProcessForMemoryResource() local
293 Capsule = NULL; in FspHobProcessForMemoryResource()
301 (VOID **) &Capsule in FspHobProcessForMemoryResource()
314 Status = Capsule->Coalesce (PeiServices, &CapsuleBuffer, &CapsuleBufferLength); in FspHobProcessForMemoryResource()
353 if (Capsule != NULL) { in FspHobProcessForMemoryResource()
354 Status = Capsule->CreateState (PeiServices, CapsuleBuffer, CapsuleBufferLength); in FspHobProcessForMemoryResource()
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeCapsuleTxt/
DReadme.md3 1) Copy directory `UefiCpuPkg/Feature/Capsule/MicrocodeUpdateTxt` to `<Your Platform Package>/Micro…
27 4) Use EDK II build tools to generate the Microcode FMP Capsule
31 5) The generated Microcode FMP Capsule is found at `$(WORKSPACE)/$(OUTPUT_DIRECTORY)/$(TARGET)_$(TO…
/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"
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
DPlatformCapsule.fdf43 Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareUpdateConfig/SystemFirmwareUpdateConfig.ini
66 [Capsule.Vlv2FirmwareUpdateCapsuleFmpPkcs7]
74 [Capsule.Vlv2Rec]
DPlatformCapsuleGcc.fdf43 Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareUpdateConfig/SystemFirmwareUpdateConfigGcc.ini
66 [Capsule.Vlv2FirmwareUpdateCapsuleFmpPkcs7]
74 [Capsule.Vlv2Rec]
/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) {

1234