public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-07-08 14:55:44 to 2020-07-13 16:13:48 UTC [more...]

[PATCH V3 0/4] Add New Memory Attributes
 2020-07-13 16:13 UTC  (6+ messages)
` [PATCH V3 2/4] MdeModulePkg: "
  ` [edk2-devel] "
` [PATCH V3 3/4] UefiCpuPkg: Update EFI_MEMORY_CACHETYPE_MASK definition
  ` [edk2-devel] "

[PATCH v2 0/1] Remove x86 legacy UART defaults
 2020-07-13 16:07 UTC  (4+ messages)
` [PATCH v2 1/1] UefiPayloadPkg: "
  ` [edk2-devel] "

[PATCH v2 0/1] UefiPayloadPkg: Make TerminalDxe build time configurable
 2020-07-13 15:58 UTC  (5+ messages)
` [PATCH v2 1/1] "
      ` [edk2-devel] "

[edk2-discuss] Need memory barriers in IoLib for AARCH64
 2020-07-13 15:57 UTC  (5+ messages)
  ` [edk2-devel] "

EFI Timeout variable is ignored (initialized to default on every boot)
 2020-07-13 15:44 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 0/2] Add support for scanning Option ROMs
 2020-07-13 15:26 UTC  (4+ messages)
` [PATCH v1 1/2] MdeModulePkg: Fix OptionROM scanning
  ` [edk2-devel] "
` [PATCH v1 2/2] UefiPayloadPkg: Scan for Option ROMs

[Patch v3 00/16] UnitTestFrameworkPkg: Enhancements and bug fixes
 2020-07-13 15:07 UTC  (20+ messages)
` [Patch v3 01/16] BaseTools/Python: Allow HOST_APPLICATION to use NULL libraries
` [Patch v3 02/16] MdePkg/BaseCpuLibNull: Add Null version of CpuLib for host testing
` [Patch v3 03/16] MdePkg/BaseCacheMaintenanceLibNull: Add Null instance "
` [Patch v3 04/16] MdePkg/BaseLib: Break out IA32/X64 GCC inline privileged functions
` [Patch v3 05/16] MdePkg/Library/BaseLib: Add BaseLib instance for host based unit tests
` [Patch v3 06/16] UnitTestFrameworkPkg: Use host libraries from MdePkg
` [Patch v3 07/16] UnitTestFrameworkPkg: Enable source level debug for host tests
` [Patch v3 08/16] UnitTestFrameworkPkg: Set host application stack size to 256KB
` [Patch v3 09/16] UnitTestFrameworkPkg: Change target mode DebugLib mapping
` [Patch v3 10/16] UnitTestFrameworkPkg/UnitTestLib: Move print log into cleanup
` [Patch v3 11/16] UnitTestFrameworkPkg/UnitTestLib: Fix target mode log messages
` [Patch v3 12/16] UnitTestFrameworkPkg/UnitTestLib: Add checks for ASSERT()
` [Patch v3 13/16] MdePkg/Include: Hook DebugLib _ASSERT() for unit tests
` [Patch v3 14/16] MdePkg/Include: Add UT_EXPECT_ASSERT_FAILURE() to UnitTestLib
` [Patch v3 15/16] MdePkg/Library/BaseStackCheckLib: Fix PCD type in INF
  ` [edk2-devel] openssl.exe disappeared
` [Patch v3 16/16] UnitTestFramewokPkg/SampleUnitTest: Use UT_EXPECT_ASSERT_FAILURE()

[PATCH v2 0/3] Remove unnecessary APIs in MtrrLib
 2020-07-13 14:54 UTC  (7+ messages)
` [PATCH v2 1/3] UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrGetVariableMtrr()
  ` [edk2-devel] "
` [PATCH v2 2/3] UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrSetVariableMtrr()
  ` [edk2-devel] "
` [PATCH v2 3/3] UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrSetFixedMtrr()
  ` [edk2-devel] "

[PATCH] SecurityPkg/Tcg2PhysicalPresenceLib: Fix incorrect TCG VER comparision
 2020-07-13 14:38 UTC  (7+ messages)
` [edk2-devel] "

[Patch v4] BaseTools: Add Guid name support in GenFfs
 2020-07-13 14:20 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v3 0/2] refine TPM2 operation pull down list
 2020-07-13 11:39 UTC  (2+ messages)

[edk2][PATCH 1/1] BcmGenetDxe: don't consume RX buffer until it's actually copied
 2020-07-13 11:25 UTC  (2+ messages)

