public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-10-22 14:45:01 to 2019-10-28 05:34:21 UTC [more...]

[PATCH v2 0/8] support server identity validation in HTTPS Boot (CVE-2019-14553)
 2019-10-28  5:34 UTC  (14+ messages)
` [PATCH v2 1/8] MdePkg/Include/Protocol/Tls.h: Add the data type of EfiTlsVerifyHost (CVE-2019-14553)
` [PATCH v2 2/8] CryptoPkg/TlsLib: Add the new API "TlsSetVerifyHost" (CVE-2019-14553)
  ` [edk2-devel] "
` [PATCH v2 3/8] CryptoPkg/Crt: turn strchr() into a function (CVE-2019-14553)
  ` [edk2-devel] "
` [PATCH v2 4/8] CryptoPkg/Crt: satisfy "inet_pton.c" dependencies (CVE-2019-14553)
` [PATCH v2 5/8] CryptoPkg/Crt: import "inet_pton.c" (CVE-2019-14553)
` [PATCH v2 6/8] CryptoPkg/TlsLib: TlsSetVerifyHost: parse IP address literals as such (CVE-2019-14553)
` [PATCH v2 7/8] NetworkPkg/TlsDxe: Add the support of host validation to TlsDxe driver (CVE-2019-14553)
` [PATCH v2 8/8] NetworkPkg/HttpDxe: Set the HostName for the verification (CVE-2019-14553)

[edk2-devel] [edk2] If use prebuild tools, not need install python 2.7 anymore?
 2019-10-28  5:26 UTC  (2+ messages)

[PATCH] MdeModulePkg/NvmExpressPei: Fix Opal S3 unlock issue
 2019-10-28  5:08 UTC 

[platform/devel-riscv-v2 PATCHv5 00/18] Initial version of RISC-V
 2019-10-28  4:20 UTC  (19+ messages)
` [platform/devel-riscv-v2 PATCHv5 01/18] Silicon/SiFive: Initial version of SiFive silicon package
` [platform/devel-riscv-v2 PATCHv5 02/18] SiFive/E51: Initial version of SiFive E51 core library
` [platform/devel-riscv-v2 PATCHv5 03/18] SiFive/U54: Initial version of SiFive U54 "
` [platform/devel-riscv-v2 PATCHv5 04/18] SiFive/U54MC: Initial version of SiFive U54MC Coreplex library
` [platform/devel-riscv-v2 PATCHv5 05/18] U5SeriesPkg/PeiCoreInfoHobLib: Library to create core information
` [platform/devel-riscv-v2 PATCHv5 06/18] U5SeriesPkg/TimerDxe: U5 Series Platform Timer DXE driver
` [platform/devel-riscv-v2 PATCHv5 07/18] U5SeriesPkg/RamFvbServicesRuntimeDxe: Firmware Volume Block service
` [platform/devel-riscv-v2 PATCHv5 08/18] U5SeriesPkg/RiscVPlatformTimerLib: Platform Timer library
` [platform/devel-riscv-v2 PATCHv5 09/18] U5SeriesPkg/SerialIoLib: Platform Serial Port library
` [platform/devel-riscv-v2 PATCHv5 10/18] FreedomU540HiFiveUnleashedBoard/PlatformPei:Platform PEI
` [platform/devel-riscv-v2 PATCHv5 11/18] FreedomU540HiFiveUnleashedBoard/OpensbiPlatformLib:OpenSBI platform lib
` [platform/devel-riscv-v2 PATCHv5 12/18] U5SeriesPkg/FreedomU540HiFiveUnleashedBoard: Add SiFive U540 platform
` [platform/devel-riscv-v2 PATCHv5 13/18] FreedomU500VC707Board/PlatformPei: Platform initialization PEI module
` [platform/devel-riscv-v2 PATCHv5 14/18] FreedomU500VC707Board/OpensbiPlatformLib: OpenSBI platform interface
` [platform/devel-riscv-v2 PATCHv5 15/18] U5SeriesPkg/FreedomU500VC707Board: Add SiFive U500 platform
` [platform/devel-riscv-v2 PATCHv5 16/18] SiFive/U5SeriesPkg Add U5SeriesPkg
` [platform/devel-riscv-v2 PATCHv5 17/18] edk2-platforms: Update Readme.md for RISC-V platform
` [platform/devel-riscv-v2 PATCHv5 18/18] edk2-platforms: Update Maintainers file

[edk2-staging/RISC-V-V2 PATCH v3 00/39] RISC-V EDK2 Port on
 2019-10-28  1:59 UTC  (40+ messages)
