public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2017-03-24 02:51:41 to 2017-03-28 17:27:01 UTC [more...]

[PATCH v2] EmbeddedPkg: add DT platform driver to select between DT and ACPI
 2017-03-28 17:26 UTC  (4+ messages)

Reset from post BDS pahse to PEI phase
 2017-03-28 15:08 UTC  (2+ messages)

[PATCH v4 00/12] ArmVirtPkg: don't forward the DT to the OS if QEMU provides ACPI
 2017-03-28 14:09 UTC  (15+ messages)
` [PATCH v4 01/12] Revert "ArmVirtPkg/FdtClientDxe: make DT table installation !ACPI dependent"
` [PATCH v4 02/12] Revert "ArmVirtPkg/FdtClientDxe: install DT configuration table at ReadyToBoot"
` [PATCH v4 03/12] ArmVirtPkg/XenAcpiPlatformDxe: don't cast UINT64 to pointer directly
` [PATCH v4 04/12] EmbeddedPkg: introduce EDKII Platform Has ACPI GUID
` [PATCH v4 05/12] EmbeddedPkg: introduce PlatformHasAcpiLib
` [PATCH v4 06/12] EmbeddedPkg: introduce EDKII Platform Has Device Tree GUID
` [PATCH v4 07/12] ArmVirtPkg: add PlatformHasAcpiDtDxe
` [PATCH v4 08/12] ArmVirtPkg: add XenPlatformHasAcpiDtDxe
` [PATCH v4 09/12] ArmVirtPkg: enable AcpiTableDxe and EFI_ACPI_TABLE_PROTOCOL dynamically
` [PATCH v4 10/12] ArmVirtPkg/FdtClientDxe: install DT as sysconfig table in protocol notify
` [PATCH v4 11/12] ArmVirtPkg/PlatformHasAcpiDtDxe: don't expose DT if QEMU provides ACPI
` [PATCH v4 12/12] ArmVirtPkg: remove PURE_ACPI_BOOT_ENABLE and PcdPureAcpiBoot

[Patch] SignedCapsulePkg: Update RecoveryModuleLoadPei to report the correct FvInfo
 2017-03-28 12:29 UTC  (2+ messages)

[PATCH] EmbeddedPkg: add DT platform driver to select between DT and ACPI
 2017-03-28 10:58 UTC  (6+ messages)

[Patch] BaseTools: Update Pkcs7 and RSA2048 tool with shell=True
 2017-03-28  9:37 UTC 

[Patch] BaseTools: tools_def.txt to append new option in VFRPP flag
 2017-03-28  9:37 UTC 

[PATCH 00/12] OvmfPkg: Enable variable access in PEI
 2017-03-28  9:22 UTC  (16+ messages)
` [PATCH 01/12] OvmfPkg/build.sh: Add support for --disable-flash switch
` [PATCH 02/12] OvmfPkg: resolve PcdLib for all PEIMs individually
` [PATCH 03/12] OvmfPkg: resolve PcdLib for PEIMs to PeiPcdLib by default
` [PATCH 04/12] OvmfPkg QemuFlash: Make QemuFlash.* Base class safe
` [PATCH 05/12] OvmfPkg QemuFlash: Make QemuFlashDetected external
` [PATCH 06/12] OvmfPkg QemuFlash: Add DetectFlashBaseLib.inf 'NULL' library
` [PATCH 07/12] OvmfPkg PlatformPei: Detect and set PcdOvmfFlashVariablesEnable
` [PATCH 08/12] OvmfPkg/EmuVariableFvbRuntimeDxe: Use PcdOvmfFlashVariablesEnable
` [PATCH 09/12] OvmfPkg PlatformPei: Set flash variable PCDs
` [PATCH 10/12] OvmfPkg PlatformPei: Initialize memory based variable store buffer
` [PATCH 11/12] OvmfPkg: Enable PEI variable access
` [PATCH 12/12] OvmfPkg QemuFlashFvbServicesRuntimeDxe: Cleanup init now done in PEI