[edk2-platforms][PATCH v3 0/1] Platform/RaspberryPi/Drivers: Add SD/(e)MMC card detection
 2020-07-13 11:16 UTC  (2+ messages)
` [edk2-platforms][PATCH v3 1/1] "

[PATCH 1/1] CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1g
 2020-07-13 10:57 UTC  (2+ messages)
` [edk2-devel] "

[edk2/master PATCH RISC-V CI Code Changes v1 00/11] Necessary code changes for RISCV64 CI testing
 2020-07-13  9:27 UTC  (3+ messages)
` [edk2/master PATCH RISC-V CI Code Changes v1 05/11] CryptoPkg: Add RISC-V architecture for EDK2 CI
  ` [edk2-devel] "

[edk2-devel] [PATCH] UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrGetVariableMtrr()
 2020-07-13  8:14 UTC 

[PATCH V2 0/3] MdeModulePkg/PartitionDxe: Fix the partition check issue
 2020-07-13  8:14 UTC  (11+ messages)
` [PATCH V2 1/3] MdeModulePkg/PartitionDxe: Correct the MBR last block value
` [PATCH V2 2/3] MdeModulePkg/PartitionDxe: Skip the MBR that add for CD-ROM

[PATCH v5 0/9] Add new feature that evacuate temporary to permanent memory (CVE-2019-11098)
 2020-07-13  7:49 UTC  (23+ messages)
` [PATCH v5 1/9] MdeModulePkg: Add new PCD to control the evacuate temporary memory feature (CVE-2019-11098)
` [PATCH v5 2/9] MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)
  ` [edk2-devel] "
` [PATCH v5 3/9] UefiCpuPkg/CpuMpPei: Add GDT and IDT migration support (CVE-2019-11098)
  ` [edk2-devel] "
` [PATCH v5 4/9] UefiCpuPkg/SecMigrationPei: Add initial PEIM (CVE-2019-11098)
  ` [edk2-devel] "
` [PATCH v5 5/9] MdeModulePkg/Core: Create Migrated FV Info Hob for calculating hash (CVE-2019-11098)
` [PATCH v5 6/9] SecurityPkg/Tcg2Pei: Use "
` [PATCH v5 7/9] UefiCpuPkg/CpuMpPei: Enable paging and set NP flag to avoid TOCTOU (CVE-2019-11098)
  ` [edk2-devel] "
` [PATCH v5 8/9] UefiCpuPkg: Correct some typos
  ` [edk2-devel] "
` [PATCH v5 9/9] SecurityPkg/TcgPei: Use Migrated FV Info Hob for calculating hash (CVE-2019-11098)
` [edk2-devel] [PATCH v5 0/9] Add new feature that evacuate temporary to permanent memory (CVE-2019-11098)

[PATCH] UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrGetVariableMtrr()
 2020-07-13  7:44 UTC 

[PATCH 0/1] Add BhyvePkg, to support the bhyve hypervisor
 2020-07-13  5:48 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] SignedCapsulePkg: Address NULL pointer dereference case
 2020-07-13  2:37 UTC 

"Error 4000" EDK II Build Issue
 2020-07-12 11:55 UTC  (2+ messages)

[PATCH v2 0/8] ShellPkg/AcpiView: Refactor Error Logging
 2020-07-12 10:32 UTC  (9+ messages)
` [PATCH v2 1/8] ShellPkg/AcpiView: Extract configuration struct
` [PATCH v2 2/8] ShellPkg/AcpiView: Declutter error counters
` [PATCH v2 3/8] ShellPkg/AcpiView: Modify error message
` [PATCH v2 4/8] ShellPkg/AcpiView: Create a logging facility
` [PATCH v2 5/8] ShellPkg/AcpiView: Refactor PrintFieldName
` [PATCH v2 6/8] ShellPkg/AcpiView: Refactor dump helpers
` [PATCH v2 7/8] ShellPkg/AcpiView: Refactor AcpiView
` [PATCH v2 8/8] ShellPkg/AcpiView: Refactor table parsers

[PATCH V1 0/2] MdePkg-IndustryStandard: CXL Specification Registers
 2020-07-11 10:40 UTC  (3+ messages)
` [PATCH V1 1/2] MdePkg-IndustryStandard: CXL 1.1 Specification registers
` [PATCH V1 2/2] MdePkg-IndustryStandard: Main header for all versions of CXL registers

[PATCH v4 00/15] Kvmtool guest firmware support for Arm
 2020-07-10 17:34 UTC  (8+ messages)
` [PATCH v4 01/15] PcAtChipsetPkg: Add MMIO Support to RTC driver
` [PATCH v4 02/15] ArmVirtPkg: Add Kvmtool RTC Fdt Client Library
    ` [edk2-devel] "
  ` [edk2-devel] [PATCH v4 07/15] MdeModulePkg: Fix constructor invocation ordering

[Patch v2 00/16] UnitTestFrameworkPkg: Enhancements and bug fixes
 2020-07-10 16:38 UTC  (25+ messages)
` [Patch v2 01/16] BaseTools/Python: Allow HOST_APPLICATION to use NULL libraries
  ` [edk2-devel] "
` [Patch v2 02/16] MdePkg/BaseCpuLibNull: Add Null version of CpuLib for host testing
  ` [edk2-devel] "
` [Patch v2 03/16] MdePkg/BaseCacheMaintenanceLibNull: Add Null instance "
` [Patch v2 04/16] MdePkg/BaseLib: Break out IA32/X64 GCC inline privileged functions
` [Patch v2 05/16] MdePkg/Library/BaseLib: Add BaseLib instance for host based unit tests
` [Patch v2 06/16] UnitTestFrameworkPkg: Use host libraries from MdePkg
` [Patch v2 07/16] UnitTestFrameworkPkg: Enable source level debug for host tests
` [Patch v2 08/16] UnitTestFrameworkPkg: Set host application stack size to 256KB
` [Patch v2 09/16] UnitTestFrameworkPkg: Change target mode DebugLib mapping
` [Patch v2 10/16] UnitTestFrameworkPkg/UnitTestLib: Move print log into cleanup
` [Patch v2 11/16] UnitTestFrameworkPkg/UnitTestLib: Fix target mode log messages
` [Patch v2 12/16] UnitTestFrameworkPkg/UnitTestLib: Add checks for ASSERT()
` [Patch v2 13/16] MdePkg/Include: Hook DebugLib _ASSERT() for unit tests
` [Patch v2 14/16] MdePkg/Include: Add UT_EXPECT_ASSERT_FAILURE() to UnitTestLib
` [Patch v2 15/16] MdePkg/Library/BaseStackCheckLib: Fix PCD type in INF
` [Patch v2 16/16] UnitTestFramewokPkg/SampleUnitTest: Use UT_EXPECT_ASSERT_FAILURE()

[Patch 00/15] UnitTestFrameworkPkg: Enhancements and bug fixes
 2020-07-10 16:24 UTC  (10+ messages)
` [Patch 02/15] MdePkg/BaseCpuLibNull: Add Null version of CpuLib for host testing
` [Patch 03/15] MdePkg/BaseCacheMaintenanceLibNull: Add Null instance "
` [Patch 04/15] MdePkg/BaseLib: Break out IA32/X64 GCC inline privileged functions

edk2-platform configure serial UART for debugging
 2020-07-10 13:35 UTC  (2+ messages)
  ` [edk2-devel] "

[edk2: PATCH] UefiCpuPkg: To enable X2Apic by default
 2020-07-10 11:51 UTC  (3+ messages)

edk2-platform configure serial UART for debugging
 2020-07-10 10:56 UTC 

[edk2-platforms][PATCH v2 0/1] Platform/RaspberryPi/Drivers: Add SD card detection
 2020-07-10  9:43 UTC  (2+ messages)
` [edk2-platforms][PATCH v2 1/1] "

[PATCH 01/13] SecurityPkg/Tcg2Pei: Add missing PCRIndex in FvBlob event
 2020-07-10  7:35 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 01/14] SecurityPkg/Tcg2Dxe: Add PcdTcgPfpMeasurementRevision in SpecId event
 2020-07-10  7:32 UTC  (2+ messages)

[PATCH 0/8] ShellPkg/AcpiView: Refactor Error Logging
 2020-07-10  6:42 UTC  (7+ messages)
` [PATCH 1/8] ShellPkg/AcpiView: Extract configuration struct
` [PATCH 4/8] ShellPkg/AcpiView: Create a logging facility
` [PATCH 8/8] ShellPkg/AcpiView: Refactor table parsers
  ` [edk2-devel] "

[Patch] MdeModulePkg/Variable/RuntimeDxe: Fix return status from Reclaim()
 2020-07-10  3:04 UTC 

[PATCH v1 0/3] *** SUBJECT HERE ***
 2020-07-09 18:59 UTC  (7+ messages)
` [PATCH v1 1/3] UnitTestFrameworkPkg : BaseTimerLib: Adds a host-based timer Lib
  ` [edk2-devel] "

