messages from 2017-03-21 09:24:45 to 2017-03-24 17:58:03 UTC [more...]
[RFC] GLOBAL_REMOVE_IF_UNREFERENCED, multiply defined symbols, and MSFT/GCC tool chains
2017-03-24 17:57 UTC (3+ messages)
[PATCH v2 00/12] ArmVirtPkg: don't forward the DT to the OS if QEMU provides ACPI
2017-03-24 17:11 UTC (41+ messages)
` [PATCH v2 01/12] Revert "ArmVirtPkg/FdtClientDxe: make DT table installation !ACPI dependent"
` [PATCH v2 02/12] Revert "ArmVirtPkg/FdtClientDxe: install DT configuration table at ReadyToBoot"
` [PATCH v2 04/12] ArmVirtPkg/XenAcpiPlatformDxe: don't cast UINT64 to pointer directly
` [PATCH v2 05/12] ArmPkg: introduce EDKII Platform Has ACPI Protocol, and plug-in library
` [PATCH v2 07/12] ArmVirtPkg: add PlatformHasAcpiDtDxe
` [PATCH v2 08/12] ArmVirtPkg: add XenPlatformHasAcpiDtDxe
` [PATCH v2 09/12] ArmVirtPkg: enable AcpiTableDxe and EFI_ACPI_TABLE_PROTOCOL dynamically
` [PATCH v2 10/12] ArmVirtPkg/FdtClientDxe: install DT as sysconfig table in protocol notify
` [PATCH v2 11/12] ArmVirtPkg/PlatformHasAcpiDtDxe: don't expose DT if QEMU provides ACPI
` [PATCH v2 12/12] ArmVirtPkg: remove PURE_ACPI_BOOT_ENABLE and PcdPureAcpiBoot
Page Table initialization and update in SMM mode
2017-03-24 15:58 UTC (2+ messages)
[PATCH] MdeModulePkg/Core/Dxe: Clear SEV mask on MMIO regions
2017-03-24 14:39 UTC (6+ messages)
[PATCH v4 0/6] DxeBmDmaLib (BmDmaLib class) library
2017-03-24 14:03 UTC (10+ messages)
[PATCH 00/14] OvmfPkg: add the Variable PEIM, defragment the UEFI memmap
2017-03-24 12:49 UTC (6+ messages)
[patch] NetworkPkg: Fix some bugs related to iSCSI keyword configuration
2017-03-24 8:43 UTC
Closing events and releasing resources in notify function
2017-03-24 7:08 UTC (4+ messages)
[Patch] MdePkg/UefiDevicePathLib: Refine the DevPathFromTextiSCSI protocol parsing
2017-03-24 6:44 UTC
[Patch] NetworkPkg/DnsDxe: Fix zero StationIp configuration failure of DNSv6
2017-03-24 6:00 UTC
[PATCH v2 00/11] Upgrade CryptoPkg to use the OpenSSL 1.1.0xx/stable release
2017-03-24 5:40 UTC (24+ messages)
` [PATCH v2 01/11] CryptoPkg/OpensslLib: Update INF files to support OpenSSL-1.1.0x build
` [PATCH v2 02/11] CryptoPkg: Update .gitignore for OpenSSL source masking
` [PATCH v2 03/11] CryptoPkg/OpensslLib: Remove patch file and installation scripts
` [PATCH v2 04/11] CryptoPkg/OpensslLib: Add new Perl script for file list generation
` [PATCH v2 05/11] CryptoPkg/OpensslLib: Add new OpenSSL-HOWTO document
` [PATCH v2 06/11] CryptoPkg: Fix handling of &strcmp function pointers
` [PATCH v2 07/11] CryptoPkg: Clean-up CRT Library Wrapper
` [PATCH v2 08/11] CryptoPkg: Add extra build option to disable VS build warning
` [PATCH v2 09/11] CryptoPkg: Update HMAC Wrapper with opaque HMAC_CTX object
` [PATCH v2 10/11] CryptoPkg: Update PK Cipher Wrappers work with opaque objects
` [PATCH v2 11/11] CryptoPkg/TlsLib: Update TLS Wrapper to align with OpenSSL changes
Jaben out next week
2017-03-23 20:17 UTC
[RFC v2] GitBook documentation process
2017-03-23 18:40 UTC (4+ messages)
[RESEND] [RFC PATCH v2 00/10] x86: Secure Encrypted Virtualization (AMD)
2017-03-23 17:44 UTC (20+ messages)
` [RFC PATCH v2 01/10] OvmfPkg/Include: Define SEV specific CPUID and MSR
` [RFC PATCH v2 02/10] OvmfPkg/ResetVector: add memory encryption mask when SEV is enabled
` [RFC PATCH v2 03/10] OvmfPkg/PlatformPei: Add Secure Encrypted Virutualization (SEV) support
` [RFC PATCH v2 04/10] OvmfPkg/BaseMemcryptSevLib: Add SEV helper library
` [RFC PATCH v2 05/10] OvmfPkg/DxeBmDmaLib: Import DxeBmDmaLib package
` [RFC PATCH v2 06/10] OvmfPkg/DxeBmDmaLib: Fix AllocateBounceBuffer parameter
` [RFC PATCH v2 07/10] OvmfPkg/BmDmaLib: Add SEV support
` [RFC PATCH v2 08/10] OvmfPkg/QemuFwCfgLib: Provide Pei and Dxe specific library support
` [RFC PATCH v2 09/10] OvmfPkg/QemuFwCfgLib: Add Secure Encrypted Virtualization (SEV) support
` [RFC PATCH v2 10/10] OvmfPkg/QemuVideoDxe: Clear the C-bit from framebuffer region when SEV is enabled
[PATCH v1 0/9] *** Upgrade CryptoPkg to use the latest OpenSSL 1.1.0xx/stable release ***
2017-03-23 16:23 UTC (24+ messages)
` [PATCH v1 1/9] CryptoPkg/OpensslLib: Update INF files to support OpenSSL-1.1.0xx build
` [PATCH v1 2/9] CryptoPkg/OpensslLib: Remove patch file and installation scripts
` [PATCH v1 3/9] CryptoPkg: Fix handling of &strcmp function pointers
` [PATCH v1 4/9] CryptoPkg/OpensslLib: Use new Perl script for file list generation
` [PATCH v1 5/9] CryptoPkg: Clean-up CRT Library Wrapper
` [PATCH v1 6/9] CryptoPkg: Add extra build option to disable VS build warning
` [PATCH v1 7/9] CryptoPkg: Update HMAC Wrapper implementation with opaque HMAC_CTX object
` [PATCH v1 8/9] CryptoPkg: Update PK Ciphers Wrapper Implementations work with opaque objects
` [PATCH v1 9/9] CryptoPkg/TlsLib: Update TLS Wrapper Library to align with OpenSSL changes
[PATCH] ShellPkg/mm: Support UINT16 segment number
2017-03-23 15:06 UTC (2+ messages)
ASSERT with PXE IPv6 boot
2017-03-23 9:47 UTC (4+ messages)
[PATCH] UefiCpuPkg/RegisterCpuFeaturesLib: Add ASSERT on allocated memory
2017-03-23 7:20 UTC
[PATCH 0/4] MdeModulePkg/BaseTools: Add Brotli algorithm support
2017-03-23 6:05 UTC (2+ messages)
[MdeModulePkg/Ip4Dxe] Is it a bug in Ip4Input.c?
2017-03-23 5:41 UTC (5+ messages)
` 答复: "
[PATCH 0/2] [UefiCpuPkg] Support 64bit MMIO address in CPU Register Table
2017-03-23 5:27 UTC (3+ messages)
` [PATCH 1/2] UefiCpuPkg/RegisterCpuFeaturesLib: Define Index to UINT64
` [PATCH 2/2] UefiCpuPkg/AcpiCpuData.h: Support >4GB MMIO address
[PATCH v3] BaseTools: Skip module AutoGen by comparing timestamp
2017-03-23 3:45 UTC (2+ messages)
How to auto format source file to be EDK2 code style?
2017-03-23 3:26 UTC (2+ messages)
[PATCH 4/4] BaseTools: Add Brotli algorithm tool
2017-03-23 2:16 UTC
[PATCH 2/4] MdeModulePkg: Add Brotli algorithm decompression library
2017-03-23 2:16 UTC
[PATCH] UefiCpuPkg/RegisterCpuFeaturesLib: Set CpuFeatureEntry initial value
2017-03-23 1:52 UTC (2+ messages)
[PATCH] UefiCpuPkg/CpuCommonFeaturesLib: Fix case write issue
2017-03-23 1:17 UTC (2+ messages)
Leif on holiday
2017-03-22 19:08 UTC
[PATCH 0/4] Shell/Quark/ArmPkg: promote shell app FILE_GUID to proper GUID
2017-03-22 15:54 UTC (15+ messages)
` [PATCH 1/4] ShellPkg: add GUID declaration for FILE_GUID of UEFI Shell app to package
` [PATCH 2/4] QuarkPlatformPkg/PlatformBootManagerLib: use new UefiShellFileGuid definition
` [PATCH 3/4] ArmPkg/PlatformBootManagerLib: refer to Shell FILE_GUID directly
` [PATCH 4/4] ArmVirtPkg/ArmVirtQemu: refer to Shell app via its declared GUID
[PATCH] ShellPkg: Add Shell invocation option '-exit'
2017-03-22 15:43 UTC (3+ messages)
[PATCH 0/3] ArmPkg/PlatformBootManagerLib: fixes
2017-03-22 13:22 UTC (7+ messages)
` [PATCH 2/3] ArmPkg/PlatformBootManagerLib: refer to Shell FILE_GUID directly
` [PATCH 3/3] ArmPkg/PlatformBootManagerLib: move to BootLogoLib for boot splash support
[PATCH 0/3] ArmPkg: increase robustness of the crash handler
2017-03-22 13:20 UTC (10+ messages)
` [PATCH 1/3] ArmPkg/DefaultExceptionHandlerLib: add missing GUID to .inf
` [PATCH 2/3] ArmPkg/DefaultExceptionHandlerLib: walk call stack unconditionally
` [PATCH 3/3] ArmPkg/ArmExceptionLib: use EL0 stack for synchronous exceptions
[PATCH] ShellPkg: Fix shell not able to run startup.nsh
2017-03-22 8:00 UTC
[Patch] NetworkPkg/IScsiDxe: Fix the incorrect error handling in DriverEntryPoint
2017-03-22 3:03 UTC (2+ messages)
Do edk2 support PcdGetEx64 in library
2017-03-22 1:48 UTC (3+ messages)
[Patch] BaseTools: Fix build failure for DynamicEx Pcd used in the Library
2017-03-22 1:45 UTC
[Patch][edk2-platforms/devel-MinnowBoard3] Add SSDT table tool
2017-03-22 1:38 UTC (2+ messages)
[PATCH 0/2] MdeModulePkg/Ufs: Wait fDeviceInit be cleared by devices during init
2017-03-22 1:28 UTC (3+ messages)
` [PATCH 1/2] MdeModulePkg/UfsPassThruDxe: Replace 'EFI_D_XXX' with 'DEBUG_XXX'
` [PATCH 2/2] MdeModulePkg/Ufs: Wait fDeviceInit be cleared by devices during init
[PATCH] MdeModulePkg/MemoryProtection: split protect and unprotect paths
2017-03-21 21:30 UTC (3+ messages)
[RFC PATCH v2 00/10] x86: Secure Encrypted Virtualization (AMD)
2017-03-21 21:00 UTC (11+ messages)
` [RFC PATCH v2 01/10] OvmfPkg/Include: Define SEV specific CPUID and MSR
` [RFC PATCH v2 02/10] OvmfPkg/ResetVector: add memory encryption mask when SEV is enabled
` [RFC PATCH v2 03/10] OvmfPkg/PlatformPei: Add Secure Encrypted Virutualization (SEV) support
` [RFC PATCH v2 04/10] OvmfPkg/BaseMemcryptSevLib: Add SEV helper library
` [RFC PATCH v2 05/10] OvmfPkg/DxeBmDmaLib: Import DxeBmDmaLib package
` [RFC PATCH v2 06/10] OvmfPkg/DxeBmDmaLib: Fix AllocateBounceBuffer parameter
` [RFC PATCH v2 07/10] OvmfPkg/BmDmaLib: Add SEV support
` [RFC PATCH v2 08/10] OvmfPkg/QemuFwCfgLib: Provide Pei and Dxe specific library support
` [RFC PATCH v2 09/10] OvmfPkg/QemuFwCfgLib: Add Secure Encrypted Virtualization (SEV) support
` [RFC PATCH v2 10/10] OvmfPkg/QemuVideoDxe: Clear the C-bit from framebuffer region when SEV is enabled
[PATCH 0/2] ArmVirtPkg/HighMemDxe: fix issues reported by Michael
2017-03-21 10:42 UTC (6+ messages)
` [PATCH 1/2] ArmVirtPkg/HighMemDxe: use CPU arch protocol to apply memprotect policy
` [PATCH 2/2] ArmVirtPkg/HighMemDxe: check new regions against GCD memory space map
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox