public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2016-09-20 10:51:46 to 2016-09-22 21:21:45 UTC [more...]

[PATCH 0/1] MdeModulePkg/EbcDxe: add ARM support
 2016-09-22 21:21 UTC  (9+ messages)

[PATCH] ShellPkg: Add Persistent Memory support in 'memmap' command
 2016-09-22 21:21 UTC  (4+ messages)

[PATCH] ShellPkg: Remove current working dir path ".; " from 'path' variable
 2016-09-22 21:21 UTC  (2+ messages)

[RFC V2] EDK2 Platform Proposal
 2016-09-22 20:54 UTC 

[PATCH] ShellPkg: Add '-nc' flag support in 'disconnect' command
 2016-09-22 19:49 UTC 

flat mapping vs identity mapping on ARM
 2016-09-22 19:14 UTC  (7+ messages)

[PATCH] ShellPkg: Expand special output file to include "NULL" and case insensitive
 2016-09-22 19:12 UTC 

Issues with HTTPS Boot
 2016-09-22 18:10 UTC  (7+ messages)

[PATCH] ShellPkg: Expand special output file to include "NULL" and case insensitive
 2016-09-22 16:20 UTC  (2+ messages)

[Patch] BaseTools: handling the case that map file is not exist
 2016-09-22 13:56 UTC 

Help Required legacy booting from an EFI
 2016-09-22 11:25 UTC  (6+ messages)

[PATCH 1/1] MdeModulePkg/EbcDxe: add ARM support
 2016-09-22  9:43 UTC 

[PATCH] MdePkg/BaseMemoryLibOptDxe ARM AARCH64: fix thinko in SetMem##
 2016-09-22  8:54 UTC 

[PATCH] NetworkPkg: Fix RSOD issue in Ip6Dxe
 2016-09-22  8:47 UTC  (2+ messages)

[PATCH] ArmVirtPkg: move all platforms to MdePkg/ BaseMemoryLib implementations
 2016-09-22  8:09 UTC  (3+ messages)

Tianocore Bugzilla server links updated
 2016-09-22  6:34 UTC 

NOOPT OVMF build (or otherwise with optimizations disabled)
 2016-09-22  4:52 UTC  (3+ messages)

[patch] OptionRomPkg: Fix GCC build failure
 2016-09-22  2:51 UTC 

[Patch] MdeModulePkg FormBrowserEx: Change its structure name with EDKII_ prefix
 2016-09-22  2:49 UTC  (4+ messages)

[PATCH] Add Pkcs7VerifyPkg
 2016-09-22  2:48 UTC  (2+ messages)

[PATCH 00/45] Add capsule update and recovery sample
 2016-09-22  2:40 UTC  (57+ 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

[PATCH v2] OvmfPkg: Fix VS toolchain build failure
 2016-09-22  2:33 UTC  (4+ messages)

Protocol EFI_FORM_BROWSER_EXTENSION_PROTOCOL - included in UDK code but not part of the spec
 2016-09-22  2:08 UTC  (5+ messages)

[patch] OvmfPkg: Fix VS toolchain build failure
 2016-09-22  1:10 UTC  (3+ messages)

[RFC] Email tags for Bugzilla and administrative events
 2016-09-21 23:44 UTC  (3+ messages)

[PATCH 0/3] PL011 updates
 2016-09-21 20:33 UTC  (4+ messages)
` [PATCH 1/3] ArmPlatformPkg: Fix PL011 FIFO size test
` [PATCH 2/3] ArmPlatformPkg: Correct mendacious comments
` [PATCH 3/3] ArmPlatformPkg: Remove UINTN cast when setting BaudRate

Problem with Arm Mmu code in CpuDxe
 2016-09-21 17:54 UTC  (4+ messages)

[PATCH v3 00/10] enhance mmc
 2016-09-21 15:02 UTC  (11+ messages)
` [PATCH v3 01/10] MmcDxe: wait OCR busy bit free
` [PATCH v3 02/10] MmcDxe: move ECSD into CardInfo structure
` [PATCH v3 03/10] MmcDxe: add SPEC_VERS field in CSD structure
` [PATCH v3 04/10] MmcDxe: add interface to change io width and speed
` [PATCH v3 05/10] MmcDxe: declare ECSD structure
` [PATCH v3 06/10] MmcDxe: set io bus width before reading EXTCSD
` [PATCH v3 07/10] MmcDxe: Fix uninitialized mediaid for SD
` [PATCH v3 08/10] MmcDxe: set iospeed and bus width in SD stack
` [PATCH v3 09/10] MmcDxe: expand to support multiple blocks
` [PATCH v3 10/10] PL180: update for indentifying SD

Exporting discontiguous System Memory to EFI STUB
 2016-09-21 11:36 UTC  (9+ messages)

[Patch 0/2] Clean the previous address since the policy changed
 2016-09-21 10:29 UTC  (5+ messages)
` [Patch 1/2] MdeModulePkg: "
` [Patch 2/2] NetworkPkg: "

[PATCH 0/2] Update help info for capsule/recovery
 2016-09-21  8:48 UTC  (3+ messages)
` [PATCH 1/2] QuarkPlatformPkg/Readme: add capsule/recovery related content
` [PATCH 2/2] Vlv2TbltDevicePkg/Build: Add capsule/recovery in help info

[USB IF]Mismatch between EDK2 and a USB vendor
 2016-09-21  8:34 UTC  (4+ messages)

[PATCH 0/2] BeagleBoardPkg ArmPkg: get rid of BaseMemoryLibStm
 2016-09-21  8:28 UTC  (3+ messages)
` [PATCH 1/2] BeagleBoardPkg: remove dependency on ArmPkg/BaseMemoryLibStm
` [PATCH 2/2] ArmPkg: remove BaseMemoryLibStm

[PATCH] SecurityPkg/TPM2: Sync PcrAllocations and PcrMask
 2016-09-21  8:06 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

[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  (8+ messages)
` [PATCH v2 2/3] MdePkg/BaseMemoryLib*: add missing ASSERT()s

[Patch 0/3] Fix Quark platform ASSERT() on GCC tip
 2016-09-20 20:28 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 


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