messages from 2016-12-13 08:49:37 to 2016-12-19 07:38:15 UTC [more...]
[patch 0/8] Fix coding style issues
2016-12-19 7:38 UTC (14+ messages)
` [patch 1/8] SecurityPkg/FmpAuthenticationLib: Fix Guid format issues
` [patch 2/8] IntelSiliconPkg: Fix "
` [patch 3/8] MdeModulePkg/CapsuleApp: Fix Guid "
` [patch 4/8] MdeModulePkg/EbcDxe: Make variable name follow rules
` [patch 5/8] MdeModulePkg/EmmcDxe: Avoid Non-Boolean type used as Boolean
` [patch 6/8] MdeModulePkg/TerminalDxe: Initialize variable after declaration
` [patch 7/8] MdeModulePkg/SataControllerDxe: Fix coding style issue
` [patch 8/8] MdeModulePkg/NonDiscoverableDeviceRegistrationLib: Fix coding style issues
[Patch] BaseTools: Correct bin wrappers for GenDepex.py path
2016-12-19 6:00 UTC (2+ messages)
[patch] NetworkPkg: Add dns support for target URL configuration in ISCSI
2016-12-19 3:53 UTC
[PATCH V2] UefiCpuPkg/PiSmmCpu: Add SMM Comm Buffer Paging Protection
2016-12-19 1:29 UTC (2+ messages)
[patch 0/4] Add STM (Smi Tranfer Monitor) support
2016-12-19 1:24 UTC (7+ messages)
` [patch 1/4] UefiCpuPkg/Include: Update MSEG structure comments
` [patch 2/4] UefiCpuPkg: Add STM GUIDs, Protocols, and PCDs
` [patch 3/4] UefiCpuPkg/SmmCpuFeaturesLib: Split into two files
` [patch 4/4] UefiCpuPkg/SmmCpuFeaturesLibStm: Add STM library instance
[PATCH 0/6] Refine code logics to prevent possible mis-reports by static code checkers
2016-12-18 3:04 UTC (21+ messages)
` [PATCH 1/6] MdePkg/BaseLib: Refine (Ascii)StrnLenS functions logic
` [PATCH 2/6] MdePkg/BaseLib: Add an additional check within (Ascii)StrnCmp
` [PATCH 3/6] MdePkg/MemoryLib: Refine InternalMemSetMem16|32|64 functions logic
` [PATCH 4/6] MdeModulePkg/DxeNetLib: Rewrite NetblockChecksum function logic
` [PATCH 5/6] MdeModulePkg/UefiPxeBcDxe: Refine the CvtNum "
` [PATCH 6/6] NetworkPkg: Refine UintnToAscDecWithFormat functions logic
EHCI Logging with CorebootPayloadPkg
2016-12-16 23:45 UTC
[PATCH v7] BaseTools/Scripts/PatchCheck.py: Extended patch style check for c code
2016-12-16 23:11 UTC
Closing PciIo protocol inside Stop()
2016-12-16 18:57 UTC (4+ messages)
[PATCH] ShellPkg: Add acpiview tool to dump ACPI tables
2016-12-16 18:25 UTC
[PATCH] UefiCpuPkg/PiSmmCpu: Add SMM Comm Buffer Paging Protection
2016-12-16 13:44 UTC (3+ messages)
[Patch 0/2] Replace ASSERT with error return code in PXE and HTTP boot
2016-12-16 8:59 UTC (6+ messages)
` [Patch 1/2] MdeModulePkg: Replace ASSERT with error return code in PXE driver
` [Patch 2/2] NetworkPkg: Replace ASSERT with error return code in PXE and HTTP boot driver
[PATCH v2 05/10] NetworkPkg/TlsDxe: TlsDxe driver implementation over OpenSSL
2016-12-16 7:30 UTC (3+ messages)
[PATCH v2 04/10] CryptoPkg: Add new TlsLib library
2016-12-16 7:28 UTC (2+ messages)
` [PATCH v3 05/10] NetworkPkg/TlsDxe: TlsDxe driver implementation over OpenSSL
[PATCH V2] IntelSiliconPkg: 0468303 caused to breaking the SMBIOS tables generation code
2016-12-16 7:12 UTC
[PATCH 0/4] Fix GCC build warnings for BaseTools
2016-12-16 6:47 UTC (7+ messages)
` [PATCH 1/4] BaseTools: fix format-security build warnings
` [PATCH 2/4] BaseTools: fix format type "
` [PATCH 3/4] BaseTools: fix write-strings "
` [PATCH 4/4] BaseTools: fix unused-result "
[PATCH v6] BaseTools/Scripts/PatchCheck.py: Extended patch style check for c code
2016-12-16 6:20 UTC (3+ messages)
[PATCH] SecurityPkg: Tcg2Dxe: Report correct FinalEventLog size
2016-12-16 6:04 UTC (3+ messages)
[Patch] BaseTools GCC makefile: disable unused-result warning for CPP file
2016-12-16 5:07 UTC
[patch 1/3] MdeModulePkg/NonDiscoverablePciDeviceDxe: Fix VS2010/2012 build failure
2016-12-16 4:59 UTC (6+ messages)
` [patch 2/3] MdeModulePkg/NonDiscoverablePciDeviceDxe: Add comments for functions
` [patch 3/3] MdeModulePkg/NonDiscoverablePciDevice: Make variable definition follow rule
[PATCH v2 0/6] Refine code logics to prevent possible mis-reports by static code checkers
2016-12-16 3:37 UTC (7+ messages)
` [PATCH v2 1/6] MdePkg/BaseLib: Refine (Ascii)StrnLenS functions logic
` [PATCH v2 2/6] MdePkg/BaseLib: Add an additional check within (Ascii)StrnCmp
` [PATCH v2 3/6] MdePkg/MemoryLib: Refine InternalMemSetMem16|32|64 functions logic
` [PATCH v2 4/6] MdeModulePkg/DxeNetLib: Rewrite NetblockChecksum function logic
` [PATCH v2 5/6] MdeModulePkg/UefiPxeBcDxe: Refine the CvtNum "
` [PATCH v2 6/6] NetworkPkg: Refine UintnToAscDecWithFormat functions logic
[Patch 00/10] Sync staging/HTTPS-TLS feature into edk2 master
2016-12-16 2:51 UTC (31+ messages)
` [Patch 01/10] MdePkg: Add TLS related protocol definition
` [Patch 02/10] MdePkg: Add a header to standardize TLS definitions
` [Patch 03/10] CryptoPkg: Enable ssl build in OpensslLib directly
` [Patch 04/10] CryptoPkg: Add new TlsLib library
` [Patch 05/10] NetworkPkg/TlsDxe: TlsDxe driver implementation over OpenSSL
` [Patch 06/10] NetworkPkg/TlsAuthConfigDxe: Provide the UI to support TLS auth configuration
` [Patch 07/10] NetworkPkg/HttpDxe: HTTPS support over IPv4 and IPv6
` [Patch 08/10] NetworkPkg/NetworkPkg.dsc: Enable TlsDxe and TlsAuthConfigDxe module
` [Patch 09/10] Nt32Pkg/Nt32Pkg.dsc: Remove the flag for OpensslLib and BaseCryptLib
` [Patch 10/10] Nt32Pkg: Enable HTTPS boot feature for Nt32 platform
[patch 1/2] MdeModulePkg/NonDiscoverablePciDeviceDxe: Add comments for functions
2016-12-16 1:23 UTC (7+ messages)
` [patch 2/2] MdeModulePkg/NonDiscoverablePciDevice: Make variable definition follow rule
[PATCH 0/3] MdePkg, MdeModulePkg, Vlv2TbltDevicePkg: 64-bit LoopTimes in S3 MEM_POLL
2016-12-16 1:00 UTC (8+ messages)
[PATCH 0/4] Update CPUID & MSR header files with SDM (Sep.2016)
2016-12-15 18:16 UTC (6+ messages)
` [PATCH 1/4] UefiCpuPkg/Include: Update "
` [PATCH 2/4] UefiCpuPkg/Include: Update Skylake MSR header file "
` [PATCH 3/4] UefiCpuPkg/Include: Add Goldmont "
` [PATCH 4/4] UefiCpuPkg/Cpuid.h: Update CPUID definitions "
[patch] UefiCpuPkg/PiSmmCpuDxeSmm: Fix .S & .asm build failure
2016-12-15 17:14 UTC (3+ messages)
[PATCH] ShellPkg/setvar: Correct typo in setvar help message
2016-12-15 16:49 UTC (2+ messages)
[PATCH v6 0/2] MdeModulePkg/NonDiscoverablePciDeviceDxe: non-coherent DMA support
2016-12-15 8:22 UTC (5+ messages)
` [PATCH v6 1/2] MdeModulePkg/NonDiscoverablePciDeviceDxe: add support for non-coherent DMA
[PATCH v2 10/10] Nt32Pkg: Enable HTTPS boot feature for Nt32 platform
2016-12-15 8:15 UTC (4+ messages)
ArmLib : GIC Pcds in "ArmPkg/Library/ArmLib/ArmBaseLib.inf"
2016-12-15 7:50 UTC (3+ messages)
$ escape sequence at build_rule.txt
2016-12-15 6:48 UTC (7+ messages)
correct way to reserve memory from PrePi?
2016-12-15 5:27 UTC (8+ messages)
GIC Pcds in "ArmPkg/Library/ArmLib/ArmBaseLib.inf"
2016-12-15 4:40 UTC
OVMF: cross-filesystem copy broken? ("The source and destination are the same")
2016-12-15 4:36 UTC (6+ messages)
[PATCH v5] BaseTools/Scripts/PatchCheck.py: Extended patch style check for c code
2016-12-15 2:22 UTC (3+ messages)
[PATCH] FatPkg/EnhancedFatDxe: Fix potential hang in async file IO
2016-12-14 10:03 UTC (2+ messages)
[Patch] MdeModulePkg EbcDxe: Fix CLANG38 build failure
2016-12-14 5:41 UTC (2+ messages)
[patch 00/18] Fix coding style issues
2016-12-14 5:18 UTC (29+ messages)
` [patch 01/18] ShellPkg/UefiShellDebug1CommandsLib: "
` [patch 02/18] ShellPkg/UefiShellNetwork1CommandsLib: Fix incorrect Protocol format
` [patch 03/18] ShellPkg/UefiShellNetwork2CommandsLib: "
` [patch 04/18] Security:Add info string to UNI file for PcdPkcs7CertBuffer
` [patch 05/18] SecurityPkg/FmpAuthenticationLibPkcs7: Fix incorrect Guid format
` [patch 06/18] SecurityPkg/FmpAuthenticationLibRsa2048Sha256: Fix Guid/pcd format issues
` [patch 07/18] SecurityPkg/OpalPasswordDxe: Make comments align with the function
` [patch 08/18] SignedCapsulePkg/EdkiiSystemCapsuleLib: Fix coding style issues in INF file
` [patch 09/18] SignedCapsulePkg/RecoveryModuleLoadPei: Add source file to "
` [patch 11/18] SignedCapsulePkg/IniParsingLib: Update struct name
` [patch 12/18] UefiCpuPkg: Make the comments align with the functions
` [patch 13/18] UefiCpuPkg: Add info string to UNI file for PcdCpuSmmStaticPageTable
` [patch 17/18] MdeModulePkg: Add missing info string for PCDs
[PATCH v5] OpenPlatformPkg/Drivers/Net/MarvellYukonDxe: Added multi-controller support
2016-12-14 3:47 UTC
[PATCH v2 11/18] SignedCapsulePkg/IniParsingLib: Update struct name
2016-12-14 3:34 UTC (2+ messages)
[PATCH v3] ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe: Set Marvell Yukon MAC address
2016-12-14 1:56 UTC
[PATCH v2] ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe: Set Marvell Yukon MAC address
2016-12-13 15:53 UTC (4+ messages)
Which revision of PXE spec does EDK2 code conform to?
2016-12-13 12:20 UTC (3+ messages)
How to silence a build?
2016-12-13 9:46 UTC (4+ 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