[PATCH 0/3] UefiCpuPkg/PiSmmCpuDxeSmm: Check all SMM ranges found
 2017-03-28  8:54 UTC  (4+ messages)
` [PATCH 1/3] UefiCpuPkg/PiSmmCpuDxeSmm: Save SMM ranges info into global variables
` [PATCH 2/3] UefiCpuPkg/PiSmmCpuDxeSmm: Add IsInSmmRanges() to check SMM range
` [PATCH 3/3] UefiCpuPkg/PiSmmCpuDxeSmm: Update saved SMM ranges check in SmmProfile

[PATCH 0/3] UefiCpuPkg/PiSmmCpuDxeSmm: Check all SMM ranges found
 2017-03-28  8:50 UTC  (4+ messages)
` [PATCH 1/3] UefiCpuPkg/PiSmmCpuDxeSmm: Save SMM ranges info into global variables
` [PATCH 2/3] UefiCpuPkg/PiSmmCpuDxeSmm: Add IsInSmmRanges() to check SMM range
` [PATCH 3/3] UefiCpuPkg/PiSmmCpuDxeSmm: Update saved SMM ranges check in SmmProfile

[PATCH v3 00/12] ArmVirtPkg: don't forward the DT to the OS if QEMU provides ACPI
 2017-03-28  8:20 UTC  (18+ messages)
` [PATCH v3 01/12] Revert "ArmVirtPkg/FdtClientDxe: make DT table installation !ACPI dependent"
` [PATCH v3 02/12] Revert "ArmVirtPkg/FdtClientDxe: install DT configuration table at ReadyToBoot"
` [PATCH v3 03/12] ArmVirtPkg/XenAcpiPlatformDxe: don't cast UINT64 to pointer directly
` [PATCH v3 04/12] MdeModulePkg: introduce EDKII Platform Has ACPI GUID
` [PATCH v3 05/12] ArmPkg: introduce PlatformHasAcpiLib
` [PATCH v3 06/12] EmbeddedPkg: introduce EDKII Platform Has Device Tree GUID
` [PATCH v3 07/12] ArmVirtPkg: add PlatformHasAcpiDtDxe
` [PATCH v3 08/12] ArmVirtPkg: add XenPlatformHasAcpiDtDxe
` [PATCH v3 09/12] ArmVirtPkg: enable AcpiTableDxe and EFI_ACPI_TABLE_PROTOCOL dynamically
` [PATCH v3 10/12] ArmVirtPkg/FdtClientDxe: install DT as sysconfig table in protocol notify
` [PATCH v3 11/12] ArmVirtPkg/PlatformHasAcpiDtDxe: don't expose DT if QEMU provides ACPI
` [PATCH v3 12/12] ArmVirtPkg: remove PURE_ACPI_BOOT_ENABLE and PcdPureAcpiBoot

[PATCH v2 00/11] Upgrade CryptoPkg to use the OpenSSL 1.1.0xx/stable release
 2017-03-28  8:19 UTC  (17+ messages)
