public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2016-09-13 14:49:49 to 2016-09-21 06:54:13 UTC [more...]

[PATCH 00/45] Add capsule update and recovery sample
 2016-09-21  6:54 UTC  (48+ messages)
` [PATCH 01/45] MdeModulePkg/Include: Add EDKII system FMP capsule header
` [PATCH 02/45] MdeModulePkg/Include: Add EdkiiSystemCapsuleLib definition
` [PATCH 03/45] MdeModulePkg/Include: Add FmpAuthenticationLib header
` [PATCH 04/45] MdeModulePkg/Include: Add IniParsingLib header
` [PATCH 05/45] MdeModulePkg/Include: Add PlatformFlashAccessLib header
` [PATCH 06/45] MdeModulePkg/CapsuleLib: Add ProcessCapsules() API
` [PATCH 07/45] MdeModulePkg/MdeModulePkg.dec: Add capsule related definition
` [PATCH 08/45] MdeModulePkg/IniParsingLib: Add InitParsingLib instance
` [PATCH 09/45] MdeModulePkg/FmpAuthenticationLib: Add FmpAuthenticationLib instance
` [PATCH 10/45] MdeModulePkg/DxeCapsuleLibFmp: Add DxeCapsuleLibFmp instance
` [PATCH 11/45] MdeModulePkg/DxeCapsuleLibNull: Add ProcessCapsules() interface
` [PATCH 12/45] MdeModulePkg/EdkiiSystemCapsuleLib: Add EdkiiSystemCapsuleLib instance
` [PATCH 13/45] MdeModulePkg/PlatformFlashAccessLib: Add NULL PlatformFlashAccessLib
` [PATCH 14/45] MdeModulePkg/Esrt: Add ESRT_FW_TYPE_SYSTEMFIRMWARE check
` [PATCH 15/45] MdeModulePkg/SystemBiosUpdate: Add SystemBiosUpdate component
` [PATCH 16/45] MdeModulePkg/RecoveryModuleLoadPei: Add RecoveryModuleLoadPei
` [PATCH 17/45] MdeModulePkg/CapsuleApp: Add CapsuleApp application
` [PATCH 18/45] MdeModulePkg/MdeModulePkg.dsc: Add capsule related component
` [PATCH 19/45] IntelFrameworkModulePkg/DxeCapsuleLib: Add ProcessCapsules() interface
` [PATCH 20/45] SecurityPkg/SecurityPkg.dec: Add PcdPkcs7CertBuffer PCD
` [PATCH 21/45] SecurityPkg/FmpAuthenticationPkcs7Lib: Add PKCS7 NULL class for FMP
` [PATCH 22/45] SecurityPkg/FmpAuthenticationRsa2048Sha256Lib: Add "
` [PATCH 23/45] SecurityPkg/SecurityPkg.dsc: Add FmpAuthentication*Lib
` [PATCH 24/45] UefiCpuPkg/Include: Add Microcode FMP definition
` [PATCH 25/45] UefiCpuPkg/Include: Add MicrocodeFlashAccessLib header
` [PATCH 26/45] UefiCpuPkg/UefiCpuPkg.dec: Add Microcode capsule related definition
` [PATCH 27/45] UefiCpuPkg/MicrocodeUpdate: Add MicrocodeUpdate component
` [PATCH 28/45] UefiCpuPkg/MicrocodeFlashAccessLib: Add NULL MicrocodeFlashAccessLib
` [PATCH 29/45] UefiCpuPkg/MicrocodeCapsuleApp: Add MicrocodeCapsuleApp application
` [PATCH 30/45] UefiCpuPkg/UefiCpuPkg.dsc: Add MicrocodeCapsule related component
` [PATCH 31/45] QuarkPlatformPkg/PlatformFlashAccessLib: Add instance for capsule update
` [PATCH 32/45] QuarkPlatformPkg/SystemBiosDescriptor: Add Descriptor "
` [PATCH 33/45] QuarkPlatformPkg/SystemBiosUpdateConfig: Add capsule config file
` [PATCH 34/45] QuarkPlatformPkg/PlatformInit: Remove recovery PPI installation
` [PATCH 35/45] QuarkPlatformPkg/PlatformBootManager: Add capsule/recovery handling
` [PATCH 36/45] QuarkPlatformPkg/dsc/fdf: Add capsule/recovery support
` [PATCH 37/45] QuarkPlatformPkg/dsc/fdf: add capsule generation DSC/FDF
` [PATCH 38/45] Vlv2TbltDevicePkg/PlatformFlashAccessLib: Add instance for capsule update
` [PATCH 39/45] Vlv2TbltDevicePkg/SystemBiosDescriptor: Add Descriptor "
` [PATCH 40/45] Vlv2TbltDevicePkg/SystemBiosUpdateConfig: Add capsule config file
` [PATCH 41/45] Vlv2TbltDevicePkg/FlashDeviceLib: Add DXE flash device lib
` [PATCH 42/45] Vlv2TbltDevicePkg/PlatformBootManager: Add capsule/recovery handling
` [PATCH 43/45] Vlv2TbltDevicePkg/dsc/fdf: Add capsule/recovery support
` [PATCH 44/45] Vlv2TbltDevicePkg/dsc/fdf: add capsule generation DSC/FDF
` [PATCH 45/45] Vlv2TbltDevicePkg/bat: add capsule generation in bat

[USB IF]Mismatch between EDK2 and a USB vendor
 2016-09-21  6:13 UTC  (2+ messages)

[PATCH] [MdePkg ] New Debug Message Levels
 2016-09-21  6:10 UTC  (7+ messages)

[PATCH 0/6] Move/Extract generic duplicated code to Tpm2CommandLib
 2016-09-21  6:05 UTC  (10+ messages)
` [PATCH 1/6] SecuriryPkg/TPM2: Move Tpm2PcrAllocateBanks() "
` [PATCH 2/6] SecuriryPkg/TPM2: Move GetDigestFromDigestList() "
` [PATCH 3/6] SecuriryPkg/TPM2: Update function header of GetDigestFromDigestList()
` [PATCH 4/6] SecuriryPkg/TPM2: Move GetDigestListSize() to Tpm2CommandLib
` [PATCH 5/6] SecuriryPkg/TPM2: Move CopyDigestListToBuffer() "
` [PATCH 6/6] SecuriryPkg/TPM2: Extract GetSupportedAndActivePcrs "

[Patch 0/3] BaseTools: Add build support to generate HII image package
 2016-09-21  5:10 UTC  (8+ messages)
` [Patch 1/3] MdePkg UefiHii: Add IMAGE_TOKEN macro to access image resource in C and VFR
` [Patch 2/3] MdeModulePkg HiiDatabaseDxe: Ignore new EFI_HII_IIBT_IMAGE_PNG type Image
` [Patch 3/3] BaseTools: support generating image package from BMP/JPEG/PNG files

