public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2017-03-06 16:11:57 to 2017-03-10 07:16:35 UTC [more...]

[PATCH v2 0/2] MdeModulePkg/CapsuleLib: Code refinements
 2017-03-10  7:16 UTC  (2+ messages)
` [PATCH v2 1/2] MdeModulePkg/CapsuleLib: Add lib destructors to handle unclosed events

[Patch][edk2-platforms/devel-MinnowBoard3] Change BIOS version
 2017-03-10  7:07 UTC 

[PATCH 0/2] MdeModulePkg/CapsuleLib: Code refinements
 2017-03-10  7:02 UTC  (6+ messages)
` [PATCH 1/2] MdeModulePkg/CapsuleLib: Add lib destructors to handle unclosed events
` [PATCH 2/2] MdeModulePkg/CapsuleLib: Free the buffer returned by GetVariable2 API

[Patch] MdePkg/UefiDevicePathLib: Fix the wrong MAC address length
 2017-03-10  6:47 UTC 

[PATCH] MdeModulePkg/PlatVarCleanupLib: Add lib destructor for unclosed event
 2017-03-10  6:17 UTC  (2+ messages)

[Patch][edk2-platforms] Vlv2TbltDevicePkg: Add BGRT table
 2017-03-10  2:11 UTC 

[Patch][edk2-platforms] Vlv2TbltDevicePkg: Add BGRT table
 2017-03-10  1:34 UTC  (2+ messages)

[PATCH V4 0/3] DXE Memory Protection
 2017-03-10  1:02 UTC  (4+ messages)
` [PATCH V4 1/3] UefiCpuPkg/CpuDxe: Add memory attribute setting

[PATCH] MdePkg/Pci22.h: Remove deprecated macros
 2017-03-10  0:39 UTC  (2+ messages)

[patch] BaseTools/UPT: Fix an issue in subst command
 2017-03-10  0:25 UTC 

[edk2-staging][PATCH 0/2] Create new acpiview branch
 2017-03-09 23:49 UTC  (3+ messages)
` [edk2-staging][PATCH 1/2] ShellPkg: acpiview branch on edk2-staging
` [edk2-staging][PATCH 2/2] ShellPkg: Add acpiview tool to dump ACPI tables

[PATCH v2 0/4] ArmVirtPkg: make DT vs ACPI support mutually exclusive
 2017-03-09 17:39 UTC  (10+ messages)
` [PATCH v2 1/4] ArmVirtPkg/FdtClientDxe: supplement missing EFIAPI calling conv specifiers
` [PATCH v2 2/4] ArmVirtPkg/ArmVirtPL031FdtClientLib: unconditionally disable DT node
` [PATCH v2 3/4] ArmVirtPkg/FdtClientDxe: install DT configuration table at ReadyToBoot
` [PATCH v2 4/4] ArmVirtPkg/FdtClientDxe: make DT table installation !ACPI dependent

[PATCH 0/6] ArmVirtPkg: don't forward the DT to the OS if QEMU provides ACPI
 2017-03-09 17:19 UTC  (14+ messages)
` [PATCH 1/6] ArmVirtPkg/FdtClientDxe: supplement missing EFIAPI calling conv specifiers
` [PATCH 2/6] ArmVirtPkg: introduce FDT_CLIENT_PROTOCOL.GetOsExposure() member function
` [PATCH 3/6] ArmVirtPkg/ArmVirtPL031FdtClientLib: get rid of PcdPureAcpiBoot dependency
` [PATCH 4/6] ArmVirtPkg/QemuFwCfgLib: add explicitly initialized instance
` [PATCH 5/6] ArmVirtPkg/FdtClientDxe: don't forward DT to OS if QEMU provides ACPI
` [PATCH 6/6] ArmVirtPkg: remove PURE_ACPI_BOOT_ENABLE and PcdPureAcpiBoot

[PATCH 0/3] ArmVirtQemu: make DT vs ACPI support mutually exclusive
 2017-03-09 17:07 UTC  (10+ messages)
` [PATCH 1/3] ArmVirtPkg/ArmVirtPL031FdtClientLib: unconditionally disable DT node
` [PATCH 2/3] ArmVirtPkg/FdtClientDxe: install DT configuration table at ReadyToBoot
` [PATCH 3/3] ArmVirtPkg/FdtClientDxe: make DT table installation !ACPI dependent

[RFC PATCH v1 0/5] x86: Secure Encrypted Virtualization (AMD)
 2017-03-09 16:36 UTC  (30+ messages)
` [RFC PATCH v1 1/5] OvmfPkg/ResetVector: Set memory encryption when SEV is active
` [RFC PATCH v1 2/5] OvmfPkg/MemcryptSevLib: Add SEV helper library
` [RFC PATCH v1 3/5] OvmfPkg/PlatformPei: Initialize SEV support
` [RFC PATCH v1 4/5] OvmfPkg/BaseIoLibIntrinsic: import BaseIoLibIntrinsic package
` [RFC PATCH v1 5/5] OvmfPkg/BaseIoLibIntrinsic: Unroll String I/O when SEV is active

