public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2017-02-23 01:02:41 to 2017-02-26 17:43:23 UTC [more...]

[PATCH v4 0/6] Add PCD PcdPteMemoryEncryptionAddressOrMask
 2017-02-26 17:43 UTC  (7+ messages)
` [PATCH v4 1/6] MdeModulePkg: "
` [PATCH v4 2/6] MdeModulePkg/Core/DxeIplPeim: Add support for "
` [PATCH v4 3/6] MdeModulePkg/Universal/CapsulePei: "
` [PATCH v4 4/6] UefiCpuPkg/Universal/Acpi/S3Resume2Pei: "
` [PATCH v4 5/6] MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe: "
` [PATCH v4 6/6] UefiCpuPkg/PiSmmCpuDxeSmm: "

[PATCH v2 0/5] RFC: increased memory protection
 2017-02-26 15:09 UTC  (8+ messages)
` [PATCH v2 1/5] ArmPkg/CpuDxe: ignore attribute changes during SyncCacheConfig()
` [PATCH v2 2/5] MdeModulePkg/PeiCore: allocate BootServicesCode memory for PE/COFF images
` [PATCH v2 3/5] MdeModulePkg/DxeCore: pass pool type to CoreFreePoolPages ()
` [PATCH v2 4/5] MdeModulePkg: define PCD for DXE memory protection policy
` [PATCH v2 5/5] MdeModulePkg/DxeCore: implement "

[PATCH] MdeModulePkg/DxeCore: base code protection on permission attributes
 2017-02-26 14:00 UTC  (3+ messages)

[Patch] CryptoPkg/OpensslLib: Upgrade OpenSSL version to 1.0.2k
 2017-02-25 14:38 UTC  (5+ messages)

[PATCH v2 0/5] ArmVirt- Nt32- Ovmf- CryptoPkg: conditionalize libssl presence in OpensslLib
 2017-02-25 14:08 UTC  (9+ messages)
` [PATCH v2 1/5] CryptoPkg/OpensslLib: refresh OpensslLib.inf, opensslconf.h after 32387e00
` [PATCH v2 2/5] CryptoPkg/OpensslLib: introduce OpensslLibCrypto instance
` [PATCH v2 3/5] ArmVirtPkg: resolve OpensslLib to OpensslLibCrypto
` [PATCH v2 4/5] Nt32Pkg: exclude libssl functionality from OpensslLib if TLS_ENABLE=FALSE
` [PATCH v2 5/5] OvmfPkg: "

[PATCH v3 00/12] Refine casting expression result to bigger size
 2017-02-25  5:51 UTC  (15+ messages)
` [PATCH v3 01/12] MdePkg: "
` [PATCH v3 02/12] MdeModulePkg: "
` [PATCH v3 03/12] FatPkg: "
` [PATCH v3 04/12] IntelFrameworkModulePkg: "
` [PATCH v3 05/12] IntelFsp2WrapperPkg: "
` [PATCH v3 06/12] IntelFspWrapperPkg: "
` [PATCH v3 07/12] NetworkPkg: "
` [PATCH v3 08/12] PcAtChipsetPkg: "
` [PATCH v3 09/12] SecurityPkg/Opal: "
` [PATCH v3 10/12] ShellPkg: "
` [PATCH v3 11/12] SourceLevelDebugPkg: "
` [PATCH v3 12/12] UefiCpuPkg: "

[PATCH v3 0/6] Refine type cast for pointer subtraction
 2017-02-25  4:05 UTC  (7+ messages)
` [PATCH v3 1/6] MdeModulePkg: "
` [PATCH v3 2/6] CryptoPkg: "
` [PATCH v3 3/6] IntelFrameworkModulePkg: "
` [PATCH v3 4/6] NetworkPkg: "
` [PATCH v3 5/6] SecurityPkg: "
` [PATCH v3 6/6] ShellPkg: "

[PATCH] ArmPkg: remove unused PcdArmUncachedMemoryMask PCD
 2017-02-24 23:18 UTC  (2+ messages)

[PATCH] ArmVirtPkg: clear PcdPerformanceLibraryPropertyMask PCD
 2017-02-24 23:18 UTC  (3+ messages)

[PATCH v3 0/7] ATAPI support on SiI SATA adapter
 2017-02-24 18:23 UTC  (13+ messages)
` [PATCH v3 1/7] EmbeddedPkg: SiI3132: Note that ARM is using this Dxe
` [PATCH v3 2/7] MdePkg IndustryStandard/Scsi.h: Add sense code macro
` [PATCH v3 3/7] EmbeddedPkg: SiI3132: Add ScsiProtocol callbacks
` [PATCH v3 4/7] EmbeddedPkg: SiI3132: Add SCSI protocol support to header
` [PATCH v3 5/7] EmbeddedPkg: SiI3132: Break out FIS command submission
` [PATCH v3 6/7] EmbeddedPkg: SiI3132: Cleanup device node creation
` [PATCH v3 7/7] EmbeddedPkg: SiI3132: Enable SCSI pass-through protocol
` [PATCH] Platforms/ARM/Juno: Add "

[PATCH] ArmVirtPkg/ArmVirt.dsc.inc: AARCH64: enable DXE image protection feature
 2017-02-24 15:17 UTC  (3+ messages)

[PATCH 0/4] HardwareInterrupt2 protocol
 2017-02-24 14:06 UTC  (12+ messages)
