public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2017-02-28 11:47:08 to 2017-03-07 02:27:26 UTC [more...]

[patch] EmulatorPkg: Add the UefiBootManagerLib library
 2017-03-07  2:27 UTC 

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

[PATCH] BaseTools/CLANG: set -Wno-unused-but-set-variable on RELEASE builds
 2017-03-07  1:55 UTC  (3+ 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)

[RFC PATCH v1 0/5] x86: Secure Encrypted Virtualization (AMD)
 2017-03-06 23:28 UTC  (6+ 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 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 v3 0/4] ArmPkg, ArmVirtpkg ARM: enable strict memory protection
 2017-03-06 17:32 UTC  (5+ 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 v2 0/4] ArmPkg, ArmVirtpkg ARM: enable strict memory protection
 2017-03-06 16:40 UTC  (13+ messages)
` [PATCH v2 1/4] ArmPkg/CpuDxe ARM: avoid splitting page table sections unnecessarily
` [PATCH v2 2/4] ArmPkg/CpuDxe ARM: avoid unnecessary cache/TLB maintenance
` [PATCH v2 3/4] ArmPkg/CpuDxe ARM: honour RO/XP attributes in SetMemoryAttributes()
` [PATCH v2 4/4] ArmVirtPkg: enable PE/COFF image and memory protection for ARM platforms

[PATCH 0/5] ArmPkg, ArmVirtPkg ARM: enable non-executable stack
 2017-03-06 16:21 UTC  (14+ messages)
` [PATCH 1/5] ArmPkg/ArmMmuLib AARCH64: use correct return type for exported functions
` [PATCH 2/5] ArmPkg: move ARM version of SetMemoryAttributes to ArmMmuLib
` [PATCH 3/5] ArmPkg/ArmMmuLib: remove VirtualMask arg from ArmSetMemoryAttributes
` [PATCH 4/5] ArmPkg/ArmMmuLib ARM: implement memory permission control routines
` [PATCH 5/5] ArmVirtPkg: enable non-executable DXE stack for all platforms

[PATCH v4 0/4] MdePkg, MdeModulePkg: Enforce page allocation granularity
 2017-03-06 15:14 UTC  (8+ messages)
` [PATCH v4 1/4] MdePkg/ProcessorBind: add defines for "
` [PATCH v4 2/4] MdeModulePkg/DxeCore: switch to MdePkg allocation granularity macros
` [PATCH v4 3/4] MdeModulePkg/PiSmmCore: "
` [PATCH v4 4/4] MdeModulePkg/PeiCore: honour minimal runtime allocation granularity

[PATCH] MdePkg/SafeString.c: Fix code to be more readable
 2017-03-06  7:27 UTC  (2+ messages)

"[edk] Caculating time delay in milliseconds"
 2017-03-06  6:52 UTC  (6+ messages)

[PATCH] MdePkg/Pci22.h: Remove deprecated macros
 2017-03-06  6:39 UTC 

[PATCH 0/3] BaseTools/Source/C: Fix VS2010/2012 build failure
 2017-03-06  5:18 UTC  (5+ messages)
` [PATCH 1/3] BaseTools/GenFw: Fix VS2010/VS2012 "
` [PATCH 2/3] BaseTools/GenVtf: "
` [PATCH 3/3] BaseTools/VolInfo: "

[Patch][edk2-platforms/devel-MinnowBoard3] Adjust FVs size and base
 2017-03-06  2:41 UTC 

[PATCH v3 00/12] Refine casting expression result to bigger size
 2017-03-06  1:40 UTC  (5+ messages)
` [PATCH v3 02/12] MdeModulePkg: "
` [PATCH v3 09/12] SecurityPkg/Opal: "

[PATCH v3 0/6] Refine type cast for pointer subtraction
 2017-03-06  1:37 UTC  (8+ messages)
` [PATCH v3 1/6] MdeModulePkg: "
` [PATCH v3 4/6] NetworkPkg: "
` [PATCH v3 5/6] SecurityPkg: "

[PATCH] BaseTools/tools_def: Use armv7-a for CLANG35 ARM compilations
 2017-03-05  1:58 UTC 

[PATCH] ArmPlatformPkg/PlatformIntelBdsLib: don't clobber ConSplitter handle
 2017-03-03 21:37 UTC  (4+ messages)

Hiding physical memory from OS and VT-d/IOMMU
 2017-03-03 18:03 UTC  (3+ messages)

[PATCH v4 0/6] DxeBmDmaLib (BmDmaLib class) library
 2017-03-03 16:03 UTC  (12+ messages)
` [PATCH v4 1/6] MdeModulePkg: Add "
` [PATCH v4 2/6] ArmVirtPkg: Resolve BmDmaLib class for PciHostBridgeDxe driver
` [PATCH v4 3/6] CorebootPayloadPkg: "
` [PATCH v4 4/6] MdeModulePkg: "
` [PATCH v4 5/6] OvmfPkg: "
` [PATCH v4 6/6] MdeModulePkg: Modify PciHostBridgeDxe to use new BmDmaLib class library

[PATCH] SecurityPkg: Tcg2Dxe: Measure BootOrder, Boot#### to PCR[1]
 2017-03-03 14:11 UTC  (2+ messages)

[PATCH 1/2] SecurityPkg: Tcg2Dxe: Measure DBT into PCR[7]
 2017-03-03 14:11 UTC  (4+ messages)
` [PATCH 2/2] MdeModulePkg: Variable: Update DBT PCR[7] measure

[PATCH] MdePkg/Uefi: pack EFI_CAPSULE_TABLE struct
 2017-03-03 13:45 UTC  (3+ messages)

