public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-08-11 08:08:21 to 2020-08-13 13:08:09 UTC [more...]

[PATCH edk2-platforms v1-resend 0/7] Updates to support Dynamic AML
 2020-08-13 13:06 UTC  (7+ messages)
` [PATCH edk2-platforms v1-resend 1/7] Platform/ARM/Juno: Remove SSDT UART table
` [PATCH edk2-platforms v1-resend 2/7] ArmPlatformPkg: Juno: Increase FD size
` [PATCH edk2-platforms v1-resend 3/7] Platform/ARM: FVP: Fix serial port interrupt
` [PATCH edk2-platforms v1-resend 4/7] Platform/ARM: FVP: Add UART base address length
` [PATCH edk2-platforms v1-resend 5/7] Platform/ARM: FVP: Enable SSDT Serial generation
` [PATCH edk2-platforms v1-resend 6/7] Platform/ARM: Juno: Configuration Mgr lib linkage

[PATCH EDK2 v1 0/1] Enhanced verification of Offset(CVE-2019-14562)
 2020-08-13 12:43 UTC  (4+ messages)
` [PATCH EDK2 v1 1/1] SecurityPkg/DxeImageVerificationLib:Enhanced "
  ` [edk2-devel] "

[PATCH edk2-platforms v1 0/7] Updates to support Dynamic AML
 2020-08-13 12:39 UTC  (10+ messages)
` [PATCH edk2-platforms v1 1/7] Platform/ARM/Juno: Remove SSDT UART table
` [PATCH edk2-platforms v1 2/7] ArmPlatformPkg: Juno: Increase FD size
` [PATCH edk2-platforms v1 3/7] Platform/ARM: FVP: Fix serial port interrupt
` [PATCH edk2-platforms v1 4/7] Platform/ARM: FVP: Add UART base address length
` [PATCH edk2-platforms v1 5/7] Platform/ARM: FVP: Enable SSDT Serial generation
` [PATCH edk2-platforms v1 6/7] Platform/ARM: Juno: Configuration Mgr lib linkage
` [PATCH edk2-platforms v1 7/7] Platform/ARM: FVP: "

[PATCH v6 0/5] Use RngLib instead of TimerLib for OpensslLib
 2020-08-13 12:21 UTC  (12+ messages)
` [PATCH v6 1/5] MdePkg: TimerRngLib: Added RngLib that uses TimerLib
` [PATCH v6 2/5] MdePkg: BaseRngLibDxe: Add RngLib that uses RngDxe
` [PATCH v6 3/5] OvmfPkg: Add RngLib based on TimerLib for Crypto
` [PATCH v6 4/5] ArmVirtPkg: Add RngLib based on TimerLib for CryptoPkg
` [PATCH v6 5/5] CryptoPkg: OpensslLib: Use RngLib to generate entropy in rand_pool

[PATCH EDK2 v2 0/1] SecurityPkg/DxeImageVerificationLib:Enhanced verification of Offset
 2020-08-13 11:55 UTC  (2+ messages)
` [PATCH EDK2 v2 1/1] "

[PATCH 0/1] CryptoPkg/BaseCryptLib: Add EVP (Envelope) Digest interface
 2020-08-13  9:47 UTC  (4+ messages)
` [PATCH 1/1] "
  ` [edk2-devel] "

[Patch] BaseTools: remove the obsolete UserManuals for each tools
 2020-08-13  9:33 UTC 

[Patch] BaseTools: Move CreateAsBuiltInf into AutoGenWorker for parallel
 2020-08-13  9:12 UTC  (5+ messages)
` [edk2-devel] "

[edk2-devel] question about UnitTest Framework
 2020-08-13  8:02 UTC 

[Patch] BaseTools: Fix the issue in VS2017/VS2019 setting
 2020-08-13  7:59 UTC 

[edk2-devel] [Patch ] IP is getting Configured when IP Configuration is disabled
 2020-08-13  6:50 UTC 

[Patch 0/2] Fix the issue to set VS2017 and VS2019 prefix env
 2020-08-13  6:40 UTC  (3+ messages)