Protocol EFI_FORM_BROWSER_EXTENSION_PROTOCOL - included in UDK code but not part of the spec
 2016-09-21  3:56 UTC  (2+ messages)

[Patch 0/4] Add support for running python tools from source on Windows
 2016-09-21  2:50 UTC  (2+ messages)

[Patch] CryptoPkg: Clean up unreferenced symbol in Cryptest utility
 2016-09-21  2:27 UTC  (2+ messages)

[PATCH v2 0/3] MdePkg/BaseMemoryLibOptDxe: generic and ARM/AARCH64 fixes
 2016-09-21  1:27 UTC  (10+ messages)
` [PATCH v2 1/3] MdePkg/BaseMemoryLibOptDxe ARM: fix arithmetic bugs in CompareMem()
` [PATCH v2 2/3] MdePkg/BaseMemoryLib*: add missing ASSERT()s
` [PATCH v2 3/3] MdePkg/BaseMemoryLibOptDxe ARM|AARCH64: implement accelerated GUID functions

[Patch 0/3] Fix Quark platform ASSERT() on GCC tip
 2016-09-20 20:28 UTC  (5+ messages)
` [Patch 1/3] QuarkPlatformPkg/PlatformSecLib: Fix stack pointer issue in Flat32.S
` [Patch 2/3] UefiCpuPkg/SecCore: Fix comment typo
` [Patch 3/3] UefiCpuPkg/SecCore: SecPlatformInformation(2) are optional PPIs

Help Required legacy booting from an EFI
 2016-09-20 19:41 UTC  (5+ messages)

Issues with HTTPS Boot
 2016-09-20 15:59 UTC  (2+ messages)

SMM PciExpressLib Instance
 2016-09-20 14:02 UTC  (5+ messages)

UEFI BitlockerUnlock failed with DHCPv4 only case
 2016-09-20 11:32 UTC 

[PATCH] SecurityPkg/TPM2: Sync PcrAllocations and PcrMask
 2016-09-20 10:55 UTC 

edk2 compile error
 2016-09-20  7:19 UTC  (6+ messages)