` [PATCH v2 01/11] CryptoPkg/OpensslLib: Update INF files to support OpenSSL-1.1.0x build
` [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 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

[RESEND] [RFC PATCH v2 00/10] x86: Secure Encrypted Virtualization (AMD)
 2017-03-28  8:14 UTC  (36+ messages)
` [RFC PATCH v2 01/10] OvmfPkg/Include: Define SEV specific CPUID and MSR
` [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 v2 00/12] ArmVirtPkg: don't forward the DT to the OS if QEMU provides ACPI
 2017-03-28  7:49 UTC  (17+ messages)
` [PATCH v2 05/12] ArmPkg: introduce EDKII Platform Has ACPI Protocol, and plug-in library

[PATCH 1/2] MdeModulePkg/Tcp4Dxe: Fix unconditional window shrinking
 2017-03-28  7:20 UTC  (2+ messages)
` [PATCH 2/2] NetworkPkg/TcpDxe: "

[patch 1/2] MdeModulePkg/MemoryProtection: Fix coding style issue
 2017-03-28  6:43 UTC  (4+ messages)
` [patch 2/2] ShellPkg/Shell: Make comments align with the function

[RFC] GLOBAL_REMOVE_IF_UNREFERENCED, multiply defined symbols, and MSFT/GCC tool chains
 2017-03-28  6:00 UTC  (13+ messages)

VFR IMAGE_TOKEN Macro
 2017-03-28  3:28 UTC  (2+ messages)

[PATCH] ShellPkg/Shell: Avoid potential null pointer deference
 2017-03-28  3:09 UTC  (2+ messages)

[RFC] [PATCH 0/3] Add IOMMU support
 2017-03-28  2:32 UTC  (17+ messages)
` [PATCH 1/3] MdeModulePkg/Include: Add IOMMU protocol definition
` [RFC] [PATCH 2/3] MdeModulePkg/PciHostBridge: Add IOMMU support
` [RFC] [PATCH 3/3] MdeModulePkg/PciBus: "

[PATCH] MdeModulePkg/SmmCore: Fix memory leak on Profile unregistered
 2017-03-28  2:18 UTC  (2+ messages)

[Patch][edk2-platforms] Vlv2DeviceRefCodePkg: Change Reset Type
 2017-03-28  1:51 UTC  (2+ messages)

[PATCH v2] UefiCpuPkg/MpLib.c: Add checking CR0 PG bit
 2017-03-28  1:42 UTC  (2+ messages)

[edk2-staging][PATCH 0/2] Create new acpiview branch
 2017-03-27 18:25 UTC  (2+ messages)

[PATCH 0/3] ArmPkg: increase robustness of the crash handler
 2017-03-27 12:55 UTC  (5+ messages)
` [PATCH 3/3] ArmPkg/ArmExceptionLib: use EL0 stack for synchronous exceptions

[PATCH] MdeModulePkg/PeiCore: avoid EFI_IMAGE_MACHINE_TYPE_SUPPORTED to check arch
 2017-03-27 12:22 UTC 

[PATCH] MdeModulePkg/DxeCore: add missing id-to-string mapping for AARCH64
 2017-03-27 11:19 UTC 

Administrator Password Problem
 2017-03-27 10:20 UTC 

[PATCH] UefiCpuPkg/MpLib.c: Add checking CR0 PG bit
 2017-03-27  7:02 UTC 

[Patch] MdeModulePkg/DxeHttpLib: Fix the incorrect return status if URI port is invalid
 2017-03-27  6:47 UTC 

Hypervisor with UEFI
 2017-03-27  5:48 UTC  (2+ messages)

[PATCH 0/2] [UefiCpuPkg] Support 64bit MMIO address in CPU Register Table
 2017-03-27  5:30 UTC  (2+ messages)

[PATCH] UefiCpuPkg/RegisterCpuFeaturesLib: Add ASSERT on allocated memory
 2017-03-27  5:30 UTC  (2+ messages)

[PATCH 0/4] MdeModulePkg/BaseTools: Add Brotli algorithm support
 2017-03-27  3:15 UTC  (3+ messages)

[PATCH 0/5] [UefiCpuPkg/CpuFeatures] Fix some comments and meta data issues
 2017-03-27  3:04 UTC  (7+ messages)
` [PATCH 1/5] UefiCpuPkg/RegisterCpuFeaturesLib: Fix the function header issues
` [PATCH 2/5] UefiCpuPkg/RegisterCpuFeaturesLib: Remove static type
` [PATCH 3/5] UefiCpuPkg/RegisterCpuFeaturesLib: Fix meta data comments
` [PATCH 4/5] UefiCpuPkg/CpuCommonFeaturesLib: Generate new INF GUID value
` [PATCH 5/5] UefiCpuPkg: Add new PCDs PROMPT/HELP string in UNI file

[Patch] BaseTools: Fix build failure for DynamicEx Pcd used in the Library
 2017-03-27  2:36 UTC  (2+ messages)

Page Table initialization and update in SMM mode
 2017-03-24 23:48 UTC  (3+ 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 


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