` [Patch 1/2] BaseTools: Move VS2019 env setting after VS2017 env setting
` [Patch 2/2] BaseTools: Fix the issue in VS prefix setting for VS2017/VS2019

[PATCH] MdeModulePkg/UsbBusDxe: some USB PenDisk fails enumeration
 2020-08-13  2:49 UTC  (7+ messages)
` [edk2-devel] "

[PATCH V2 0/3] MdeModulePkg/PartitionDxe: Make the parition driver match the spec
 2020-08-13  1:38 UTC  (13+ messages)
` [PATCH V2 1/3] MdeModulePkg/PartitionDxe: Put the UDF check ahead of MBR
  ` [edk2-devel] "
` [PATCH V2 2/3] MdeModulePkg/PartitionDxe: Revert changes for the special MBR
  ` [edk2-devel] "
` [PATCH V2 3/3] MdeModulePkg/PartitionDxe: Fix the incorrect LBA size in child hander
  ` [edk2-devel] [PATCH V2 0/3] MdeModulePkg/PartitionDxe: Make the parition driver match the spec

[PATCH V1] MdePkg/Include/Guid/Cper.h: CXL Protocol Error
 2020-08-13  1:15 UTC  (2+ messages)

[PATCH 0/2] BaseTools: Python 3.9 fixes
 2020-08-13  0:16 UTC  (5+ messages)
` [PATCH 1/2] BaseTools: fix ucs-2 lookup on python 3.9
  ` [edk2-devel] "
` [PATCH 2/2] BaseTools: Work around array.array.tostring() removal in "
  ` [edk2-devel] "

[PATCH v5 0/5] Use RngLib instead of TimerLib for OpensslLib
 2020-08-12 21:22 UTC  (13+ messages)
` [PATCH v5 1/5] MdePkg: TimerRngLib: Added RngLib that uses TimerLib
` [PATCH v5 2/5] MdePkg: BaseRngLibDxe: Add RngLib that uses RngDxe
` [PATCH v5 3/5] OvmfPkg: Add RngLib based on TimerLib for Crypto
    ` [edk2-devel] "
` [PATCH v5 4/5] ArmVirtPkg: Add RngLib based on TimerLib for CryptoPkg
    ` [edk2-devel] "
` [PATCH v5 5/5] CryptoPkg: OpensslLib: Use RngLib to generate entropy in rand_pool
    ` [edk2-devel] [PATCH v5 0/5] Use RngLib instead of TimerLib for OpensslLib

UefiPayloadPkg: Slimboot assign PCIe resource above 4GB. but not supported in UEFIPayload
 2020-08-12 17:48 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] UefiCpuPkg/MtrrLibUnitTest: Change to use static array for CI test
 2020-08-12 17:43 UTC  (2+ messages)

[EXTERNAL] [edk2-devel] [PATCH v4] UefiCpuPkg/MtrrLib/UnitTest: Add host based unit test
 2020-08-12 17:40 UTC  (5+ messages)

[PATCH] Add a stub CONTRIBUTING.md pointing to the wiki
 2020-08-12 17:33 UTC  (6+ messages)

[PATCH v14 00/46] SEV-ES guest support
 2020-08-12 16:59 UTC  (13+ messages)
` [edk2-devel] "

[edk2-platform][PATCH v1 0/7] Platform/RaspberryPi : SMBIOS fixes and cleanup
 2020-08-12 16:27 UTC  (3+ messages)
` [edk2-platform][PATCH v1 7/7] Platforms/RaspberryPi: SMBIOS minor cleanup

acpiview error handling patches
 2020-08-12 16:22 UTC  (6+ messages)
` [edk2-devel] "

[PATCH v1 00/30] Add Dynamic AML generation support
 2020-08-12 15:22 UTC  (31+ messages)
