public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2021-02-01 01:32:06 to 2021-02-04 03:54:11 UTC [more...]

[PATCH 01/40] TigerlakeSiliconPkg: Add package and Include/ConfigBlock headers
 2021-02-04  3:54 UTC  (53+ messages)
` [PATCH 02/40] TigerlakeSiliconPkg/Include: Add Library, PPI and Protocol include headers
` [PATCH 03/40] TigerlakeSiliconPkg/Include: Add Pins, Register and other "
` [PATCH 04/40] TigerlakeSiliconPkg/Cpu: Add Include headers
` [PATCH 05/40] TigerlakeSiliconPkg/Pch: Add include headers
` [PATCH 06/40] TigerlakeSiliconPkg/Pch: Add IncludePrivate headers
` [PATCH 07/40] TigerlakeSiliconPkg/SystemAgent: Add include headers
` [PATCH 08/40] TigerlakeSiliconPkg/SystemAgent: Add IncludePrivate headers
` [PATCH 09/40] TigerlakeSiliconPkg/Fru: Add TglCpu/Include headers
` [PATCH 10/40] TigerlakeSiliconPkg/Fru: Add TglCpu/IncludePrivate headers
` [PATCH 11/40] TigerlakeSiliconPkg/Fru: Add TglPch/Include headers
` [PATCH 12/40] TigerlakeSiliconPkg/Fru: Add TglPch/IncludePrivate headers
` [PATCH 13/40] TigerlakeSiliconPkg/IpBlock: Add Cnvi component
` [PATCH 14/40] TigerlakeSiliconPkg/IpBlock: Add CpuPcieRp component
` [PATCH 15/40] TigerlakeSiliconPkg/IpBlock: Add Espi component
` [PATCH 16/40] TigerlakeSiliconPkg/IpBlock: Add Gbe component
` [PATCH 17/40] TigerlakeSiliconPkg/IpBlock: Add Gpio component
` [PATCH 18/40] TigerlakeSiliconPkg/IpBlock: Add Graphics component
` [PATCH 19/40] TigerlakeSiliconPkg/IpBlock: Add Hda component
` [PATCH 20/40] TigerlakeSiliconPkg/IpBlock: Add HostBridge component
` [PATCH 21/40] TigerlakeSiliconPkg/IpBlock: Add P2sb component
` [PATCH 22/40] TigerlakeSiliconPkg/IpBlock: Add PchDmi component
` [PATCH 23/40] TigerlakeSiliconPkg/IpBlock: Add PcieRp component
` [PATCH 24/40] TigerlakeSiliconPkg/IpBlock: Add Pmc component
` [PATCH 25/40] TigerlakeSiliconPkg/IpBlock: Add Psf component
` [PATCH 26/40] TigerlakeSiliconPkg/IpBlock: Add Sata component
` [PATCH 27/40] TigerlakeSiliconPkg/IpBlock: Add SerialIo component
` [PATCH 28/40] TigerlakeSiliconPkg/IpBlock: Add Smbus component
` [PATCH 29/40] TigerlakeSiliconPkg/IpBlock: Add Spi component
` [PATCH 30/40] TigerlakeSiliconPkg/IpBlock: Add Vtd component
` [PATCH 31/40] TigerlakeSiliconPkg/Library: Add package common library instances
` [PATCH 32/40] TigerlakeSiliconPkg/Pch: Add Pch "
` [PATCH 33/40] TigerlakeSiliconPkg/Pch: Add Pch private "
` [PATCH 34/40] TigerlakeSiliconPkg/SystemAgent: Add Acpi Tables and "
` [PATCH 35/40] TigerlakeSiliconPkg/Fru/TglCpu: Add CpuPcieRp and Vtd "
` [PATCH 36/40] TigerlakeSiliconPkg/Pch: Add Pch modules
` [PATCH 37/40] TigerlakeSiliconPkg/SystemAgent: Add SystemAgent modules
` [PATCH 38/40] TigerlakeSiliconPkg/Fru: Add Fru DSC files
` [PATCH 39/40] TigerlakeSiliconPkg: Add package "
` [PATCH 40/40] Maintainers.txt: Add TigerlakeSiliconPkg maintainers

[PATCH] IntelFsp2Pkg: Add YAML file generation support
 2021-02-04  3:45 UTC  (4+ messages)

[PATCH v6 0/9] support CPU hot-unplug
 2021-02-04  3:04 UTC  (47+ messages)
` [PATCH v6 1/9] OvmfPkg/CpuHotplugSmm: refactor hotplug logic
  ` [edk2-devel] "
` [PATCH v6 2/9] OvmfPkg/CpuHotplugSmm: collect hot-unplug events
` [PATCH v6 3/9] OvmfPkg/CpuHotplugSmm: add Qemu Cpu Status helper
` [PATCH v6 4/9] OvmfPkg/CpuHotplugSmm: introduce UnplugCpus()
` [PATCH v6 5/9] OvmfPkg/CpuHotplugSmm: define CPU_HOT_EJECT_DATA
` [PATCH v6 6/9] OvmfPkg/SmmCpuFeaturesLib: init CPU ejection state
` [PATCH v6 7/9] OvmfPkg/CpuHotplugSmm: add CpuEject()
` [PATCH v6 8/9] OvmfPkg/CpuHotplugSmm: add worker to do CPU ejection
` [PATCH v6 9/9] OvmfPkg/SmmControl2Dxe: negotiate CPU hot-unplug

[PATCH 0/2] UefiCpuPkg/MpInitLib: Use XADD to avoid lock acquire/release
 2021-02-04  2:59 UTC  (3+ messages)
` [PATCH 1/2] UefiCpuPkg/MpInitLib: Use NASM struc to avoid hardcode offset
` [PATCH 2/2] UefiCpuPkg/MpInitLib: Use XADD to avoid lock acquire/release

[Patch 1/1 V2] BaseTools: fix the split output files root dir
 2021-02-04  0:59 UTC  (2+ messages)
` 回复: "

