public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2021-03-26 08:39:53 to 2021-03-31 02:59:58 UTC [more...]

[edk2-platforms] [patch V4 00/37] Consume MdeLibs.dsc.inc for RegisterFilterLib
 2021-03-31  2:59 UTC  (43+ messages)
` [edk2-platforms] [patch V4 01/37] Drivers/ASIX: "
` [edk2-platforms] [patch V4 02/37] Drivers/DisplayLink: "
` [edk2-platforms] [patch V4 03/37] Drivers/OptionRomPkg: "
` [edk2-platforms] [patch V4 04/37] Features/Debugging: "
` [edk2-platforms] [patch V4 05/37] Features/Network: "
` [edk2-platforms] [patch V4 06/37] Features/OutOfBandManagement: "
` [edk2-platforms] [patch V4 07/37] Features/PowerManagement: "
` [edk2-platforms] [patch V4 08/37] Features/SystemInformation: "
` [edk2-platforms] [patch V4 09/37] Features/UserInterface: "
` [edk2-platforms] [patch V4 10/37] Platform/AMD: "
` [edk2-platforms] [patch V4 11/37] Platform/ARM: "
  ` [edk2-devel] "
` [edk2-platforms] [patch V4 12/37] Platform/BeagleBoard: "
` [edk2-platforms] [patch V4 13/37] Platform/Comcast: "
` [edk2-platforms] [patch V4 14/37] Platform/Hisilicon: "
` [edk2-platforms] [patch V4 15/37] Platform/BoardModulePkg: "
` [edk2-platforms] [patch V4 16/37] Platform/MinPlatformPkg: "
` [edk2-platforms] [patch V4 17/37] Platform/QuarkPlatformPkg: "
` [edk2-platforms] [patch V4 18/37] Platform/Vlv2TbltDevicePkg: "
` [edk2-platforms] [patch V4 19/37] Platform/LeMaker: "
` [edk2-platforms] [patch V4 20/37] Platform/Marvell: "
  ` [edk2-devel] "
` [edk2-platforms] [patch V4 21/37] Platform/NXP: "
` [edk2-platforms] [patch V4 22/37] Platform/Qemu: "
` [edk2-platforms] [patch V4 23/37] Platform/RaspberryPi: "
` [edk2-platforms] [patch V4 24/37] Platform/RISC-V: "
` [edk2-platforms] [patch V4 25/37] Platform/SiFive: "
` [edk2-platforms] [patch V4 26/37] Platform/Socionext: "
` [edk2-platforms] [patch V4 27/37] Platform/SoftIron: "
` [edk2-platforms] [patch V4 28/37] Platform/SolidRun: "
` [edk2-platforms] [patch V4 29/37] Silicon/CoffeelakeSiliconPkg: "
` [edk2-platforms] [patch V4 30/37] Silicon/IntelSiliconPkg: "
` [edk2-platforms] [patch V4 31/37] Silicon/KabylakeSiliconPkg: "
` [edk2-platforms] [patch V4 32/37] Silicon/QuarkSocPkg: "
` [edk2-platforms] [patch V4 33/37] Silicon/TigerlakeSiliconPkg: "
` [edk2-platforms] [patch V4 34/37] Silicon/Openmoko: "
` [edk2-platforms] [patch V4 35/37] Silicon/RISC_V: "
` [edk2-platforms] [patch V4 36/37] Silicon/Synopsys/DesignWare: "
` [edk2-platforms] [patch V4 37/37] Silicon/TexasInstruments: "
` [edk2-devel] [edk2-platforms] [patch V4 00/37] "

[PATCH v1] MdePkg: Support Extended Control Register(XCR) Read and Write
 2021-03-31  2:19 UTC  (5+ messages)
` 回复: [edk2-devel] "
  `  "

[PATCH 0/5] ArmPkg: OemMiscLib and Universal/Smbios improvements and fixes
 2021-03-31  2:16 UTC  (6+ messages)