` [PATCH v1 01/30] DynamicTablesPkg: Introduction to Dynamic AML
` [PATCH v1 02/30] DynamicTablesPkg: AmlLib definitions
` [PATCH v1 03/30] DynamicTablesPkg: AML grammar definition
` [PATCH v1 04/30] DynamicTablesPkg: AML node definitions
` [PATCH v1 05/30] DynamicTablesPkg: AML tree interface
` [PATCH v1 06/30] DynamicTablesPkg: AML tree enumerator
` [PATCH v1 07/30] DynamicTablesPkg: AML tree traversal
` [PATCH v1 08/30] DynamicTablesPkg: AML tree iterator
` [PATCH v1 09/30] DynamicTablesPkg: AML tree/node cloning
` [PATCH v1 10/30] DynamicTablesPkg: AML utility interfaces
` [PATCH v1 11/30] DynamicTablesPkg: AML and ASL string helper
` [PATCH v1 12/30] DynamicTablesPkg: AML stream interface
` [PATCH v1 13/30] DynamicTablesPkg: AML serialise interface
` [PATCH v1 14/30] DynamicTablesPkg: AML debug logging
` [PATCH v1 15/30] DynamicTablesPkg: AML ACPI Namespace interface
` [PATCH v1 16/30] DynamicTablesPkg: AML Parser
` [PATCH v1 17/30] DynamicTablesPkg: AML resource data helper
` [PATCH v1 18/30] DynamicTablesPkg: AML resource data parser
` [PATCH v1 19/30] DynamicTablesPkg: AML Method parser
` [PATCH v1 20/30] DynamicTablesPkg: AML Field list parser
` [PATCH v1 21/30] DynamicTablesPkg: AML Codegen
` [PATCH v1 22/30] DynamicTablesPkg: AML Resource Data Codegen
` [PATCH v1 23/30] DynamicTablesPkg: AML Core interface
` [PATCH v1 24/30] DynamicTablesPkg: AmlLib APIs
` [PATCH v1 25/30] DynamicTablesPkg: Dynamic AML: Add AmlLib library
` [PATCH v1 26/30] DynamicTablesPkg: Add AsciiFromHex helper function
` [PATCH v1 27/30] DynamicTablesPkg: SSDT Serial Port Fixup library
` [PATCH v1 28/30] DynamicTablesPkg: SSDT Serial Port generator
` [PATCH v1 29/30] DynamicTablesPkg: Add SSDT Serial port for SPCR
` [PATCH v1 30/30] DynamicTablesPkg: Add SSDT Serial port for DBG2

[edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix variable services conformance test
 2020-08-12 13:55 UTC  (3+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH edk2-test 1/1] SctPkg: fix page alignment calculations
 2020-08-12 13:25 UTC  (2+ messages)

[PATCH edk2-platforms 0/3] Add Features to NXP Platforms
 2020-08-12 12:45 UTC  (5+ messages)
` [PATCH edk2-platforms 3/3] Silicon/NXP: Add Support for git commit info print

Propose on enabling TLSv1.3
 2020-08-12 11:12 UTC  (3+ messages)
    ` 回覆: [edk2-devel] "

[PATCH v4 0/5] Use RngLib instead of TimerLib for OpensslLib
 2020-08-12 10:05 UTC  (11+ messages)
` [PATCH v4 3/5] OvmfPkg: Add RngLib based on TimerLib for Crypto
    ` [edk2-devel] "
` [PATCH v4 4/5] ArmVirtPkg: Add RngLib based on TimerLib for CryptoPkg
  ` [edk2-devel] "
` [edk2-devel] [PATCH v4 0/5] Use RngLib instead of TimerLib for OpensslLib

[PATCH v1 1/1] IntelSiliconPkg/ShadowMicrocodePei: Add PCD for shadowing all microcode
 2020-08-12  7:54 UTC 

[PATCH 1/1] CryptoPkg/Library: Remove the redundant build option
 2020-08-12  7:33 UTC  (3+ messages)
  ` [edk2-devel] "

[edk2-wiki][PATCH v3] Update the Boot Guard TOCTOU wiki page
 2020-08-12  7:20 UTC 

[PATCH v1 1/1] FmpDevicePkg/FmpDxe: Fix Clang build error
 2020-08-12  7:04 UTC  (3+ messages)
` [edk2-devel] "

A problem to build KabyLake
 2020-08-12  4:33 UTC  (8+ messages)
` [edk2-devel] "

[PATCH v2 0/9] Need add a FSP binary measurement
 2020-08-12  2:56 UTC  (16+ messages)
` [PATCH v2 1/9] MdeModulePkg/TpmMeasurementLib: Add new API to TpmMeasurmentLib
` [PATCH v2 2/9] MdeModulePkg/NullTpmMeasurementLib: Add new API
` [PATCH v2 3/9] SecurityPkg/DxeTpmMeasurementLib: "
  ` [edk2-devel] "
` [PATCH v2 4/9] SecurityPkg/PeiTpmMeasurementLib: "
` [PATCH v2 5/9] IntelFsp2WrapperPkg/FspMeasurementLib: Add header file
  ` [edk2-devel] "
` [PATCH v2 6/9] IntelFsp2WrapperPkg/FspMeasurementLib: Add BaseFspMeasurementLib
  ` [edk2-devel] "
` [PATCH v2 9/9] SecurityPkg/Tcg2: handle PRE HASH and LOG ONLY

[PATCH 0/3] MdeModulePkg/PartitionDxe: Make the parition driver match the spec
 2020-08-12  1:57 UTC  (13+ messages)
` [PATCH 1/3] MdeModulePkg/PartitionDxe: Put the UDF check ahead of MBR
          ` [edk2-devel] "
` [PATCH 2/3] MdeModulePkg/PartitionDxe: Remove the check for special MBR
    ` [edk2-devel] "
` [PATCH 3/3] MdeModulePkg/PartitionDxe: Fix the incorrect LBA size in child hander

[PATCH v9 00/16] Add a plugin to check Ecc issues for edk2 on open ci
 2020-08-12  1:23 UTC  (8+ messages)
` [PATCH v9 04/16] ArmVirtPkg/ArmVirtPkg.ci.yaml: Add configuration for Ecc check
` [PATCH v9 05/16] CryptoPkg/CryptoPkg.ci.yaml: "
  ` [edk2-devel] "
` [edk2-devel] [PATCH v9 00/16] Add a plugin to check Ecc issues for edk2 on open ci

TianoCore Bug Triage - APAC / NAMO - Tue, 08/11/2020 6:30pm-7:30pm #cal-reminder
 2020-08-12  1:15 UTC 

[PATCH] Check return status on calls to GetTime()
 2020-08-11 20:00 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v2 2/6] FmpDevicePkg: Add LastAttemptStatus.h
 2020-08-11 18:57 UTC  (4+ messages)
  ` [edk2-devel] "

[edk2-test][PATCH v1 3/3] uefi-sct/SctPkg: Remove obsolete version macros
 2020-08-11 18:50 UTC  (2+ messages)
` [edk2-devel] "

[edk2-test][PATCH v1 2/3] uefi-sct/SctPkg: Add build instructions with latest EDK2
 2020-08-11 18:49 UTC  (2+ messages)
` [edk2-devel] "

[edk2-test][PATCH v1 1/3] uefi-sct/SctPkg: Fix build with latest EDK2
 2020-08-11 18:48 UTC  (2+ messages)
` [edk2-devel] "

[edk2-test][PATCH v1 0/3] uefi-sct/SctPkg: Build Aarch64 with latest EDK2
 2020-08-11 18:46 UTC  (3+ messages)
` [edk2-devel] "

[Wiki][Patch V2] Add EDK II Code First Process Wiki Page
 2020-08-11 15:09 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v6 00/14] Add the VariablePolicy feature
 2020-08-11 13:52 UTC  (2+ messages)
  ` [edk2-devel] "

[edk2-devel] [edk2-platform][PATCH v1 0/7] Platform/RaspberryPi : SMBIOS fixes and cleanup
 2020-08-11 12:24 UTC 

[edk2-platform][PATCH v1 1/1] Platforms/RaspberryPi: Fix RPi4 GICC PMU PPI
 2020-08-11 12:24 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH v2 0/2] CryptoPkg/OpensslLib: Add native instruction support for X64
 2020-08-11 11:46 UTC  (3+ messages)
` [PATCH v2 1/2] "
  ` [edk2-devel] "

[edk2-wiki][PATCH v2] Update the Boot Guard TOCTOU wiki page
 2020-08-11  8:22 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