[PATCH v2 0/3] Add Host Based Unit Tests for BaseCryptLib to CryptoPkg
 2020-07-09 18:47 UTC  (4+ messages)
` [PATCH v2 1/3] UnitTestFrameworkPkg : BaseTimerLibPosix: Adds a host-based timer Lib
` [PATCH v2 2/3] CryptoPkg: BaseCryptLib: Add unit tests (Host and Shell based)
` [PATCH v2 3/3] AzurePipelines : Pr Gate: Turn on HBUT for CryptoPkg

[PATCH edk2-platforms V2 0/2] Add USB driver support
 2020-07-09 20:03 UTC  (4+ messages)
` [edk2-platforms] [PATCH v3 "
  ` [edk2-platforms] [PATCH v3 1/2] Silicon/NXP: Add DWC3 USB controller initialization driver
  ` [edk2-platforms] [PATCH v3 2/2] Platform/NXP:LX2160: Enable support of USB controller

[edk2-platforms] [PATCH] IntelSiliconPkg: IOMMU generic bug fix
 2020-07-09 12:44 UTC  (6+ messages)
  ` [edk2-devel] "

Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, 10 July 2020 #cal-cancelled
 2020-07-09 11:42 UTC 

[PATCH] SecurityPkg/TcgStorageOpalLib: Fix retval of OpalGetFeatureDescriptor
 2020-07-09  2:38 UTC 

Cancelled Event: TianoCore Community Meeting - APAC / NAMO - Thursday, 9 July 2020 #cal-cancelled
 2020-07-09  0:11 UTC 

Cancelled Event: TianoCore Community Meeting - EMEA/NAMO - Thursday, 9 July 2020 #cal-cancelled
 2020-07-08 21:27 UTC 

Cancelling tomorrow's community meeting
 2020-07-08 18:45 UTC 

[PATCH v4 0/9] Add new feature that evacuate temporary to permanent memory (CVE-2019-11098)
 2020-07-08 18:02 UTC  (15+ messages)
` [PATCH v4 1/9] MdeModulePkg: Add new PCD to control the evacuate temporary memory feature (CVE-2019-11098)
  ` [edk2-devel] "
` [PATCH v4 2/9] MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)
  ` [edk2-devel] "
` [PATCH v4 3/9] UefiCpuPkg/CpuMpPei: Add GDT and IDT migration support (CVE-2019-11098)
  ` [edk2-devel] "
` [PATCH v4 4/9] UefiCpuPkg/SecMigrationPei: Add initial PEIM (CVE-2019-11098)
  ` [edk2-devel] "
` [PATCH v4 5/9] MdeModulePkg/Core: Create Migrated FV Info Hob for calculating hash (CVE-2019-11098)
  ` [edk2-devel] "
` [PATCH v4 7/9] UefiCpuPkg/CpuMpPei: Enable paging and set NP flag to avoid TOCTOU (CVE-2019-11098)
  ` [edk2-devel] "
` [PATCH v4 8/9] UefiCpuPkg: Correct some typos
  ` [edk2-devel] "

Build error for UefiPayloadPkgIa32.dsc
 2020-07-08 17:55 UTC  (6+ messages)
  ` [edk2-devel] "

[PATCH v1 0/1] Remove x86 legacy UART defaults
 2020-07-08 17:46 UTC  (4+ messages)
` [PATCH v1 1/1] UefiPayloadPkg: "

[PATCH v9 00/46] SEV-ES guest support
 2020-07-08 16:25 UTC  (17+ messages)
` [PATCH v9 08/46] UefiCpuPkg: Implement library support for VMGEXIT
      ` [edk2-devel] "
                          ` bit-fields [was: PATCH v9 08/46 UefiCpuPkg: Implement library support for VMGEXIT]

[PATCH v1 1/1] BaseTools/Conf: Remove C-Code-File.AcpiTable rule
 2020-07-08 16:02 UTC  (5+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH v1 0/2] Fix VS2017 build errors
 2020-07-08 15:31 UTC 

[PATCH 00/11] Introduce LsiScsi driver to OvmfPkg
 2020-07-08 15:26 UTC  (5+ messages)
` [PATCH 06/11] OvmfPkg/LsiScsiDxe: Report Targets and LUNs

[edk2-platform][PATCH v3 0/6] Update ASIX USB Networking drivers
 2020-07-08 14:56 UTC  (4+ messages)
` [edk2-platform][PATCH v3 5/6] Platform/HiSilicon: Switch HiKey USB NIC driver to Ax88772c


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