[PATCH v3] MdeModulePkg/PeiCore: honour minimal runtime allocation granularity
 2017-03-03 13:42 UTC  (5+ messages)

soc specific fixups in dtb
 2017-03-03 11:30 UTC 

[PATCH v2] MdeModulePkg/PeiCore: honour minimal runtime allocation granularity
 2017-03-03  9:17 UTC  (4+ messages)

[Patch] NetworkPkg/Dhcp6Dxe: Handle the Nil UUID case
 2017-03-03  8:34 UTC  (3+ messages)

[Patch] NetworkPkg/TlsAuthConfigDxe: Use StrToGuid in BaseLib
 2017-03-03  7:28 UTC  (2+ messages)

[PATCH] UefiCpuPkg/CpuDxe:
 2017-03-03  6:53 UTC  (3+ messages)
` [PATCH] UefiCpuPkg/CpuDxe: Add support for PCD PcdPteMemoryEncryptionAddressOrMask

[PATCH] MdeModulePkg/PeiCore: honour minimal runtime allocation granularity
 2017-03-03  5:08 UTC  (2+ messages)

[PATCH v3 0/7] ATAPI support on SiI SATA adapter
 2017-03-03  1:05 UTC  (4+ messages)
` [PATCH v3 3/7] EmbeddedPkg: SiI3132: Add ScsiProtocol callbacks

[PATCH 0/4] ArmVirtPkg: implement basic capsule support
 2017-03-02 18:56 UTC  (8+ messages)
` [PATCH 1/4] ArmVirtPkg/ArmVirtPlatformLib: base boot mode on capsule presence
` [PATCH 2/4] ArmVirtPkg/ArmVirtMemoryInitPeiLib: check for capsules before memory init
` [PATCH 3/4] ArmVirtPkg/PlatformBootManagerLib: process pending capsules
` [PATCH 4/4] ArmVirtPkg/ArmVirtQemu: enable basic capsule support

[Patch][edk2-platforms/devel-MinnowBoard3] Enable fastboot
 2017-03-02  7:55 UTC  (2+ messages)

[Patch][edk2-platforms/devel-MinnowBoard3] Enable fastboot
 2017-03-02  7:39 UTC 

[PATCH] BaseTools/Source/C/Makefiles: Fix NmakeSubdirs.bat always return 0
 2017-03-02  1:27 UTC  (2+ messages)

[OVMF] OVMF Support Dual-Socket boot?
 2017-03-02  1:01 UTC  (3+ messages)
  ` 答复: "

[PATCH 0/2] DP: Link DxeSmmPerformanceLib to make DP command generic
 2017-03-01 21:12 UTC  (6+ messages)
` [PATCH 1/2] PerformancePkg: "
` [PATCH 2/2] ShellPkg: "

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

[PATCH v2] ArmVirtPkg AARCH64: enable NX memory protection for all platforms
 2017-03-01 18:37 UTC  (3+ messages)

[PATCH] ArmVirtPkg: move UefiBootManagerLib resolution to ArmVirt.dsc.inc
 2017-03-01 11:46 UTC  (4+ messages)

[PATCH] ArmVirtPkg/HighMemDxe: preserve non-exec permissions on newly added regions
 2017-03-01 11:44 UTC  (3+ messages)

[platforms/devel-MinnowBoard3] Reformat ReadMe.MD with markdown (github) and simplify instructions
 2017-03-01 10:51 UTC  (2+ messages)

[OVMF] OVMF Support Dual-Socket boot?
 2017-03-01  9:37 UTC  (2+ messages)

[PATCH] ShellPkg/bcfg: Add Shell Spec 2.2 modification functionality
 2017-03-01  7:58 UTC  (3+ messages)

[Patch] MdeModulePkg: use LShiftU64() instead of "<<" to avoid IA32 build error
 2017-03-01  7:34 UTC  (4+ messages)

[PATCH 0/4] enhance to support android kernel
 2017-03-01  6:36 UTC  (5+ messages)
` [PATCH 1/4] EmbeddedPkg/AndroidFastboot: add the GetKernelArgs interface
` [PATCH 2/4] EmbeddedPkg/AndroidFastboot: fix to boot android kernel
` [PATCH 3/4] EmbeddedPkg: add Android boot device path
` [PATCH 4/4] EmbeddedPkg/AndroidBoot: boot android kernel from storage

ISCSI says "Session Doesn't Exist"
 2017-03-01  6:35 UTC  (4+ messages)

[PATCH v4 0/6] Add PCD PcdPteMemoryEncryptionAddressOrMask
 2017-03-01  4:56 UTC  (2+ messages)

[PATCH v3 0/6] DxeBmDmaLib (BmDmaLib class) library
 2017-03-01  2:54 UTC  (7+ messages)
` [PATCH v3 1/6] MdeModulePkg: Add "
` [PATCH v3 6/6] MdeModulePkg: Modify PciHostBridgeDxe to use new BmDmaLib class library

[PATCH v4 0/7] MdeModulePkg/DxeCore: increased memory protection
 2017-02-28 23:46 UTC  (8+ messages)

[PATCH v2 00/11] Add StrToGuid/HexToBytes/Ipv4/Ipv6 in BaseLib
 2017-02-28 17:05 UTC  (3+ messages)
` [PATCH v2 09/11] ShellPkg/Debug1CommandLib: Use StrToGuid/StrHexToBytes "

[PATCH 1/3] ArmPkg/UncachedMemoryAllocationLib: restore mapping attributes after free
 2017-02-28 12:13 UTC  (3+ messages)
` [PATCH 2/3] ArmPkg/UncachedMemoryAllocationLib: use CWG value to align pool allocations
` [PATCH 3/3] ArmPkg/UncachedMemoryAllocationLib: map uncached allocations non-executable


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