[patch] MdeModulePkg/Xhci: add 1ms delay before access MMIO reg during reset
 2016-09-20  2:01 UTC  (10+ messages)

Ingebrigtsen: The End of Gmane?
 2016-09-19 11:23 UTC  (6+ messages)

[PATCH v2] MdeModulePkg/PciBusDxe: make OPROM BAR degradation configurable
 2016-09-19  8:36 UTC 

[Patch] NetworkPkg: Correct the DNS token return status by RCODE
 2016-09-19  6:00 UTC  (3+ messages)

[PATCH] IntelFsp2Pkg: Align #Pragma in UPD header files to rest of EDK2 Pkgs
 2016-09-18  1:11 UTC  (3+ messages)

RNG algo question
 2016-09-17 16:46 UTC  (3+ messages)

how big is the timer event overhead?
 2016-09-17 16:37 UTC  (2+ messages)

[PATCH 1/2] MdePkg/BaseMemoryLib*: add missing ASSERT()s
 2016-09-16 10:34 UTC  (2+ messages)
` [PATCH 2/2] MdePkg/BaseMemoryLibOptDxe ARM|AARCH64: implement accelerated GUID functions

[PATCH] MdeModulePkg/PciBusDxe: make OPROM BAR degradation X64 specific
 2016-09-15 15:53 UTC  (5+ messages)

[PATCH 0/4] ArmVirtPkg: FdtClientDxe & HighMemDxe updates
 2016-09-15 14:40 UTC  (14+ messages)
` [PATCH 1/4] ArmVirtPkg/FdtClientDxe: fix check for size of "reg" properties
` [PATCH 2/4] ArmVirtPkg/FdtClientDxe: report address and size cell count directly
` [PATCH 3/4] ArmVirtPkg/FdtClient: add methods to iterate over memory nodes
` [PATCH 4/4] ArmVirtPkg/HighMemDxe: move to FDT client protocol

Exporting discontiguous System Memory to EFI STUB
 2016-09-15 11:31 UTC  (3+ messages)

CLANG cross-compilation issue
 2016-09-15  9:49 UTC  (3+ messages)

GenFds.py error CODE: Tools code failure
 2016-09-14 15:05 UTC  (5+ messages)

[PATCH] ArmPkg/DefaultExceptionHandlerLib: improve formatting of backtrace
 2016-09-14 13:35 UTC  (5+ messages)

Recall: OVMF compile error
 2016-09-14  7:24 UTC 

Recall: OVMF compile error
 2016-09-14  7:22 UTC 

OVMF compile error
 2016-09-14  7:21 UTC 

[Patch 0/2] Update the edk2.tianocore.org URL link
 2016-09-14  7:15 UTC  (7+ messages)
` [Patch V2] BaseTools: Fix the bug to handle the read-only file
` [Patch 1/2] edksetup.sh: update the URL in edksetup.sh
` [Patch 2/2] IntelFrameworkPkg/FrameworkSpecConformance.txt: Update the URL

[Patch] Vlv2TbltDevicePkg:Signal End of Dxe Event
 2016-09-14  5:23 UTC  (2+ messages)

[Patch] BaseTools: Fix the bug to handle the read-only RAW file
 2016-09-14  3:37 UTC 

[patch] MdeModulePkg/XhciPei: 1ms delay before accessing MMIO reg in reset
 2016-09-14  2:56 UTC  (2+ messages)

Announcing FDF V1.27 Draft for Review
 2016-09-13 23:06 UTC  (2+ messages)

[PATCH] ArmVirtPkg: move all platforms to MdePkg/ BaseMemoryLib implementations
 2016-09-13 18:06 UTC  (2+ messages)

[PATCH 2/2] ArmPkg/AsmMacroIoLib: force word alignment for functions
 2016-09-13 17:52 UTC  (4+ messages)

[PATCH 1/2] MdePkg/BaseMemoryLibOptDxe ARM: fix arithmetic bugs in CompareMem()
 2016-09-13 17:26 UTC 

Relocation fixup during AARCH64 SEC PE-COFF generation?
 2016-09-13 16:01 UTC  (7+ messages)

[PATCH v5 0/4] MdePkg: add ARM/AARCH64 support to BaseMemoryLib
 2016-09-13 15:00 UTC  (4+ messages)
` [PATCH v5 4/4] MdePkg/BaseMemoryLibOptDxe ARM|AARCH64: disallow use in SEC & PEI phases

[PATCH] MdeModulePkg/PciBusDxe: make BAR degradation dependent on OPROM presence
 2016-09-13 14:56 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox