messages from 2018-07-28 06:03:50 to 2018-08-02 14:46:01 UTC [more...]
[PATCH 0/6] UefiLib: centralize OpenFileByDevicePath() and fix its bugs
2018-08-02 14:45 UTC (8+ messages)
` [PATCH 1/6] MdePkg/UefiLib: introduce EfiOpenFileByDevicePath()
Question about memory map entries
2018-08-02 14:44 UTC (8+ messages)
[PATCH edk2-platforms v1 00/38] Upload for D06 platform
2018-08-02 14:42 UTC (7+ messages)
` [PATCH edk2-platforms v1 01/38] Silicon/Hisilicon: Modify the MRC interface for other module
` 答复: [PATCH edk2-platforms v1 00/38] Upload for D06 platform
[PATCH v2] NetworkPkg/HttpDxe: Strip square brackets in IPv6 expressed HostName
2018-08-02 13:48 UTC (2+ messages)
Missing boot related measurements at TPM 2.0 PCRs 0-7 with OVMF
2018-08-02 13:14 UTC (5+ messages)
Undefined types referenced in MdePkg
2018-08-02 13:05 UTC (4+ messages)
Tool to check memory leaks
2018-08-02 12:53 UTC (2+ messages)
[PATCH edk2-platforms 0/3] Add Platform-Generic Packages to support Windows IoT Core
2018-08-02 11:38 UTC (13+ messages)
` [PATCH edk2-platforms 1/3] Platform/Microsoft: Add SdMmc Dxe Driver
` [PATCH edk2-platforms 2/3] Platform/Microsoft: Add MsPkg
` [PATCH edk2-platforms 3/3] Platform/Microsoft: Add Lauterbach debug library
[PATCH] MdeModulePkg: Remove redundant library classes and GUIDs
2018-08-02 10:02 UTC (2+ messages)
[PATCH] BaseTools: Guid.xref doesn't specify the correct GUID value for Driver
2018-08-02 7:13 UTC (2+ messages)
[PATCH v2] MdeModulePkg: Remove redundant library classes, protocols and GUIDs
2018-08-02 5:56 UTC
[Patch] NetworkPkg/HttpDxe: Stripped square brackets in IPv6 expressed HostName
2018-08-02 1:24 UTC (6+ messages)
[PATCH] MdeModulePkg DxeCapsuleLibFmp: Add NULL check to the return buffers
2018-08-02 1:22 UTC (2+ messages)
[PATCH edk2-platforms 0/7] Silicon/NXP: Import NXP i.MX platform package
2018-08-01 23:59 UTC (4+ messages)
` [PATCH edk2-platforms 1/7] Silicon/NXP: Add support for iMX SDHC
[Patch v6 00/23] Add FmpDevicePkg
2018-08-01 23:29 UTC (24+ messages)
` [Patch v6 01/23] FmpDevicePkg: Add package, library classes, and PCDs
` [Patch v6 02/23] FmpDevicePkg: Add library instances
` [Patch v6 03/23] FmpDevicePkg: Add FmpDxe module
` [Patch v6 04/23] FmpDevicePkg: Add DSC file to build all package components
` [Patch v6 05/23] FmpDevicePkg FmpDxe: Update function comment for FmpDxeEntryPoint
` [Patch v6 06/23] FmpDevicePkg FmpDxe: Return 0 when LSV check is not required
` [Patch v6 07/23] FmpDevicePkg: Remove IPF
` [Patch v6 08/23] FmpDevicePkg: Add DISABLE_NEW_DEPRECATED_INTERFACES build options
` [Patch v6 09/23] FmpDevicePkg FmpDxe: Check Progress!= NULL before calling Progress(100)
` [Patch v6 10/23] FmpDevicePkg FmpDxe: Add EFI_ABORTED in retval of CheckTheImage()
` [Patch v6 11/23] FmpDevicePkg FmpDxe: Fix typo "EFI_SECURITY_VIOLATIO"
` [Patch v6 12/23] FmpDevicePkg: Remove DisplayUpdateProgressLib mapping for FmpDxe
` [Patch v6 13/23] FmpDevicePkg FmpDxe: Add NULL check to return Value from GetVariable2
` [Patch v6 14/23] FmpDevicePkg FmpDxe: Check ImageIndex first before Image/ImageSize
` [Patch v6 15/23] FmpDevicePkg FmpDxe: Use Attributes to know whether reset is required
` [Patch v6 16/23] FmpDevicePkg FmpDxe: Add comment in mFmpDeviceLocked's declaration
` [Patch v6 17/23] FmpDevicePkg FmpDxe: Return UNSUPPORTED if device has been locked
` [Patch v6 18/23] FmpDevicePkg FmpDxe: Initialize DeviceLibLowestSupportedVersion
` [Patch v6 19/23] FmpDevicePkg: Fix code style issue
` [Patch v6 20/23] FmpDevicePkg FmpDxe: Use local variable to store test key digest size
` [Patch v6 21/23] FmpDevicePkg/FmpDxe: Fix XCODE build failure
` [Patch v6 22/23] FmpDevicePkg: Remove useless lib mapping in dsc
` [Patch v6 23/23] MdeModulePkg/BdsDxe: Move display of test key usage into BDS module
[PATCH] FmpDevicePkg: Remove useless lib mapping in dsc
2018-08-01 23:20 UTC (3+ messages)
[PATCH] FmpDevicePkg FmpDxe: Fix XCODE build failure
2018-08-01 22:49 UTC (2+ messages)
[Patch v5 00/21] Add FmpDevicePkg
2018-08-01 22:39 UTC (28+ messages)
` [Patch v5 01/21] FmpDevicePkg: Add package, library classes, and PCDs
` [Patch v5 02/21] FmpDevicePkg: Add library instances
` [Patch v5 03/21] FmpDevicePkg: Add FmpDxe module
` [Patch v5 04/21] FmpDevicePkg: Add DSC file to build all package components
` [Patch v5 05/21] FmpDevicePkg FmpDxe: Update function comment for FmpDxeEntryPoint
` [Patch v5 06/21] FmpDevicePkg FmpDxe: Return 0 when LSV check is not required
` [Patch v5 07/21] FmpDevicePkg: Remove IPF
` [Patch v5 08/21] FmpDevicePkg: Add DISABLE_NEW_DEPRECATED_INTERFACES build options
` [Patch v5 09/21] FmpDevicePkg FmpDxe: Check Progress!= NULL before calling Progress(100)
` [Patch v5 10/21] FmpDevicePkg FmpDxe: Add EFI_ABORTED in retval of CheckTheImage()
` [Patch v5 11/21] FmpDevicePkg FmpDxe: Fix typo "EFI_SECURITY_VIOLATIO"
` [Patch v5 12/21] FmpDevicePkg: Remove DisplayUpdateProgressLib mapping for FmpDxe
` [Patch v5 13/21] FmpDevicePkg FmpDxe: Add NULL check to return Value from GetVariable2
` [Patch v5 14/21] FmpDevicePkg FmpDxe: Check ImageIndex first before Image/ImageSize
` [Patch v5 15/21] FmpDevicePkg FmpDxe: Use Attributes to know whether reset is required
` [Patch v5 16/21] FmpDevicePkg FmpDxe: Add comment in mFmpDeviceLocked's declaration
` [Patch v5 17/21] FmpDevicePkg FmpDxe: Return UNSUPPORTED if device has been locked
` [Patch v5 18/21] FmpDevicePkg FmpDxe: Initialize DeviceLibLowestSupportedVersion
` [Patch v5 19/21] FmpDevicePkg: Fix code style issue
` [Patch v5 20/21] FmpDevicePkg FmpDxe: Use local variable to store test key digest size
` [Patch v5 21/21] MdeModulePkg/BdsDxe: Move display of test key usage into BDS module
[Patch] BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
2018-08-01 7:02 UTC (2+ messages)
[Patch v3 00/10] Add Capsule Generation Tools
2018-08-01 6:33 UTC (11+ messages)
` [Patch v3 01/10] BaseTools/Capsule: "
` [Patch v3 02/10] BaseTools GenerateCapsule: Change property to executable for Linux
` [Patch v3 03/10] BaseTools/Capsule: Add max value checks to Capsule Generation tools
` [Patch v3 04/10] BaseTools/Capsule: Remove support for PopulateSystemTable
` [Patch v3 05/10] BaseTools/Capsule: Fix CertType GUID byte order
` [Patch v3 06/10] BaseTools/Capsule: Do not support -o with --dump-info
` [Patch v3 07/10] BaseTools/Capsule: Update help for --fw-version and --lsv
` [Patch v3 08/10] BaseTools/Capsule: Update file header with tool limitations
` [Patch v3 09/10] BaseTools/Capsule: Prevent traceback during signing operations
` [Patch v3 10/10] BaseTools/Capsule: Support capsules without a payload header
[Patch] Build Spec: Add rules for structure pcd display in the report
2018-08-01 3:24 UTC
[Patch] [UDK2017] SecurityPkg OpalPasswordSupportLib: Add check to avoid potential buffer overflow
2018-08-01 2:44 UTC (3+ messages)
[PATCH] BaseTools: Use pickle to replace cPickle
2018-08-01 0:41 UTC (2+ messages)
[PATCH] BaseTools: remove unused import thread
2018-08-01 0:41 UTC (2+ messages)
:Build error
2018-07-31 12:57 UTC (3+ messages)
[PATCH] SignedCapsulePkg SystemFirmwareReportDxe: Try LocateProtocol
2018-07-31 11:06 UTC (2+ messages)
[staging/FmpDevicePkg-master][PATCH] FmpDevicePkg FmpDxe: Use local variable to store test key digest size
2018-07-31 2:32 UTC (2+ messages)
[staging/FmpDevicePkg-master][PATCH] FmpDevicePkg: Fix code style issue
2018-07-31 2:28 UTC (2+ messages)
[PATCH] MdePkg FirmwareManagement.h: Fix code style issue
2018-07-31 2:15 UTC (3+ messages)
[staging/FmpDevicePkg-master][PATCH V2] FmpDevicePkg FmpDxe: Initialize DeviceLibLowestSupportedVersion
2018-07-31 2:13 UTC (2+ messages)
reg: HTTP Request Failure over Internet
2018-07-31 1:43 UTC (5+ messages)
[PATCH] MdeModulePkg DxeCapsuleLib: Use Attr to know whether reset is required
2018-07-31 0:45 UTC (2+ messages)
Question About DxeDriver load process
2018-07-31 0:43 UTC (5+ messages)
[PATCH] MdeModulePkg DxeCapsuleLibFmp: Free HandleBuffer after it is used
2018-07-30 22:32 UTC (2+ messages)
[patch 0/4] ShellPkg/UefiShellAcpiViewCommandLib: Fix build issues
2018-07-30 17:46 UTC (9+ messages)
` [patch 1/4] ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2012 build failure
` [patch 2/4] "
` [patch 3/4] ShellPkg/UefiShellAcpiViewCommandLib: Fix VS "
` [patch 4/4] ShellPkg/UefiShellAcpiViewCommandLib: Fix GCC "
[patch 0/4] Remove DxeSmmPerformanceLib
2018-07-30 17:45 UTC (7+ messages)
` [patch 1/4] QuarkPlatformPkg: "
` [patch 2/4] Vlv2TbltDevicePkg: "
` [patch 3/4] ShellPkg: "
` [patch 4/4] MdeModulePkg: "
[platforms: PATCH v2 0/6] Armada7k8k ComPhy rework
2018-07-30 16:36 UTC (2+ messages)
[PATCH 0/2] Avoid possible NULL ptr dereference
2018-07-30 7:25 UTC (5+ messages)
` [PATCH 1/2] MdePkg/SmmMemLib: "
` [PATCH 2/2] UefiCpuPkg/PiSmmCpuDxeSmm: "
[patch 0/2] Enahnce Perf data transfer between Dxe Perf Lib and driver
2018-07-30 7:00 UTC (3+ messages)
` [patch 1/2] MdeModulePkg: Add definition of Boot Performance Table protocol
` [patch 2/2] MdeModulePkg: Implement/use "
[patch 0/3] Add PeiPerformancePpiLib
2018-07-30 6:59 UTC (4+ messages)
` [patch 1/3] MdeModulePkg: Add the definition of performance measurement PPI
` [patch 2/3] MdeModulePkg/PeiPerformanceLib: Produce the new PerformancePpi
` [patch 3/3] MdeModulePkg/PeiPerformancePpiLib: Add PeiPerformancePpiLib
[staging/FmpDevicePkg-master][PATCH] FmpDevicePkg FmpDxe: Initialize DeviceLibLowestSupportedVersion
2018-07-30 5:43 UTC (4+ messages)
[staging/FmpDevicePkg-master 0/8] Fix GenerateCapsule issues
2018-07-30 4:53 UTC (10+ messages)
` [staging/FmpDevicePkg-master 1/8] BaseTools/Capsule: Add max value checks to Capsule Generation tools
` [staging/FmpDevicePkg-master 2/8] BaseTools/Capsule: Remove support for PopulateSystemTable
` [staging/FmpDevicePkg-master 3/8] BaseTools/Capsule: Fix CertType GUID byte order
` [staging/FmpDevicePkg-master 4/8] BaseTools/Capsule: Do not support -o with --dump-info
` [staging/FmpDevicePkg-master 5/8] BaseTools/Capsule: Update help for --fw-version and --lsv
` [staging/FmpDevicePkg-master 6/8] BaseTools/Capsule: Update file header with tool limitations
` [staging/FmpDevicePkg-master 7/8] BaseTools/Capsule: Prevent traceback during signing operations
` [staging/FmpDevicePkg-master 8/8] BaseTools/Capsule: Support capsules without a payload header
[PATCH] FmpDevicePkg FmpDxe: Initialize DeviceLibLowestSupportedVersion
2018-07-30 2:49 UTC
[staging/FmpDevicePkg-master][PATCH] FmpDevicePkg FmpDxe: Return UNSUPPORTED if device has been locked
2018-07-29 16:39 UTC (2+ messages)
[staging/FmpDevicePkg-master][PATCH V2] FmpDevicePkg FmpDxe: Add comment in mFmpDeviceLocked's declaration
2018-07-29 16:39 UTC (2+ messages)
[staging/FmpDevicePkg-master][PATCH] FmpDevicePkg FmpDxe: Add comment in mFmpDeviceLocked's declaration
2018-07-28 12:49 UTC (3+ messages)
[staging/FmpDevicePkg-master][PATCH V2 0/2] Remove PcdFmpDeviceSystemResetRequired
2018-07-28 6:05 UTC (3+ messages)
` [staging/FmpDevicePkg-master][PATCH V2 2/2] FmpDevicePkg FmpDxe: Use Attributes to know whether reset is required
[PATCH] FmpDevicePkg: Remove IPF
2018-07-28 6:03 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