public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2021-02-04 08:24:55 to 2021-02-07 00:44:35 UTC [more...]

[PATCH v1 0/1] Introduce DxeMmUnblockMemoryLib Interface
 2021-02-07  0:44 UTC  (8+ messages)
` [edk2-devel] "

[Bug 3187] FaultTolerantWriteDxe defect will cause NVRAM not recovered after number of WorkSpaceRefresh()
 2021-02-06  5:54 UTC  (6+ messages)
    ` 回复: "
        ` [edk2-devel] "

[PATCH v2 0/3] Use XADD to avoid lock acquire/release
 2021-02-06  4:32 UTC  (11+ messages)
` [PATCH v2 1/3] MdePkg/Nasm.inc: add macros for C types used in structure definition
  ` [edk2-devel] "
` [PATCH v2 2/3] UefiCpuPkg/MpInitLib: Use NASM struc to avoid hardcode offset
  ` [edk2-devel] "
` [PATCH v2 3/3] UefiCpuPkg/MpInitLib: Use XADD to avoid lock acquire/release
  ` [edk2-devel] "
` [edk2-devel] [PATCH v2 0/3] "

[edk2-platforms][PATCH v1 0/3] MinPlatformPkg: Add SpiFvbServiceStandaloneMm
 2021-02-06  0:15 UTC  (4+ messages)
` [edk2-platforms][PATCH v1 1/3] MinPlatformPkg/SpiFlashCommonLibNull: Make MODULE_TYPE BASE
` [edk2-platforms][PATCH v1 2/3] MinPlatformPkg/MinPlatformPkg.dsc: Add basic MM_STANDALONE libraries
` [edk2-platforms][PATCH v1 3/3] MinPlatformPkg/SpiFvbService: Add Standalone MM support

EDK2
 2021-02-05 23:35 UTC  (9+ messages)
` [edk2-devel] EDK2

TianoCore Community Meeting Minutes - 2/4
 2021-02-05 23:34 UTC  (4+ messages)
  ` [edk2-devel] "

[PATCH] UefiPayloadPkg/PlatformBootManager: Connect console after EndOfDxe
 2021-02-05 23:15 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v2 1/2] Maintainers.txt: Remove Jordan Justen from EmulatorPkg
 2021-02-05 22:36 UTC  (4+ messages)
` [PATCH v2 2/2] Maintainers.txt: Change Jordan Justen to a reviewer for OvmfPkg
  ` [edk2-devel] "

[edk2-devel] [PATCH] Maintainers.txt: Update Maintainers and reviewers for UefiPayloadPkg
 2021-02-05 22:11 UTC  (2+ messages)

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

[PATCH v6 0/9] support CPU hot-unplug
 2021-02-05 16:06 UTC  (11+ messages)
` [PATCH v6 7/9] OvmfPkg/CpuHotplugSmm: add CpuEject()
                ` [edk2-devel] "

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

[PATCH v1 05/27] ArmPkg: Fix Ecc error 9005 in CpuDxe
 2021-02-05 14:52 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 04/27] ArmPkg: Fix Ecc error 8001 in ArmArchTimerLib
 2021-02-05 14:51 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 03/27] ArmPkg: Fix Ecc error 8001 in Chipset
 2021-02-05 14:48 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 02/27] ArmPkg: Fix Ecc error 8001 in SemihostLib
 2021-02-05 14:43 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 01/27] ArmPkg: Fix Ecc error 8001 in Chipset
 2021-02-05 14:38 UTC  (2+ messages)
` [edk2-devel] "

reg: iPxe Boot in NetworkPkg
 2021-02-05 10:10 UTC  (2+ messages)
` [edk2-devel] "

ARM ltd. platform maintainership
 2021-02-05  9:58 UTC  (3+ messages)

[PATCH v2 0/1] Fix CET shadow stack token busy bit clear issue
 2021-02-05  9:58 UTC  (3+ messages)
` [PATCH v2 1/1] UefiCpuPkg/CpuExceptionHandlerLib: Clear CET shadow stack token busy bit

How can I receive EAP packets?
 2021-02-05  8:03 UTC  (7+ messages)