` [edk2-staging/RISC-V-V2 PATCH v3 01/39] RiscVPkg: RISC-V processor package
` [edk2-staging/RISC-V-V2 PATCH v3 02/39] RiscVPkg/Include: Add header files of RISC-V CPU package
` [edk2-staging/RISC-V-V2 PATCH v3 03/39] RiscVPkg/opensbi: EDK2 RISC-V OpenSBI support
` [edk2-staging/RISC-V-V2 PATCH v3 04/39] MdePkg: RISC-V RV64 binding in MdePkg
` [edk2-staging/RISC-V-V2 PATCH v3 05/39] MdePkg/Include: RISC-V definitions
` [edk2-staging/RISC-V-V2 PATCH v3 06/39] MdeModulePkg/CapsuleRuntimeDxe: Add RISCV64 arch
` [edk2-staging/RISC-V-V2 PATCH v3 07/39] MdePkg/BaseLib: BaseLib for RISC-V RV64 Processor
` [edk2-staging/RISC-V-V2 PATCH v3 08/39] MdePkg/BaseCacheMaintenanceLib: RISC-V cache maintenance implementation
` [edk2-staging/RISC-V-V2 PATCH v3 09/39] MdePkg/BaseIoLibIntrinsic: RISC-V I/O intrinsic functions
` [edk2-staging/RISC-V-V2 PATCH v3 10/39] MdePkg/BasePeCoff: Add RISC-V PE/Coff related code
` [edk2-staging/RISC-V-V2 PATCH v3 11/39] MdePkg/BaseCpuLib: RISC-V Base CPU library implementation
` [edk2-staging/RISC-V-V2 PATCH v3 12/39] MdePkg/BaseSynchronizationLib: RISC-V cache related code
` [edk2-staging/RISC-V-V2 PATCH v3 13/39] MdeModulePkg/Logo
` [edk2-staging/RISC-V-V2 PATCH v3 14/39] NetworkPkg
` [edk2-staging/RISC-V-V2 PATCH v3 15/39] RiscVPkg/Library: RISC-V CPU library
` [edk2-staging/RISC-V-V2 PATCH v3 16/39] RiscVPkg/Library: Add RISC-V exception library
` [edk2-staging/RISC-V-V2 PATCH v3 17/39] RiscVPkg/Library: Add RISC-V timer library
` [edk2-staging/RISC-V-V2 PATCH v3 18/39] RiscVPkg/Library: Add EDK2 RISC-V OpenSBI library
` [edk2-staging/RISC-V-V2 PATCH v3 19/39] RiscVPkg/Library: RISC-V platform level DxeIPL libraries
` [edk2-staging/RISC-V-V2 PATCH v3 20/39] MdeModulePkg/DxeIplPeim : RISC-V platform level DxeIPL
` [edk2-staging/RISC-V-V2 PATCH v3 21/39] RiscVPkg/PeiServicesTablePointerLibOpenSbi: RISC-V PEI Service Table Pointer library
` [edk2-staging/RISC-V-V2 PATCH v3 22/39] RiscVPlatformPkg/RiscVPlatformTempMemoryInit: RISC-V Platform Temporary Memory library
` [edk2-staging/RISC-V-V2 PATCH v3 23/39] RiscVPkg/CpuDxe: Add RISC-V CPU DXE driver
` [edk2-staging/RISC-V-V2 PATCH v3 24/39] BaseTools: BaseTools changes for RISC-V platform
` [edk2-staging/RISC-V-V2 PATCH v3 25/39] BaseTools/Scripts
` [edk2-staging/RISC-V-V2 PATCH v3 26/39] RiscVPkg/SmbiosDxe: Generic SMBIOS DXE driver for RISC-V platforms
` [edk2-staging/RISC-V-V2 PATCH v3 27/39] RiscVPkg/RiscVOpensbLlib: Add submodule opensbi
` [edk2-staging/RISC-V-V2 PATCH v3 28/39] RiscVPlatformPkg/FirmwareContextProcessorSpecificLib:Add FirmwareContextProcessorSpecificLib module
` [edk2-staging/RISC-V-V2 PATCH v3 29/39] RiscVPlatformPkg/RealTimeClockLibNull: Null instance of RTC lib
` [edk2-staging/RISC-V-V2 PATCH v3 30/39] RiscVPlatformPkg/OpensbiPlatformLibNull: NULL instance of RiscVOpensbiPlatformLib
` [edk2-staging/RISC-V-V2 PATCH v3 31/39] RiscVPlatformPkg/PlatformMemoryTestLibNull: NULL instance of PlatformMemoryTestLib
` [edk2-staging/RISC-V-V2 PATCH v3 32/39] RiscVPlatformPkg/PlatformUpdateProgressLibNull: NULL instance of PlatformUpdateProgressLib
` [edk2-staging/RISC-V-V2 PATCH v3 33/39] RiscVPlatformPkg/PlatformBootManagerLib: Platform Boot Manager library
` [edk2-staging/RISC-V-V2 PATCH v3 34/39] RiscVPkg/RiscVPlatformTimerLibNull: NULL instance of RISC-V platform timer library
` [edk2-staging/RISC-V-V2 PATCH v3 35/39] RiscVPlatformPkg/SecMain: RISC-V SecMain module
` [edk2-staging/RISC-V-V2 PATCH v3 36/39] RiscVPlatformPkg: Add RiscVPlatformPkg
` [edk2-staging/RISC-V-V2 PATCH v3 37/39] edk2-staging:RISC-V-V2: Add RiscVEdk2Readme.md
` [edk2-staging/RISC-V-V2 PATCH v3 38/39] edk2-staging: Revise Maintainers.txt for RISC-V packages
` [edk2-staging/RISC-V-V2 PATCH v3 39/39] edk2-staging: Revise Readme.md

[edk2-platforms][PATCH V1 1/1] KabylakeOpenBoardPkg/KabylakeRvp3: Update platform references
 2019-10-28  2:25 UTC  (3+ messages)

Upcoming Event: TianoCore Design Meeting - APAC/NAMO - Thu, 10/31/2019 6:30pm-7:30pm #cal-reminder
 2019-10-27  1:30 UTC 

Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Thu, 10/31/2019 5:00pm-5:30pm #cal-reminder
 2019-10-27  0:00 UTC 

[PATCH] IntelFsp2Pkg/SplitFspBin.py: Command crashed when FV almost full
 2019-10-25 23:26 UTC  (2+ messages)
` [edk2-devel] "