[PATCH v2 0/2] MdeModulePkg/AcpiTableDxe: improve FADT.{DSDT, X_DSDT} mutual exclusion
 2017-03-09 14:06 UTC  (7+ messages)
` [PATCH v2 1/2] MdeModulePkg/AcpiTableDxe: condense whitespace around FADT.{DSDT, X_DSDT}
` [PATCH v2 2/2] MdeModulePkg/AcpiTableDxe: improve FADT.{DSDT, X_DSDT} mutual exclusion

[PATCH 00/11] Add CPU features driver
 2017-03-09  8:35 UTC  (12+ messages)
` [PATCH 01/11] UefiCpuPkg/AcpiCpuData: Update RegisterTableEntry type
` [PATCH 02/11] UefiCpuPkg/CpuS3DataDxe: Consume the existing PcdCpuS3DataAddress
` [PATCH 03/11] UefiCpuPkg/PiSmmCpuDxeSmm: Skip if AllocatedSize is 0
` [PATCH 04/11] UefiCpuPkg/Msr: Add CPUID signature check MACROs
` [PATCH 05/11] UefiCpuPkg/UefiCpuPkg.dec: Add a set of CPU features PCDs
` [PATCH 06/11] UefiCpuPkg: Add GUID gEdkiiCpuFeaturesSetDoneGuid
` [PATCH 07/11] UefiCpuPkg: Add GUID gEdkiiCpuFeaturesInitDoneGuid
` [PATCH 08/11] UefiCpuPkg/Include/Library: Add Register CPU Features Library
` [PATCH 09/11] UefiCpuPkg: Add PEI/DXE Register CPU Features Library instances
` [PATCH 10/11] UefiCpuPkg: Add NULL CPU Common Features Library instance
` [PATCH 11/11] UefiCpuPkg: Add CPU Features PEI/DXE drivers

[patch] NetworkPkg: Fix potential bug if the iSCSI use dns protocol
 2017-03-09  8:17 UTC 

[patch] BaseTools/UPT: Fix an issue of adding Event twice
 2017-03-09  6:53 UTC  (2+ messages)

[patch] BaseTools/UPT: Man Page Update
 2017-03-09  6:53 UTC  (2+ messages)

[patch 1/2] BaseTools/ECC: Fix an issue of parameter parser
 2017-03-09  6:53 UTC  (4+ messages)
` [patch 2/2] BaseTools/UPT: Add a checkpoint for missing '"'

SIMD Instruction supported in UEFI?
 2017-03-09  6:18 UTC  (3+ messages)

Do edk2 support PcdGetEx64 in library
 2017-03-09  2:45 UTC 

[PATCH] SignedCapsulePkg: Add Readme.md
 2017-03-09  2:35 UTC 

[PATCH] IntelFsp2Pkg: Add Readme.md
 2017-03-09  2:35 UTC  (2+ messages)
` [PATCH] IntelFsp2WrapperPkg: "

[PATCH] Add SignedCapsule content
 2017-03-09  2:14 UTC 

[Patch][edk2-platforms/devel-MinnowBoard3] Fix Graphic issue
 2017-03-09  1:45 UTC  (3+ messages)

LNK2001 error: unable to find _BdsDxeStrings
 2017-03-08 17:37 UTC 

[PATCH v4 0/6] DxeBmDmaLib (BmDmaLib class) library
 2017-03-08 16:04 UTC  (12+ messages)

[PATCH 0/2] MdeModulePkg/AcpiTableDxe: improve FADT.{DSDT, X_DSDT} mutual exclusion
 2017-03-08 13:14 UTC  (3+ messages)

[PATCH] ArmPkg/CpuDxe: handle implied attributes in EfiAttributeToArmAttribute
 2017-03-08 13:10 UTC  (2+ messages)

[PATCH] ArmVirtPkg: apply PE/COFF memory protection to DxeCore as well
 2017-03-08  9:43 UTC  (3+ messages)

[PATCH v4 0/6] ATAPI support on SiI SATA adapter
 2017-03-07 22:15 UTC  (8+ messages)
` [PATCH v4 1/6] EmbeddedPkg: SiI3132: Note that ARM is using this Dxe
` [PATCH v4 2/6] EmbeddedPkg: SiI3132: Add ScsiProtocol callbacks
` [PATCH v4 3/6] EmbeddedPkg: SiI3132: Add SCSI protocol support to header
` [PATCH v4 4/6] EmbeddedPkg: SiI3132: Break out FIS command submission
` [PATCH v4 5/6] EmbeddedPkg: SiI3132: Cleanup device node creation
` [PATCH v4 6/6] EmbeddedPkg: SiI3132: Enable SCSI pass-through protocol
` [PATCH] Platforms/ARM/Juno: Add "