` [edk2-devel] "
  ` 答复: "

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

Uefi functions AddUnicodeString2() and LookupUnicodeString2() are returning EFI_UNSUPPORTED incorrectly
 2021-02-05  6:30 UTC 

[PATCH v1 1/1] IntelSiliconPkg/ShadowMicrocodePei: Add microcode header verification
 2021-02-05  4:51 UTC  (4+ messages)

[PATCH v3] MdeModulePkg/Library: Add HiiGetStringEx to UefiHiiLib for EDK2 Redfish
 2021-02-05  4:34 UTC  (8+ messages)
  ` [edk2-devel] "
    ` 回复: "

Help needed for ": error C0DE: Tools code failure"
 2021-02-05  4:11 UTC 

TianoCore Community Meeting - APAC/NAMO - Thu, 02/04/2021 7:30pm-8:30pm #cal-reminder
 2021-02-05  3:25 UTC 

TianoCore Community Meeting - APAC/NAMO - Thu, 02/04/2021 7:30pm-8:30pm #cal-reminder
 2021-02-05  3:15 UTC 

[PATCH v2] IntelFsp2Pkg: Add YAML file generation support
 2021-02-05  2:09 UTC  (2+ messages)

TianoCore Design Meeting - APAC/NAMO - Fri, 02/05/2021 #cal-notice
 2021-02-05  1:30 UTC 

[Patch 1/1 V2] BaseTools: fix the split output files root dir
 2021-02-05  1:18 UTC  (2+ messages)

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

[PATCH] BaseTools: Fix BrotliCompress run issue on Linux
 2021-02-05  1:13 UTC  (2+ messages)
` 回复: "

[Patch V2 40/40] Maintainers.txt: Add TigerlakeSiliconPkg maintainers
 2021-02-05  1:08 UTC  (2+ messages)

[RFC] Request for new git repository for EdkRepo
 2021-02-04 23:28 UTC  (5+ messages)
      ` [edk2-rfc] "

[PATCH 1/2] Maintainers.txt: Remove Jordan Justen from EmulatorPkg
 2021-02-04 19:05 UTC  (3+ messages)
` [PATCH 2/2] Maintainers.txt: Remove Jordan Justen from OvmfPkg

[edk2-announce] Reminder: Community meeting this week - please see updates
 2021-02-04 17:26 UTC 

[edk2-announce] Reminder: Community meeting this week - please resync your calendar
 2021-02-04 17:05 UTC 

[PATCH v2 1/1] ArmPkg/Library: prevent endless reboot loop with emulated NV varstore
 2021-02-04 17:04 UTC  (4+ messages)

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

TianoCore Community Meeting - EMEA / NAMO - Thu, 02/04/2021 9:00am-10:00am #cal-reminder
 2021-02-04 16:55 UTC 

TianoCore Community Meeting - EMEA / NAMO - Thu, 02/04/2021 9:00am-10:00am #cal-reminder
 2021-02-04 16:45 UTC 

[PATCH 0/2] UefiCpuPkg/MpInitLib: Use XADD to avoid lock acquire/release
 2021-02-04 15:51 UTC  (11+ messages)
` [PATCH 1/2] UefiCpuPkg/MpInitLib: Use NASM struc to avoid hardcode offset
  ` [edk2-devel] "
` [PATCH 2/2] UefiCpuPkg/MpInitLib: Use XADD to avoid lock acquire/release
  ` [edk2-devel] "

Updated Event: TianoCore Design Meeting - APAC/NAMO - Friday, 5 February 2021 #cal-invite
 2021-02-04 14:44 UTC 

[PATCH 1/1] ArmPkg/Library: prevent endless reboot loop with emulated NV varstore
 2021-02-04 13:50 UTC  (3+ messages)
` [edk2-devel] "

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

Does anyone meet the github SSH access issue?
 2021-02-04  9:22 UTC  (2+ messages)

[PATCH 01/40] TigerlakeSiliconPkg: Add package and Include/ConfigBlock headers
 2021-02-04  8:24 UTC  (4+ messages)
` [PATCH 40/40] Maintainers.txt: Add TigerlakeSiliconPkg maintainers


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