[Patch v3 00/11] New Cross OS tool chain CLANG9
 2019-10-25 18:45 UTC  (6+ messages)
` [Patch v3 10/11] EmulatorPkg: Enable CLANG9 tool chain
        ` [edk2-devel] "

[edk2-platforms] [PATCH] MinPlatformPkg: Whitespace cleanup in PlatformInitDxe
 2019-10-25 15:14 UTC  (3+ messages)
` [edk2-devel] "

[edk2-devel] EDK2 UEFI Specification and Revision
 2019-10-25 10:49 UTC  (3+ messages)

[PATCH v2 0/3] OvmfPkg: distinguish boot CPU count from possible CPU count
 2019-10-25  9:17 UTC  (15+ messages)
` [PATCH v2 1/3] OvmfPkg/OvmfXen.dsc: remove PcdCpu* dynamic defaults
` [PATCH v2 2/3] OvmfPkg/IndustryStandard: define macros for QEMU's CPU hotplug registers
  ` [edk2-devel] "
` [PATCH v2 3/3] OvmfPkg/PlatformPei: rewrite MaxCpuCountInitialization() for CPU hotplug
  ` [edk2-devel] "

TianoCore Bug 960 (HTTPS_HostName_Validation) Security Fix
 2019-10-25  8:15 UTC  (2+ messages)

[PATCH v1 0/4] Support HTTPS HostName validation feature(CVE-2019-14553)
 2019-10-25  8:14 UTC  (18+ messages)
` [RFC v1 5/4] CryptoPkg/TlsLib: accept peer certs via both DNS names and IP addresses
  ` [edk2-devel] "

[PATCH v2] CryptoPkg: Upgrade OpenSSL to 1.1.1d
 2019-10-25  8:10 UTC  (5+ messages)

[Patch v5 10/11] EmulatorPkg: Enable CLANG9 tool chain
 2019-10-25  1:38 UTC  (4+ messages)
` [edk2-devel] "

[edk2-platforms] [PATCH 0/2] Replace vtf0 bin with source version
 2019-10-25  1:29 UTC  (7+ messages)
` [PATCH 1/2] SimicsX58SktPkg: Replace vtf0 bin with source module
` [PATCH 2/2] SimicsOpenBoardPkg: Update Vtf0 binary rule in Fdf

[PATCH] Add support for FuSA ACM in FitGen tool
 2019-10-24 16:39 UTC  (3+ messages)

Interpretation of specification
 2019-10-24 12:33 UTC  (2+ messages)
` [edk2-devel] "

[Patch] UefiCpuPkg: Add missing components to UefiCpuPkg.dsc
 2019-10-24 11:03 UTC  (12+ messages)
` [edk2-devel] "

[Patch] NetworkPkg: Add missing components to DSC file
 2019-10-24  7:42 UTC  (3+ messages)
` [edk2-devel] "

