messages from 2017-02-20 05:06:19 to 2017-02-23 09:29:06 UTC [more...]
[PATCH] UefiCpuPkg/CpuDxe: Replace EFI_D_xxx with DEBUG_xxx in DEBUG()
2017-02-23 9:29 UTC (3+ messages)
Testing SMM with QEMU, KVM and libvirt
2017-02-23 9:07 UTC (6+ messages)
[RFC PATCH 0/4] RFC: increased memory protection
2017-02-23 8:52 UTC (6+ messages)
` [RFC PATCH 1/4] MdeModulePkg/DxeCore: allow BootServicesData->BootServicesCode conversion
` [RFC PATCH 2/4] MdeModulePkg/DxeCore: convert the DxeCore memory region to BootServicesCode
` [RFC PATCH 3/4] MdeModulePkg/DxeCore: lift non-exec permissions on loaded images
` [RFC PATCH 4/4] ArmPkg/CpuDxe: remap all data regions non-executable
[Patch 0/2] Ignore duplicated DNS address check
2017-02-23 5:30 UTC (3+ messages)
` [Patch 1/2] MdeModulePkg/Ip4Dxe: "
` [Patch 2/2] NetworkPkg/Ip6Dxe: "
[patch] MdeModulePkg: Update the Ethernet interface name
2017-02-23 3:39 UTC (3+ messages)
[patch] NetworkPkg: Update the Ethernet interface name
2017-02-23 3:38 UTC (4+ messages)
[Patch] BaseTools: Fix the regression issue caused by commit dc4c77
2017-02-23 3:22 UTC (3+ messages)
Improvements to build system etc. for edk2-platforms devel-MinnowBoard3?
2017-02-23 2:49 UTC (9+ messages)
[PATCH 0/7] Mark [Ascii|Unicode]ValueToString as deprecated
2017-02-23 1:50 UTC (10+ messages)
` [PATCH 1/7] IntelFrameworkModulePkg: Replace [Ascii|Unicode]ValueToString
` [PATCH 2/7] MdeModulePkg: "
` [PATCH 3/7] Nt32Pkg: "
` [PATCH 4/7] SignedCapsulePkg: "
` [PATCH 5/7] MdeModulePkg/PrintDxe: Handle the deprecation of [A|U]ValueToString
` [PATCH 6/7] MdeModulePkg/PrintLib: Add deprecated flag for APIs [A|U]ValueToString
` [PATCH 7/7] MdePkg/BasePrintLib: "
[PATCH 00/12] ArmVirtPkg, OvmfPkg: factor out QemuFwCfgS3Lib
2017-02-23 1:48 UTC (13+ messages)
` [PATCH 01/12] OvmfPkg: introduce QemuFwCfgS3Lib class
` [PATCH 02/12] OvmfPkg/QemuFwCfgS3Lib: add initial Base Null library instance
` [PATCH 03/12] OvmfPkg/QemuFwCfgS3Lib: add initial PEI and DXE fw_cfg library instances
` [PATCH 04/12] ArmVirtPkg: resolve QemuFwCfgS3Lib
` [PATCH 05/12] OvmfPkg: "
` [PATCH 06/12] ArmVirtPkg, OvmfPkg: retire QemuFwCfgS3Enabled() from QemuFwCfgLib
` [PATCH 07/12] OvmfPkg/QemuFwCfgS3Lib: add boot script opcode generation APIs to libclass
` [PATCH 08/12] OvmfPkg/QemuFwCfgS3Lib: implement opcode APIs for Base Null instance
` [PATCH 09/12] OvmfPkg/QemuFwCfgS3Lib: implement opcode APIs for PEI fw_cfg instance
` [PATCH 10/12] OvmfPkg/QemuFwCfgS3Lib: implement opcode APIs for DXE "
` [PATCH 11/12] OvmfPkg/SmmControl2Dxe: save fw_cfg boot script with QemuFwCfgS3Lib
` [PATCH 12/12] OvmfPkg/AcpiPlatformDxe: "
[Patch] BaseTools: add error check for Macro usage in the INF file
2017-02-23 1:14 UTC (8+ messages)
[PATCH v3 0/4] Add PCD PcdPteMemoryEncryptionAddressOrMask
2017-02-22 15:07 UTC (6+ messages)
` [PATCH v3 2/4] MdeModulePkg/Universal/CapsulePei: Add support for "
[PATCH 0/4] Fix runtime issue in XenBusDxe when compiled with GCC5
2017-02-22 14:16 UTC (14+ messages)
[PATCH 0/4] AARCH64: enable stack alignment check
2017-02-22 13:23 UTC (13+ messages)
` [PATCH 1/4] ArmPlatformPkg/ArmPlatformStackLib: use callee preserved registers
` [PATCH 2/4] ArmPkg/ArmLib: AARCH64: set frame pointer in cache maintenance routine
` [PATCH 3/4] ArmPkg/ArmLib: AARCH64: allow the stack aligment (SA) bit to be managed
` [PATCH 4/4] ArmPkg/ArmMmuLib: AARCH64: enable stack alignment checking
[PATCH] ArmVirtPkg/ArmVirt.dsc.inc: AARCH64: enable DXE image protection feature
2017-02-22 11:54 UTC
[PATCH v2] SecurityPkg: Fix potential bug in Security Boot dxe
2017-02-22 9:01 UTC
[patch] SecurityPkg: Fix potential bug in Security Boot dxe
2017-02-22 8:39 UTC (3+ messages)
[Patch] Nt32Pkg: Add build flag to enable or disable IPv6 network stack
2017-02-22 8:24 UTC (2+ messages)
[PATCH 00/11] Add StrToGuid/HexToBytes/Ipv4/Ipv6 in BaseLib
2017-02-22 8:14 UTC (17+ messages)
` [PATCH 01/11] MdePkg: Define IPv4_ADDRESS and IPv6_ADDRESS in Base.h
` [PATCH 02/11] MdePkg/UefiDevicePathLib: Rename StrToGuid to avoid link failure
` [PATCH 03/11] SignedCapsulePkg/IniParsing: "
` [PATCH 04/11] MdePkg/BaseLib: Add StrToGuid/StrHexToBytes/StrToIpv[4/6]Address
` [PATCH 05/11] MdePkg/BaseLib: Add AsciiStrToGuid/HexToBytes/ToIpv[4/6]Address
` [PATCH 06/11] MdePkg/UefiDevicePathLib: Use BaseLib string conversion services
` [PATCH 07/11] MdeModulePkg/CapsuleApp: Use StrToGuid in BaseLib
` [PATCH 08/11] SecurityPkg/SecureBootConfigDxe: "
` [PATCH 09/11] ShellPkg/Debug1CommandLib: Use StrToGuid/StrHexToBytes "
` [PATCH 10/11] SignedCapsulePkg/IniParsingLib: Use AsciiStrToGuid "
` [PATCH 11/11] MdeModulePkg/NetLib: Use StrToIpv4/6Address "
[PATCH 0/2] Add "-n/-s" support to "comp" command
2017-02-22 7:46 UTC (3+ messages)
` [PATCH 1/2] ShellPkg/comp: Rename variable names to proper ones
` [PATCH 2/2] ShellPkg/comp: Add "-n <diff-count>"/"-s <diff-byte>" support
[PATCH] UefiCpuPkg/CpuDxe: Fix hard code actual TimerPeriod value
2017-02-22 7:01 UTC (2+ messages)
[PATCH 00/12] Add SmiHandlerProfile feature
2017-02-22 6:48 UTC (6+ messages)
[Patch][edk2-platforms/devel-MinnowBoard3] Enable Secure Boot
2017-02-22 6:38 UTC (2+ messages)
Intel raid EFI Shell driver wanted
2017-02-22 6:15 UTC (2+ messages)
memory type information HOB / UEFI memmap defrag
2017-02-22 3:31 UTC (12+ messages)
[PATCH 0/6] OvmfPkg: AcpiPlatformDxe, QemuFwCfg: small cleanups after WRITE_POINTER
2017-02-22 2:41 UTC (9+ messages)
` [PATCH 1/6] OvmfPkg/AcpiPlatformDxe: drop double right shift in ADD/WRITE POINTER cmds
` [PATCH 2/6] OvmfPkg/AcpiPlatformDxe: update PointerValue comments in "BootScript.c"
` [PATCH 3/6] OvmfPkg/QemuFwCfgLib: move types/macros from lib class to IndustryStandard
` [PATCH 4/6] OvmfPkg/QemuFwCfg: introduce FW_CFG_IO_SELECTOR, adapt the package
` [PATCH 5/6] OvmfPkg/QemuFwCfg: introduce FW_CFG_IO_DATA, "
` [PATCH 6/6] OvmfPkg/QemuFwCfg: introduce FW_CFG_IO_DMA_ADDRESS, "
Question for memory type: EfiReservedMemoryType
2017-02-22 1:56 UTC (2+ messages)
` 答复: "
[PATCH v2 0/2] Add Local APIC memory mapped space in GCD
2017-02-22 1:31 UTC (5+ messages)
` [PATCH v2 1/2] UefiCpuPkg/CpuDxe: Copy two functions from PciHostBridge
` [PATCH v2 2/2] UefiCpuPkg/CpuDxe: Add Local APIC memory mapped space in GCD
UefiCpuPkg: PiSmmCpuDxeSmm (MpServioce.c)
2017-02-22 1:26 UTC (3+ messages)
EfiTestManagedDevice() issue in driver GetControllerName() function
2017-02-21 22:57 UTC (6+ messages)
` Followup : "
[PATCH V4 0/3] DXE Memory Protection
2017-02-21 17:25 UTC (8+ messages)
` [PATCH V4 1/3] UefiCpuPkg/CpuDxe: Add memory attribute setting
` [PATCH V4 2/3] MdeModulePkg/dec: add PcdImageProtectionPolicy
` [PATCH V4 3/3] MdeModulePkg/DxeCore: Add UEFI image protection
[PATCH v2 0/4] ArmPkg: add groundwork for DXE image protection
2017-02-21 14:04 UTC (6+ messages)
` [PATCH v2 2/4] ArmPkg/CpuDxe: translate invalid memory types in EfiAttributeToArmAttribute
` [PATCH v2 4/4] ArmPkg/ArmMmuLib: AARCH64: add support for modifying only permissions
[PATCH 0/5] OvmfPkg: support QEMU_LOADER_WRITE_POINTER
2017-02-21 12:15 UTC (7+ messages)
` [PATCH 5/5] OvmfPkg/AcpiPlatformDxe: replay QEMU_LOADER_WRITE_POINTER commands at S3
[PATCH] UefiCpuPkg/CpuDxe: Add Local APIC memory mapped space in gDS
2017-02-21 8:32 UTC (4+ messages)
[PATCH] SecurityPkg/TpmCommandLib: Add Tpm2ReadPublic
2017-02-21 8:25 UTC (2+ messages)
[PATCH v2] MdeModulePkg/HiiDatabase: clean the value before setting default string
2017-02-21 8:20 UTC (2+ messages)
[PATCH] Security Tcg2Smm: Add missing gEfiTcg2ProtocolGuid dependency
2017-02-21 6:50 UTC (3+ messages)
[PATCH] UefiCpuPkg/ExceptionHandlerAsm.S: Fix code length issue with GCC 5.4
2017-02-21 4:37 UTC (2+ messages)
[patch] MdeModulePkg/BMMUiLib: Remove old useless data before new save action
2017-02-20 11:13 UTC (4+ messages)
` [patch] MdeModulePkg/HiiDatabase: clean the value before setting default string
[patch] MdeMoudlePkg/DisplayEngine: Fix incorrect index used in array "InputText"
2017-02-20 11:11 UTC (2+ messages)
[PATCH v2] NetworkPkg:Add scriptable configuration to iSCSI driver by
2017-02-20 8:50 UTC
[PATCH] Fix SMRR2 bug
2017-02-20 8:29 UTC (2+ messages)
[PATCH] MdeModulePkg/PciBusDxe: Refine code to make it more readable
2017-02-20 6:38 UTC (2+ messages)
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