` [PATCH 1/5] ArmPkg: Allow platforms to override PCI supported state in SmbiosMiscDxe
` [PATCH 2/5] ArmPkg: Allow platforms to supply more data for SMBIOS Type3 record
` [PATCH 3/5] ArmPkg: Allow platforms to report their boot status via OemMiscLib call
` [PATCH 4/5] ArmPkg: Fix calculation of offset of chassis SKU Number in SmbiosMiscDxe
` [PATCH 5/5] ArmPkg: Fix typo of Manufacturer in comment "

[edk2-platforms][PATCH v2 0/5] Resolve dependency from MmUnblockMemoryLib
 2021-03-31  2:06 UTC  (4+ messages)
` [edk2-platforms][PATCH v2 4/5] Vlv2TbltDevicePkg: PlatformPkg DSC: Added library for VariableSmmRuntimeDxe
  ` [edk2-devel] "

[Patch 0/3] Remove duplicate type declarations in MdePkg and CryptoPkg
 2021-03-31  2:04 UTC  (7+ messages)
` [Patch 1/3] MdePkg/Include/Protocol: EFI_HII POPUP_PROTOCOL duplicate declaration
` [Patch 2/3] MdePkg/Include/Protocol: EFI_RESET_NOTIFICATION_PROTOCOL duplicate
` [Patch 3/3] CryptoPkg/Private/Protocol/Crypto.h: Remove duplicate function type
` 回复: [Patch 0/3] Remove duplicate type declarations in MdePkg and CryptoPkg

[PATCH 1/1] ShellPkg: Fix smbiosview system enclosure type table
 2021-03-31  1:54 UTC 

TianoCore Bug Triage - APAC / NAMO - Tue, 03/30/2021 6:30pm-7:30pm #cal-reminder
 2021-03-31  1:15 UTC 

[patch V4 00/29] Add a new library class RegisterFilterLib in edk2 to filter/trace port IO/MMIO/MSR access
 2021-03-31  1:14 UTC  (50+ messages)
` [patch V4 01/29] MdePkg: Add RegisterFilterLib class and NULL instance
` [patch V4 02/29] MdePkg: Add MdeLibs.dsc.inc file to MdePkg
` [patch V4 03/29] ArmPkg: Consume MdeLibs.dsc.inc for RegisterFilterLib
  ` [edk2-devel] "
` [patch V4 04/29] ArmPlatformPkg: "
  ` [edk2-devel] "
` [patch V4 05/29] ArmVirtPkg: "
` [patch V4 06/29] CryptoPkg: "
` [patch V4 07/29] DynamicTablesPkg: "
` [patch V4 08/29] EmbeddedPkg: "
` [patch V4 09/29] EmulatorPkg: "
` [patch V4 10/29] FatPkg: "
` [patch V4 11/29] FmpDevicePkg: "
` [patch V4 12/29] IntelFsp2Pkg: "
` [patch V4 13/29] IntelFsp2WrapperPkg: "
` [patch V4 14/29] MdeModulePkg: "
` [patch V4 15/29] MdePkg: "
` [patch V4 16/29] NetworkPkg: "
` [patch V4 17/29] OvmfPkg: "
` [patch V4 18/29] PcAtChipsetPkg: "
` [patch V4 19/29] RedfishPkg: "
` [patch V4 20/29] SecurityPkg: "
` [patch V4 21/29] ShellPkg: "
` [patch V4 22/29] SignedCapsulePkg: "
` [patch V4 23/29] SourceLevelDebugPkg: "
    ` [edk2-devel] "
` [patch V4 24/29] StandaloneMmPkg: "
` [patch V4 25/29] UefiCpuPkg: "
` [patch V4 26/29] UefiPayloadPkg: "
` [patch V4 27/29] UnitTestFrameworkPkg: "
` [patch V4 28/29] MdePkg/IoLib: Filter/trace port IO/MMIO access
  ` [edk2-devel] "
` [patch V4 29/29] MdePkg/Baseib: Filter/trace MSR access for IA32/X64