[Patch 1/1] Maintainers.txt: Change NetworkPkg maintainer role
 2019-10-24  2:52 UTC 

[PATCH] MdePkg/UefiFileHandleLib: Tolerate more Root handle FileNames
 2019-10-24  2:51 UTC  (6+ messages)
` [PATCH] ShellPkg/Ls: Consider UEFI timezone may not be set
` [PATCH] UefiShellCommandLib: Default to first found UC for unsupported PlatformLang

[PATCH] CryptoPkg/OpensslLib: Update the locations of previous added .h files
 2019-10-24  2:41 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] MdePkg-UefiSpec.h: Add UEFI 2.8 new memory attributes
 2019-10-24  2:34 UTC 

[edk2-devel] [Patch 00/11] New Cross OS tool chain CLANG9
 2019-10-24  1:44 UTC 

[Patch] CryptoPkg: Add Null instance of the BaseCryptLib class
 2019-10-24  1:16 UTC  (2+ messages)

[staging/branch]: CdePkg - C Development Environment Package
 2019-10-23 22:06 UTC  (2+ messages)

[Patch] CryptoPkg: Add Null instance of the TlsLib class
 2019-10-23 21:39 UTC  (3+ messages)

[PATCH] MdeModulePkg/BdsDxe: Make PlatformRecovery work regardless of OsIndications
 2019-10-23 11:19 UTC  (7+ messages)
` [edk2-devel] "

[Patch] FatPkg: Fix spelling errors
 2019-10-23 10:44 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v1 0/1] Do not call sys.setdefaultencoding with python 3
 2019-10-23  8:57 UTC  (3+ messages)
` [PATCH v1 1/1] BaseTools: "
  ` [edk2-devel] "

[Patch] CryptoPkg: Add missing components to CryptoPkg.dsc
 2019-10-23  8:14 UTC  (2+ messages)

[PATCH] CryptoPkg: Upgrade OpenSSL to 1.1.1d
 2019-10-23  7:23 UTC  (6+ messages)
` [edk2-devel] "

[Patch V3 0/2] SecurityPkg: Fix spelling errors
 2019-10-23  7:09 UTC  (5+ messages)
` [Patch V3 1/2] SecurityPkg: Change EFI_D_INFO to DEBUG_INFO
` [Patch V3 2/2] SecurityPkg: Fix spelling errors

[Patch v2 0/2] SecurityPkg: Fix spelling errors
 2019-10-23  6:21 UTC  (7+ messages)
` [Patch v2 1/2] SecurityPkg: Replace EFI_D_* with DEBUG_*
  ` [edk2-devel] "
` [Patch v2 2/2] SecurityPkg: Fix spelling errors

[Patch 00/11] New Cross OS tool chain CLANG9
 2019-10-23  5:56 UTC  (13+ messages)
` [Patch 01/11] BaseTools tools_def.template: Remove unnecessary $(DEST_DIR_DEBUG) path
` [Patch 02/11] BaseTools tools_def: Add CLANG9 tool chain to directly generate PE image
` [Patch 03/11] BaseTools GenFw: Fix the issue to update the wrong size as SectionSize
` [Patch 04/11] MdePkg Base.h: Add definition for CLANG9 tool chain
` [Patch 05/11] MdePkg BaseIoLibIntrinsic: Remove __inline__ attribute for IO functions
` [Patch 06/11] MdeModulePkg LzmaCustomDecompressLib: Update macro to be same in CLANG tool
` [Patch 07/11] MdeModulePkg RegularExpressionDxe: Disable warning for CLANG9 tool chain
` [Patch 08/11] CryptoPkg: Append options to make CLANG9 tool chain pass build
` [Patch 09/11] CryptoPkg IntrinsicLib: Make _fltused always be used
` [Patch 10/11] EmulatorPkg: Enable CLANG9 tool chain
` [Patch 11/11] OvmfPkg: "

[edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH V4] MdePkg/Protocols: New interface, EFI encodings to PCI Plat protocol
 2019-10-23  4:01 UTC  (3+ messages)

[Patch] FmpDevicePkg: Fix spelling errors
 2019-10-23  1:24 UTC  (3+ messages)
` [edk2-devel] "

[edk2-rfc] [edk2-platforms] Remove Unmaintained Intel Packages
 2019-10-22 18:52 UTC 

[PATCH v2] OvmfPkg: Make SOURCE_DEBUG_ENABLE actually need to be set to TRUE
 2019-10-22 18:32 UTC  (2+ messages)
` [edk2-devel] "

[Patch] SecurityPkg: Fix spelling errors
 2019-10-22 16:20 UTC  (4+ messages)
` [edk2-devel] "


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