[PATCH 1/3] ArmPkg/UncachedMemoryAllocationLib: restore mapping attributes after free
 2017-03-07 16:49 UTC  (6+ messages)
` [PATCH 2/3] ArmPkg/UncachedMemoryAllocationLib: use CWG value to align pool allocations
` [PATCH 3/3] ArmPkg/UncachedMemoryAllocationLib: map uncached allocations non-executable

[RFC PATCH 0/6] OVMF: HFS+ (and Mac OS X boot)
 2017-03-07 16:21 UTC  (10+ messages)
` [RFC PATCH 1/6] FswHfsPlus: add File System Wrapper (FSW) interface code
` [RFC PATCH 2/6] FswHfsPlus: connect FSW code to EDK2, fix compile discrepancies
` [RFC PATCH 3/6] FswHfsPlus: implement FSW driver for the HFS+ file system
` [RFC PATCH 4/6] EdkCompatibilityPkg: allow ConsoleControl protocol to be used
` [RFC PATCH 5/6] OvmfPkg: add Apple boot support
` [RFC PATCH 6/6] OvmfPkg: enable AppleSupport library for Ovmf firmware

[patch] MdeModulePkg: Add PROMPT&HELP string of pcd to UNI file
 2017-03-07 13:49 UTC  (6+ messages)
` [patch] MdeModulePkg/DxeCore: Fix coding style issues

SIMD Instruction supported ?
 2017-03-07 12:54 UTC  (2+ messages)

[PATCH v2 0/4] ArmPkg, ArmVirtPkg ARM: enable non-executable stack
 2017-03-07  9:31 UTC  (6+ messages)
` [PATCH v2 1/4] ArmPkg: move ARM version of SetMemoryAttributes to ArmMmuLib
` [PATCH v2 2/4] ArmPkg/ArmMmuLib: remove VirtualMask arg from ArmSetMemoryAttributes
` [PATCH v2 3/4] ArmPkg/ArmMmuLib ARM: implement memory permission control routines
` [PATCH v2 4/4] ArmVirtPkg: enable non-executable DXE stack for all platforms

[PATCH 0/3] Refine the comment for AsciiValueToStringS
 2017-03-07  8:16 UTC  (4+ messages)
` [PATCH 1/3] MdePkg/BasePrintLib: Refine the comment for AsciiValueToStringS API
` [PATCH 2/3] MdeModulePkg/PrintLib: "
` [PATCH 3/3] MdeModulePkg/Print2: Refine the comment for ASCII_VALUE_TO_STRING_S

UNDI initialize
 2017-03-07  8:00 UTC  (2+ messages)

[PATCH v3 0/4] ArmPkg, ArmVirtpkg ARM: enable strict memory protection
 2017-03-07  7:57 UTC  (6+ messages)
` [PATCH v3 1/4] ArmPkg/CpuDxe ARM: avoid splitting page table sections unnecessarily
` [PATCH v3 2/4] ArmPkg/CpuDxe ARM: avoid unnecessary cache/TLB maintenance
` [PATCH v3 3/4] ArmPkg/CpuDxe ARM: honour RO/XP attributes in SetMemoryAttributes()
` [PATCH v3 4/4] ArmVirtPkg: enable PE/COFF image and memory protection for ARM platforms

[PATCH] BaseTools/CLANG: set -Wno-unused-but-set-variable on RELEASE builds
 2017-03-07  3:04 UTC  (4+ messages)

[patch] EmulatorPkg: Add the UefiBootManagerLib library
 2017-03-07  2:31 UTC  (2+ messages)

question about BSP switch function
 2017-03-07  1:26 UTC  (2+ messages)

[PATCH] UefiCpuPkg/PiSmmCpuDxeSmm: Refine casting result to bigger size
 2017-03-07  1:25 UTC  (2+ messages)

*BinPkg question
 2017-03-07  0:33 UTC  (3+ messages)

[PATCH 00/12] ArmVirtPkg, OvmfPkg: factor out QemuFwCfgS3Lib
 2017-03-06 18:41 UTC  (3+ messages)

[PATCH] ShellPkg: Fix Shell not able to run startup.nsh from first location
 2017-03-06 18:27 UTC  (2+ messages)

[PATCH v2 0/4] ArmPkg, ArmVirtpkg ARM: enable strict memory protection
 2017-03-06 16:40 UTC  (9+ messages)
` [PATCH v2 1/4] ArmPkg/CpuDxe ARM: avoid splitting page table sections unnecessarily
` [PATCH v2 3/4] ArmPkg/CpuDxe ARM: honour RO/XP attributes in SetMemoryAttributes()

[PATCH 0/5] ArmPkg, ArmVirtPkg ARM: enable non-executable stack
 2017-03-06 16:21 UTC  (7+ messages)
` [PATCH 2/5] ArmPkg: move ARM version of SetMemoryAttributes to ArmMmuLib
` [PATCH 4/5] ArmPkg/ArmMmuLib ARM: implement memory permission control routines


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