[Patch 1/1] CryptoPkg: Simplify DSC by using UnitTestFrameworkPkgTarget.dsc.inc
 2021-03-31  0:29 UTC 

VirtIO Sound Driver (GSoC 2021)
 2021-03-31  0:01 UTC  (6+ messages)
` [edk2-devel] "

MinPlatform Board port (GSoC 2021)
 2021-03-30 23:28 UTC 

[edk2-platforms][PATCH V1] edk2-platforms: Update Readme.md
 2021-03-30 17:19 UTC  (2+ messages)
` [edk2-devel] "

[PATCH edk2-test 1/1] uefi-sct/SctPkg: IHV: type mismatch in SimpleTextOut test
 2021-03-30 15:08 UTC 

[PATCH edk2-test 1/1] uefi-sct/SctPkg: type mismatch in Simple Network test
 2021-03-30 15:03 UTC 

[edk2-devel] [patch V4 00/29] Add a new library class RegisterFilterLib in edk2 to filter/trace port IO/MMIO/MSR access
 2021-03-30 13:24 UTC  (3+ messages)
  ` 回复: "

[edk2-test PATCHv3 0/5] Port SCT to RISCV64
 2021-03-30 12:26 UTC  (9+ messages)
` [edk2-test PATCHv3 1/5] SctPkg: Add RISCV64 support by using Aarch64 sources
` [edk2-test PATCHv3 2/5] SctPkg: Adapt Aarch64 sources for Riscv64
` [edk2-test PATCHv3 3/5] SctPkg: Add RISCV64 build support
  ` [edk2-devel] "
` [edk2-test PATCHv3 4/5] SctPkg: Unify CC_FLAGS for all GCC platforms
  ` [edk2-devel] "

[PATCH] UefiPayloadPkg: UefiPayload retrieve PCI root bridge from Guid Hob
 2021-03-30  8:44 UTC 

[PATCH 0/3] Define microcode location PCDs in IntelSiliconPkg
 2021-03-30  8:08 UTC  (3+ messages)
` [PATCH 1/3] IntelSiliconPkg: Define PCDs for microcode location in flash

Driver health : Posting message in MessageList
 2021-03-30  5:56 UTC 

[PATCH v1] MdePkg: Support Extended Control Register(XCR) Read and Write
 2021-03-30  5:51 UTC 

[PATCH V5 1/1] EmbeddedPkg: DwMmcHcDxe: Add support for Designware SDMMC driver
 2021-03-30  4:36 UTC  (2+ messages)

TianoCore Bug Triage - APAC / NAMO - Tue, 03/30/2021 6:30pm-7:30pm #cal-reminder
 2021-03-30  4:31 UTC  (2+ messages)
` 回复: [edk2-devel] "

[PATCH 1/1] MdeModulePkg/BmpSupportLib: Allow BMP with extra data
 2021-03-30  1:35 UTC  (7+ messages)
` [EXTERNAL] [edk2-devel] "

[PATCH] BaseTools/GenFw: Fix casting result of comparison
 2021-03-29 13:12 UTC  (3+ messages)
` 回复: [edk2-devel] "
  `  "

reg: clarification on Form Browser Action on save changes in IP4 and IP6 configuration
 2021-03-29  6:19 UTC  (3+ messages)
` 回复: [edk2-devel] "
  `  "

[edk2-devel] [edk2-platforms][PATCH v2 1/1] MinPlatformPkg/Acpi/AcpiSmm: Add Standalone MM support
 2021-03-29  5:15 UTC  (2+ messages)
  ` 回复: "

[PATCH] UefiCpuPkg/PiSmmCpuDxeSmm: Support detect SMM shadow stack overflow
 2021-03-29  5:13 UTC  (4+ messages)

[edk2-platforms] [patch V3 00/35] Consume MdeLibs.dsc.inc for RegisterFilterLib
 2021-03-29  1:59 UTC  (35+ messages)
` [edk2-platforms] [patch V3 16/35] Platform/Vlv2TbltDevicePkg: "
` [edk2-platforms] [patch V3 17/35] Platform/LeMaker: "
` [edk2-platforms] [patch V3 18/35] Platform/Qemu: "
` [edk2-platforms] [patch V3 19/35] Platform/RaspberryPi: "
` [edk2-platforms] [patch V3 20/35] Platform/RISC-V: "
` [edk2-platforms] [patch V3 21/35] Platform/SiFive: "
` [edk2-platforms] [patch V3 22/35] Platform/Socionext: "
  ` [edk2-devel] "
` [edk2-platforms] [patch V3 23/35] Platform/SoftIron: "
` [edk2-platforms] [patch V3 24/35] Silicon/Hisilicon: "
  ` [edk2-devel] "