` [PATCH 4/4] ArmPkg:Provide GetTriggerType/SetTriggerType functions

ISCSI says "Session Doesn't Exist"
 2017-02-24 13:58 UTC 

[PATCH] BaseTools: GCC: move most AutoGen.obj contents back to .data section
 2017-02-24 10:31 UTC  (5+ messages)

[URGENT-ish PATCH 0/5] ArmVirt- Nt32- Ovmf- CryptoPkg: conditionalize libssl presence in OpensslLib
 2017-02-24  9:46 UTC  (13+ messages)
` [PATCH 1/5] CryptoPkg/OpensslLib: refresh OpensslLib.inf, opensslconf.h after 32387e00
` [PATCH 2/5] CryptoPkg/OpensslLib: introduce OpensslLibNoSsl instance
` [PATCH 3/5] ArmVirtPkg: resolve OpensslLib to OpensslLibNoSsl
` [PATCH 4/5] Nt32Pkg: exclude libssl functionality from OpensslLib if TLS_ENABLE=FALSE
` [PATCH 5/5] OvmfPkg: "

[PATCH] UefiCpuPkg/CpuDxe: Do not ASSERT on AllocateMemorySpace() error
 2017-02-24  9:43 UTC  (4+ messages)

撤回: FCE tool retrieve edk2 bios fd( build by linux gcc) failed
 2017-02-24  7:46 UTC  (3+ messages)
` FCE tool parse "
  ` 答复: "

Should Path Name in File Path Media Device Path node be NULL terminated?
 2017-02-24  7:40 UTC  (2+ messages)

[PATCH v3] BaseTools: Skip module AutoGen by comparing timestamp
 2017-02-24  7:26 UTC 

FCE tool retrieve edk2 bios fd( build by linux gcc) failed
 2017-02-24  6:46 UTC 

[patch] NetworkPkg: Add check logic for some variable in iSCSI driver
 2017-02-24  6:26 UTC 

[PATCH] SignedCapsulePkg/EdkiiSystemCapsuleLib: Fix logic error
 2017-02-24  5:08 UTC  (11+ messages)
  ` CapsuleApp behavior for CAPSULE_FLAGS_PERSIST_ACROSS_RESET only capsule
              ` Tcg2Pei.efi assert after sync to latest trunk

[PATCH 0/3] DP: Fix GCC build failure
 2017-02-24  4:06 UTC  (6+ messages)
` [PATCH 1/3] MdeModulePkg PerformanceLib: Fix GCC build failure caused by cfb0aba
` [PATCH 2/3] PerformancePkg Dp_App: Fixed GCC build failure caused by 1393510
` [PATCH 3/3] ShellPkg UefiDpLib: Fixed GCC build failure caused by ef22403

[RFC PATCH 0/4] RFC: increased memory protection
 2017-02-24  2:25 UTC  (7+ messages)

[PATCH] MdeModulePkg SmmSmiHandlerProfileLib: Fix GCC build failure
 2017-02-24  1:59 UTC  (3+ messages)

[PATCH v4 0/3] Remove TimerLib dependency from DP
 2017-02-24  1:32 UTC  (5+ messages)
` [PATCH v4 1/3] MdeModulePkg: Add performance property configuration table

Improvements to build system etc. for edk2-platforms devel-MinnowBoard3?
 2017-02-23 23:11 UTC  (10+ messages)

[PATCH v2 0/7] ATAPI support on SiI SATA adapter
 2017-02-23 22:36 UTC  (10+ messages)
` [PATCH v2 1/7] EmbeddedPkg: SiI3132: Note that ARM is using this Dxe
` [PATCH v2 2/7] MdePkg IndustryStandard/Scsi.h: Add sense code macro
` [PATCH v2 3/7] EmbeddedPkg: SiI3132: Add ScsiProtocol callbacks
` [PATCH v2 4/7] EmbeddedPkg: SiI3132: Add SCSI protocol support to header
` [PATCH v2 5/7] EmbeddedPkg: SiI3132: Break out FIS command submission
` [PATCH v2 6/7] EmbeddedPkg: SiI3132: Cleanup device node creation
` [PATCH v2 7/7] EmbeddedPkg: SiI3132: Enable SCSI pass-through protocol
` [PATCH] Platforms/ARM/Juno: Add "

[PATCH 1/2] ArmPkg: remove DebugUncachedMemoryAllocationLib
 2017-02-23 17:58 UTC  (6+ messages)
` [PATCH 2/2] ArmPkg/CpuDxe: remove VirtualUncachedPages protocol and implementation

DxeCore assert during initialization
 2017-02-23 17:55 UTC  (8+ messages)

[PATCH 00/12] ArmVirtPkg, OvmfPkg: factor out QemuFwCfgS3Lib
 2017-02-23 17:22 UTC  (17+ 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] OvmfPkg/XenBusDxe: Use EFIAPI for XenStoreVSPrint
 2017-02-23 16:10 UTC  (3+ messages)

[PATCH 0/4] Fix runtime issue in XenBusDxe when compiled with GCC5
 2017-02-23 13:00 UTC  (13+ messages)

[Patch] BaseTools: Fix the regression issue caused by commit dc4c77
 2017-02-23 10:56 UTC  (3+ messages)

[Patch 0/2] Ignore duplicated DNS address check
 2017-02-23 10:25 UTC  (4+ messages)
` [Patch 1/2] MdeModulePkg/Ip4Dxe: "
` [Patch 2/2] NetworkPkg/Ip6Dxe: "

[Patch] BaseTools: add error check for Macro usage in the INF file
 2017-02-23 10:22 UTC  (5+ messages)

[PATCH] UefiCpuPkg/CpuDxe: Replace EFI_D_xxx with DEBUG_xxx in DEBUG()
 2017-02-23  9:29 UTC  (2+ messages)

Testing SMM with QEMU, KVM and libvirt
 2017-02-23  9:07 UTC  (6+ messages)

[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 0/7] Mark [Ascii|Unicode]ValueToString as deprecated
 2017-02-23  1:50 UTC  (2+ messages)


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