UEFI compile error
 2021-02-04  0:39 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 1/1] BaseTools: Align include guards policy
 2021-02-03 22:31 UTC  (4+ messages)
` 回复: "
  ` [edk2-devel] "

[edk2-announce] Reminder: Community meeting this week - please resync your calendar
 2021-02-03 18:02 UTC  (2+ messages)

[PATCH v3] MdeModulePkg/Library: Add HiiGetStringEx to UefiHiiLib for EDK2 Redfish
 2021-02-03 15:20 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH v7 00/21] ArmPkg,MdePkg: Add Universal/Smbios, and related changes
 2021-02-03 15:18 UTC  (3+ messages)
` [PATCH v7 13/21] ArmPkg: Add Universal/Smbios/ProcessorSubClassDxe

[PATCH 1/2] Maintainers.txt: Remove Jordan Justen from EmulatorPkg
 2021-02-03 13:11 UTC  (4+ messages)
` [PATCH 2/2] Maintainers.txt: Remove Jordan Justen from OvmfPkg
` [edk2-devel] [PATCH 1/2] Maintainers.txt: Remove Jordan Justen from EmulatorPkg

[PATCH] UefiPayloadPkg/PlatformBootManager: Connect console after EndOfDxe
 2021-02-03 10:25 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 0/2 v4] Add support for running StandaloneMm as OP-TEE TA
 2021-02-03 10:16 UTC  (3+ messages)
` [PATCH 1/2 v4] Drivers/OpTeeRpmb: Add an OP-TEE backed RPMB driver
` [PATCH 2/2 v4] StMMRpmb: Add support for building StandaloneMm image for OP-TEE

[edk2-platforms] [PATCH v2 0/3] Add HMAT tables for RD multi-chip platforms
 2021-02-03  9:07 UTC  (4+ messages)
` [edk2-platforms] [PATCH v2 1/3] Platform/ARM/SgiPkg: Add helper macros for HMAT table
` [edk2-platforms] [PATCH v2 2/3] Platform/ARM/SgiPkg: Add HMAT ACPI table for RdN1EdgeX2
` [edk2-platforms] [PATCH v2 3/3] Platform/ARM/SgiPkg: Add HMAT ACPI table for RD-V1-MC

[Wiki V2] Add update notes for incomaptible patches that fix typos in SmBios.h
 2021-02-03  8:17 UTC 

[PATCH v2 1/1] UefiCpuPkg/CpuCacheInfoLib: Add MpService dependency
 2021-02-03  7:23 UTC  (2+ messages)

[PATCH v1 1/1] IntelSiliconPkg/ShadowMicrocodePei: Add microcode header verification
 2021-02-03  7:05 UTC 

[Bug 3187] FaultTolerantWriteDxe defect will cause NVRAM not recovered after number of WorkSpaceRefresh()
 2021-02-03  4:58 UTC 

[PATCH v1 1/1] StandaloneMmPkg: Add X64 build support
 2021-02-03  3:54 UTC 

[PATCH v1 1/1] StandaloneMmPkg/FvLib.h: Add EFIAPI to FfsFindSection()
 2021-02-03  3:52 UTC 

[PATCH v1 1/1] StandaloneMmPkg/StandaloneMmCore: Fix compiler warning
 2021-02-03  3:50 UTC 

How can I receive EAP packets?
 2021-02-03  3:20 UTC 

[PATCH 0/2] Fix #DF issue when enable CET shadow stack feature
 2021-02-03  2:43 UTC  (4+ messages)
` [PATCH 2/2] UefiCpuPkg/CpuExceptionHandlerLib: Clear CET shadow stack token busy bit
    ` [edk2-devel] "

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

[PATCH] MdePkg/Include: Add CET instructions to Nasm.inc
 2021-02-03  2:01 UTC  (10+ messages)
  ` 回复: "
        ` [edk2-devel] "

How can I receive EAP packets?
 2021-02-03  1:00 UTC 

Reminder: Community meeting this week - please resync your calendar
 2021-02-03  0:33 UTC 

[PATCH v1 0/1] Introduce DxeMmUnblockMemoryLib Interface
 2021-02-02 22:16 UTC 

[PATCH v1 1/1] MdeModulePkg: DxeMmUnblockMemoryLib: Added definition and null instance
 2021-02-02 22:16 UTC 