` [edk2-platforms] [patch V3 25/35] Silicon/CoffeelakeSiliconPkg: "
` [edk2-platforms] [patch V3 26/35] Silicon/IntelSiliconPkg: "
` [edk2-platforms] [patch V3 27/35] Silicon/KabylakeSiliconPkg: "
` [edk2-platforms] [patch V3 28/35] Silicon/QuarkSocPkg: "
` [edk2-platforms] [patch V3 29/35] Silicon/TigerlakeSiliconPkg: "
    ` [edk2-devel] "
` [edk2-platforms] [patch V3 30/35] Silicon/Marvell: "
  ` [edk2-devel] "
` [edk2-platforms] [patch V3 31/35] Silicon/NXP: "
  ` [edk2-devel] "
` [edk2-platforms] [patch V3 32/35] Silicon/Openmoko: "
` [edk2-platforms] [patch V3 33/35] Silicon/RISC_V: "
` [edk2-platforms] [patch V3 34/35] Silicon/Synopsys/DesignWare: "
` [edk2-platforms] [patch V3 35/35] Silicon/TexasInstruments: "

[edk2-devel] GSoC 2021 (MinPlatform, Ext2, ACPICA, etc)
 2021-03-28 22:42 UTC  (4+ messages)

[PATCH 0/3 v7] Add support for running StandaloneMm as OP-TEE TA
 2021-03-28 11:30 UTC  (5+ messages)
` [PATCH 3/3 v7] Maintainers: Add maintainers for StandAloneMM and RPMB driver

[PATCH 1/3 v7] Drivers/OpTeeRpmb: Add an OP-TEE backed RPMB driver
 2021-03-28 10:30 UTC  (4+ messages)
` [edk2-devel] "

[edk2-non-osi/edk2-platforms PATCH v2 0/4] Marvell SoCs device tree update
 2021-03-28  9:45 UTC  (2+ messages)

TianoCore Design Meeting - APAC/NAMO - Fri, 04/02/2021 9:30am-10:30am #cal-reminder
 2021-03-28  1:30 UTC 

[edk2-platforms][PATCH] Platform/Sgi: add platform documentation
 2021-03-27 20:43 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 0/1] Add buffer size check before save state read
 2021-03-26 23:41 UTC  (2+ messages)
` [PATCH v1 1/1] UefiCpuPkg: PiSmmCpuDxeSmm: Check buffer size before accessing

[RFC PATCH 00/19] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-03-26 20:02 UTC  (5+ messages)
` [RFC PATCH 09/19] MdePkg: Add AsmPvalidate() support
  ` 回复: [edk2-devel] "
      `  "

[patch V3 00/29] Add a new library class RegisterFilterLib in edk2 to filter/trace port IO/MMIO/MSR access
 2021-03-26 16:35 UTC  (5+ messages)
` [patch V3 26/29] UefiPayloadPkg: Consume MdeLibs.dsc.inc for RegisterFilterLib
` [patch V3 27/29] UnitTestFrameworkPkg: "

[PATCH v2 2/2] Platform/RaspberryPi: Enable Bluetooth and UART in Windows OS
 2021-03-26 14:33 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v2 0/7] OvmfXen: Set PcdFSBClock at runtime
 2021-03-26 14:16 UTC  (3+ messages)
` [PATCH v2 4/7] OvmfPkg/IndustryStandard: Introduce PageTable.h


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