[edk2-devel] reg: IPv6 ISCSI Boot with Windows 2019
 2021-02-02 17:34 UTC  (5+ messages)
        ` [EXTERNAL] "

[PATCH edk2-platforms v3 0/2] Add support for running StandaloneMm as OP-TEE TA
 2021-02-02 16:27 UTC  (10+ messages)
` [PATCH edk2-platforms v3 1/2] Drivers/OpTeeRpmb: Add an OP-TEE backed RPMB driver

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

[PATCH v2 2/2] DynamicTablesPkg: Add an override for 16550 HID in SSDT
 2021-02-02 13:01 UTC  (2+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH 1/2] MdeModulePkg/SataControllerDxe: Add support for drives in RAID mode
 2021-02-02 13:00 UTC  (5+ messages)

[PATCH v2 1/2] DynamicTablesPkg: Don't use gEfiMdeModulePkgTokenSpaceGuid
 2021-02-02 13:00 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v2 0/2] Add a Pcd to override the 16650 HID in SSDT
 2021-02-02 13:00 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] MdeModulePkg/PciBusDxe: Fix a bug in ProcessOptionRomLight
 2021-02-02  6:34 UTC  (5+ messages)
    ` [edk2-devel] "

How can I receive EAP packets?
 2021-02-02  6:33 UTC 

[Wiki] Add update notes for incomaptible patches that fix typos in SmBios.h
 2021-02-02  3:31 UTC  (4+ messages)
` 回复: "
  ` [edk2-devel] "
    ` 回复: "

[edk2-devel] [PATCH v4 00/20] Extends Support of MM_STANDALONE Type Modules to X64
 2021-02-02  3:28 UTC  (5+ messages)
  ` 回复: "

[PATCH] IntelFsp2Pkg: Add YAML file generation support
 2021-02-02  3:08 UTC 

[PATCH v2 0/4] RPi: SD/Wifi Acpi updates
 2021-02-01 22:53 UTC  (5+ messages)
` [PATCH v2 1/4] Platform/RaspberryPi: Add Negative table check
` [PATCH] Platform/RaspberryPi/Acpitables: Add eMMC2 device and tweak Arasan
` [PATCH v2 3/4] Platform/RaspberryPi: User control of eMMC2 DMA
` [PATCH v2 4/4] Platform/RaspberryPi: Invert default Arasan, Emmc2 routing

[BUG/PATCH] Platform/RaspberryPi: Only enable IORT when 3G limit is disabled
 2021-02-01 22:44 UTC 

[PATCH v1 1/1] UefiCpuPkg/CpuCacheInfoLib: Add more dependency of CpuCacheInfoLib
 2021-02-01 15:10 UTC  (5+ messages)
  ` [edk2-devel] "

[PATCH 1/2] uefi-sct/SctPkg: allowable NotifyTpl in CreateEventEx
 2021-02-01 14:37 UTC  (4+ messages)
` [PATCH 2/2] uefi-sct/SctPkg: allowable NotifyTpl in CreateEvent

[PATCH v1 0/2] Add a Pcd to override the 16650 HID in SSDT
 2021-02-01 14:27 UTC  (2+ messages)

[edk2-platforms] [PATCH v1 0/3] Add HMAT tables for RD multi-chip platforms
 2021-02-01 12:53 UTC  (6+ messages)
` [edk2-platforms] [PATCH v1 2/3] Platform/ARM/SgiPkg: Add HMAT ACPI table for RdN1EdgeX2
    ` [edk2-devel] "

[edk2-platforms][PATCH V2 1/1] Platform/ARM/SgiPkg: Update ACPI Table revision
 2021-02-01 10:06 UTC  (2+ messages)

[PATCH v1 1/1] UefiCpuPkg/CpuCacheInfoLib: Support no enabled AP case in DxeLib
 2021-02-01  8:44 UTC  (2+ messages)

[PATCH v2 RESEND] MdeModulePkg/Library: Add HiiGetStringEx to UefiHiiLib for EDK2 Redfish
 2021-02-01  4:01 UTC  (3+ messages)
` 回复: [edk2-devel] "
  `  "

[PATCH] RedfishPkg/JsonLib: Fix the mistake of removing code by a accident
 2021-02-01  2:59 UTC  (3+ messages)
` 回复: [edk2-devel] "
  `  "

[PATCH] RedfishPkg/JsonLib: Add JsonLoadString function
 2021-02-01  3:02 UTC  (3+ messages)
` 回复: [edk2-devel] "
  `  "

[PATCH] RedfishPkg/JsonLib: Ignore the build error of assignment within conditional expression
 2021-02-01  1:55 UTC  (2+ messages)
` 回复: [edk2-devel] "

[Patch 1/1] BaseTools: fix the split output files root dir
 2021-02-01  1:52 UTC 

[PATCH v4 1/1] ShellPkg/AcpiView: HMAT Parser
 2021-02-01  1:46 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v1 1/1] MdePkg/SmiHandlerProfileLibNull: Add MM_STANDALONE support
 2021-02-01  1:32 UTC  (2+ 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