public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2022-10-18 13:30:55 to 2022-10-24 20:41:30 UTC [more...]

[PATCH v8 0/7] Add safe unaccepted memory behavior
 2022-10-24 20:41 UTC  (3+ messages)
` [PATCH v8 1/7] OvmfPkg: Realize EfiMemoryAcceptProtocol in AmdSevDxe
` [PATCH v8 2/7] MdePkg: Add EFI_EVENT_BEFORE_EXIT_BOOT_SERVICES_GUID

[Patch v2 00/11] Remove all UGA support
 2022-10-24 18:06 UTC  (2+ messages)
` [edk2-devel] "

[PATCH V1 0/2] CryptoPkg bug fixes
 2022-10-24 17:21 UTC  (4+ messages)
` [PATCH V1 1/2] CryptoPkg: Sha1 functions causing build errors
` [PATCH V1 2/2] CryptoPkg: Need to enable crypto functions
` [edk2-devel] [PATCH V1 0/2] CryptoPkg bug fixes

[PATCH v2] edk2Platforms-Silicon:Add VAB FIT record types support in FitGen.c
 2022-10-24 17:04 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 00/11] ArmVirtPkg: introduce VirtNorFlashDxe
 2022-10-24 17:01 UTC  (12+ messages)
` [PATCH 01/11] OvmfPkg: clone NorFlashPlatformLib into VirtNorFlashPlatformLib
` [PATCH 02/11] OvmfPkg/VirtNorFlashDxe: clone ArmPlatformPkg's NOR flash driver
` [PATCH 03/11] OvmfPkg/VirtNorFlashDxe: remove CheckBlockLocked feature
` [PATCH 04/11] OvmfPkg/VirtNorFlashDxe: remove disk I/O protocol implementation
` [PATCH 05/11] OvmfPkg/VirtNorFlashDxe: drop block "
` [PATCH 06/11] OvmfPkg/VirtNorFlashDxe: avoid array mode switch after each word write
` [PATCH 07/11] OvmfPkg/VirtNorFlashDxe: avoid switching between modes in a tight loop
` [PATCH 08/11] OvmfPkg/VirtNorFlashDxe: use EFI_MEMORY_WC and drop AlignedCopyMem()
` [PATCH 09/11] ArmVirtPkg/ArmVirtQemu: migrate to OVMF's VirtNorFlashDxe
` [PATCH 10/11] ArmVirtPkg/ArmVirtKvmTool: Migrate "
` [PATCH 11/11] ArmPlatformPkg: Retire NorFlashDxe driver

[edk2-libc Patch 0/1] Py3 UEFI help built-in function issue fix
 2022-10-24 15:54 UTC  (4+ messages)
` [edk2-libc Patch 1/1] Python/Python3.6.8: "

[PATCH v7 0/7] Add safe unaccepted memory behavior
 2022-10-24 15:24 UTC  (9+ messages)
` [edk2-devel] "

[PATCH 1/1] OvmfPkg/SmbiosPlatformDxe: use PcdFirmwareVersionString
 2022-10-24 14:03 UTC  (6+ messages)
` [edk2-devel] "

[PATCH] BaseTools/Tests: Use quotes around PYTHON_COMMAND
 2022-10-24 11:52 UTC  (3+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH V4 00/14] Platform: Add Loongson support
 2022-10-24  9:25 UTC  (15+ messages)
` [edk2-platforms][PATCH V4 07/14] Platform/Loongson: Support PEI phase
` [edk2-platforms][PATCH V4 08/14] Platform/Loongson: Add CPU DXE driver
` [edk2-platforms][PATCH V4 09/14] Platform/Loongson: Add PciCpuIoDxe driver
` [edk2-platforms][PATCH V4 10/14] Platform/Loongson: Add timer Dxe driver
` [edk2-platforms][PATCH V4 11/14] Platform/Loongson: Add RealTime Clock lib
` [edk2-platforms][PATCH V4 12/14] Platform/Loongson: Add Platform Boot Manager Lib
` [edk2-platforms][PATCH V4 13/14] Platform/Loongson: Add Reset System Lib
` [edk2-platforms][PATCH V4 14/14] Platform/Loongson: Support Dxe
` [edk2-platforms][PATCH V4 01/14] Platform/Loongson: Add Serial Port library
` [edk2-platforms][PATCH V4 02/14] Platform/Loongson: Support SEC And Add Readme.md
` [edk2-platforms][PATCH V4 03/14] Platform/Loongson: Add PeiServicesTablePointerLib
` [edk2-platforms][PATCH V4 04/14] Platform/Loongson: Add QemuFwCfgLib
` [edk2-platforms][PATCH V4 05/14] Platform/Loongson: Add MmuLib
` [edk2-platforms][PATCH V4 06/14] Platform/Loongson: Add StableTimerLib

[edk2-staging/RiscV64QemuVirt PATCH V4 00/34] Add support for RISC-V virt machine
 2022-10-24  7:47 UTC  (14+ messages)
` [edk2-staging/RiscV64QemuVirt PATCH V4 26/34] EmbeddedPkg/NvVarStoreFormattedLib: Migrate to MdeModulePkg
` [edk2-staging/RiscV64QemuVirt PATCH V4 29/34] OvmfPkg: Add Qemu NOR flash DXE driver
` [edk2-staging/RiscV64QemuVirt PATCH V4 32/34] OvmfPkg: RiscVVirt: Add Qemu Virt platform support
  ` [edk2-devel] "
` [edk2-staging/RiscV64QemuVirt PATCH V4 34/34] UefiCpuPkg/UefiCpuPkg.ci.yaml: Ignore RISC-V file
  ` [edk2-devel] "
` [edk2-devel] [edk2-staging/RiscV64QemuVirt PATCH V4 00/34] Add support for RISC-V virt machine

[Patch v2 00/16] CryptoPkg: Remove EC PCD and merge perf opt OpensslLibs
 2022-10-24  6:24 UTC  (21+ messages)
` [Patch v2 01/16] CryptoPkg: Document and disable deprecated crypto services
` [Patch v2 02/16] CryptoPkg/Library/BaseCryptLib: Add missing UNI file and fix format
` [Patch v2 03/16] CryptoPkg/Library/BaseCryptLib: Update internal functions/variables
` [Patch v2 04/16] CryptoPkg/Test/UnitTest/Library/BaseCryptLib: Unit test fixes
` [Patch v2 05/16] CryptoPkg/Library: Cleanup BaseCryptLib and TlsLib
` [Patch v2 06/16] CryptoPkg/Library/OpensslLib: Combine all performance optimized INFs
` [Patch v2 07/16] CryptoPkg/Library/OpensslLib: Produce consistent set of APIs
` [Patch v2 08/16] CryptoPkg/Library/OpensslLib: Remove PrintLib from INF files
` [Patch v2 09/16] CryptoPkg: Remove PcdOpensslEcEnabled from CryptoPkg.dec
` [Patch v2 10/16] CryptoPkg: Update DSC to improve CI test coverage
` [Patch v2 11/16] CryptoPkg: Fixed host-based unit tests
` [Patch v2 12/16] CryptoPkg: Add Readme.md
` [Patch v2 13/16] Revert "CryptoPkg: Update process_files.pl to auto add PCD config option"
` [Patch v2 14/16] CryptoPkg/Library/OpensslLib: Update process_files.pl INF generation
` [Patch v2 15/16] CryptoPkg/Library/OpensslLib: Add generated flag to Accel INF
` [Patch v2 16/16] CryptoPkg/Library/OpensslLib: update auto-generated files
  ` [edk2-devel] [Patch v2 00/16] CryptoPkg: Remove EC PCD and merge perf opt OpensslLibs

[PATCH v3] remove GCC build warning
 2022-10-24  5:22 UTC  (2+ messages)

[PATCH] IntelFsp2Pkg: FSP should support input UPD as NULL
 2022-10-24  4:05 UTC 

[edk2-devel] Event: Tools, CI, Code base construction meeting series - 10/24/2022 #cal-reminder
 2022-10-23 23:30 UTC 

[PATCH v1 0/2] Uninitialized local variable
 2022-10-22 16:00 UTC  (3+ messages)
` [PATCH v1 1/2] MdeModulePkg: BdsDxe: "
` [PATCH v1 2/2] SecurityPkg: OpalPasswordDxe: uninitialized "

[PATCH v2] BaseTools: Fixed the multiple pairs brackets issue in GenFv
 2022-10-22 12:47 UTC  (3+ messages)
` 回复: [edk2-devel] "
`  "

[PATCH] RedfishPkg/RedfishPlatformCredentialLib: IPMI implementation
 2022-10-22  7:01 UTC  (2+ messages)

[PATCH V3] MdeModulePkg: Memory Corruption Error in CapsuleRuntimeDxe
 2022-10-22  1:33 UTC 

[PATCH V2] MdeModulePkg: Memory Corruption Error in CapsuleRuntimeDxe
 2022-10-22  0:37 UTC 

[PATCH V1] MdeModulePkg: Memory Corruption Error in CapsuleRuntimeDxe
 2022-10-21 21:58 UTC 

[PATCH V4 00/10] Introduce Lazy-accept for Tdx guest
 2022-10-21 15:58 UTC  (8+ messages)
    ` 回复: "
      ` [edk2-devel] "
        ` 回复: "

[PATCH] DynamicTablesPkg:ACPI: SLIT Generator files
 2022-10-21  9:02 UTC  (2+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH v8 00/19] Add Raw algorithm support using Arm FW-TRNG interface
 2022-10-21  7:29 UTC  (3+ messages)
  ` 回复: "

[edk2-platforms][PATCH V4 00/14] Platform: Add Loongson support
 2022-10-21  6:20 UTC 

Tianocore Community meeting 2022120 EMEA/NAMO/APAC
 2022-10-21  2:45 UTC 

[edk2-devel] Updated Event: TianoCore Community Meeting - APAC/NAMO - Thursday, November 10, 2022 #cal-invite
 2022-10-21  2:38 UTC 

[edk2-devel] Updated Event: TianoCore Community Meeting EMEA/NAMO - Thursday, November 10, 2022 #cal-invite
 2022-10-21  2:38 UTC 

[PATCH 0/1] MdeModulePkg/Ata: Fix command status reporting
 2022-10-21  2:27 UTC  (6+ messages)
` [PATCH 1/1] "
    ` [edk2-devel] "

[edk2-devel] Event: TianoCore Community Meeting - APAC/NAMO - 10/20/2022 #cal-reminder
 2022-10-21  2:15 UTC 

[PATCH v2] Maintainers.txt: Update maintainers and reviewers for LoongArch64
 2022-10-20 18:29 UTC  (2+ messages)

[PATCH] Maintainers.txt: Update maintainers and reviewers for LoongArch64
 2022-10-20 15:55 UTC  (2+ messages)

[edk2-devel] Now: TianoCore Community Meeting EMEA/NAMO - 10/20/2022 #cal-notice
 2022-10-20 15:00 UTC 

[edk2-devel] Event: TianoCore Community Meeting EMEA/NAMO - 10/20/2022 #cal-reminder
 2022-10-20 14:55 UTC 

[PATCH v3 0/1] ArmPlatformPkg/PrePeiCore: Print the firmware version early in boot
 2022-10-20 14:20 UTC  (2+ messages)

[PATCH v3 resend 00/11] ArmVirtPkg/ArmVirtQemu: Performance streamlining
 2022-10-20 12:34 UTC  (15+ messages)
` [PATCH v3 resend 01/11] ArmVirtPkg: remove EbcDxe from all platforms
  ` [edk2-devel] "
` [PATCH v3 resend 02/11] ArmVirtPkg: do not enable iSCSI driver by default
` [PATCH v3 resend 03/11] ArmVirtPkg: make EFI_LOADER_DATA non-executable
` [PATCH v3 resend 04/11] ArmVirtPkg/ArmVirtQemu: wire up timeout PCD to Timeout variable
` [PATCH v3 resend 05/11] ArmVirtPkg/ArmVirtQemu: implement ArmPlatformLib with static ID map
` [PATCH v3 resend 06/11] ArmVirtPkg/ArmVirtQemu: use first 128 MiB as permanent PEI memory
` [PATCH v3 resend 07/11] ArmVirtPkg/ArmVirtQemu: enable initial ID map at early boot
` [PATCH v3 resend 08/11] ArmVirtPkg/ArmVirtQemu: Drop unused variable PEIM
` [PATCH v3 resend 09/11] ArmVirtPkg/ArmVirtQemu: avoid shadowing PEIMs unless necessary
` [PATCH v3 resend 10/11] ArmVirtPkg/QemuVirtMemInfoLib: use HOB not PCD to record the memory size
` [PATCH v3 resend 11/11] ArmVirtPkg/ArmVirtQemu: omit PCD PEIM unless TPM support is enabled

[edk2-devel] [PATCH 1/1] BaseTools/Scripts/PatchCheck.py: Allow tab in Makefile
 2022-10-20  9:28 UTC  (2+ messages)
  ` 回复: "

[PATCH] BaseTools: Fixed the multiple pairs brackets issue in GenFv
 2022-10-20  9:18 UTC 

[PATCH v8 00/19] Add Raw algorithm support using Arm FW-TRNG interface
 2022-10-20  8:55 UTC  (8+ messages)
` [PATCH v8 08/19] ArmPkg: Add FID definitions for Firmware TRNG
` [PATCH v8 15/19] SecurityPkg/RngDxe: Add AArch64 RawAlgorithm support through TrngLib
` [PATCH v8 16/19] SecurityPkg/RngDxe: Add debug warning for NULL PcdCpuRngSupportedAlgorithm
` [PATCH v8 17/19] SecurityPkg/RngDxe: Rename AArch64/RngDxe.c
` [PATCH v8 18/19] SecurityPkg/RngDxe: Add Arm support of RngDxe
` [PATCH v8 19/19] ArmVirtPkg: Kvmtool: Add RNG support using FW-TRNG interface

[PATCH] MdeModulePkg/XhciDxe: Add a parameter to indicate whether the memory allocation is for TRB Ring or not
 2022-10-20  4:09 UTC  (4+ messages)
` [edk2-devel] "

[edk2-devel] Python368.efi failed to run in shell environment
 2022-10-20  3:18 UTC  (8+ messages)

[PATCH] UefiCpuPkg: Restore HpetTimer after CpuExceptionHandlerLib test
 2022-10-20  3:00 UTC 

[edk2-devel] Event: TianoCore Community Meeting - APAC/NAMO - 10/20/2022 #cal-reminder
 2022-10-20  2:30 UTC 

[PATCH edk2-platforms] Platform: Remove ComCast RDK
 2022-10-19 16:59 UTC  (4+ messages)
  ` [edk2-devel] "

[PATCH edk2-platforms 0/4] Platform/ARM: clone ArmPlatformPkg's NorFlashDxe
 2022-10-19 15:12 UTC  (13+ messages)
` [PATCH edk2-platforms 1/4] Platform/ARM/BootMonFs: drop spurious dependency on ArmPlatformPkg
` [PATCH edk2-platforms 2/4] Platform/ARM: create local definition of NorFlashPlatformLib
  ` [edk2-devel] "
` [PATCH edk2-platforms 3/4] Platform/ARM: clone NorFlashDxe from ArmPlatformPkg
` [PATCH edk2-platforms 4/4] Platform/ARM: switch to local version of NorFlashDxe drivers

[edk2-devel] Event: TianoCore Community Meeting EMEA/NAMO - 10/20/2022 #cal-reminder
 2022-10-19 15:00 UTC 

[PATCH edk2-platforms] Silicon/SynQuacer: Drop dependency on NorFlashPlatformLib
 2022-10-19 14:54 UTC  (3+ messages)

[edk2-staging/RiscV64QemuVirt PATCH 00/29] Add support for RISC-V virt machine
 2022-10-19 13:46 UTC  (8+ messages)
` [edk2-staging/RiscV64QemuVirt PATCH 25/29] OvmfPkg: Add NorFlashQemuLib library
    ` [edk2-devel] "

[PATCH 0/2] Reconstruction on SmmCpuFeaturesLib
 2022-10-19  4:58 UTC  (3+ messages)
` [edk2-devel] "
    ` [edk2-devel] [PATCH 0/2] Reconstruction on SmmCpuFeaturesLibFrom Subject Received Size Categories

[tianocore-docs][RESEND PATCH V3 2/2] edk II C Coding Standard: Updates 4.2 and 4.3 sections
 2022-10-19  4:40 UTC 

[tianocore-docs][RESEND PATCH V3 1/2] edk II C Coding Standard: Insert Directory Names section
 2022-10-19  4:38 UTC 

[tianocore-docs][PATCH V3 2/2] edk II C Coding Standard: Updates 4.2 and 4.3 sections
 2022-10-19  4:33 UTC 

[tianocore-docs][PATCH V3 1/2] edk II C Coding Standard: Insert Directory Names section
 2022-10-19  4:33 UTC 

[tianocore-docs][PATCH V2 2/2] edk II C Coding Standard: Updates 4.2 and 4.3 sections
 2022-10-19  4:17 UTC  (9+ messages)
` [edk2-devel] "

[edk2-platforms: PATCH] BIOS needs to present cores in order of relative performance in MADT
 2022-10-19  3:39 UTC 

[PATCH 1/1] pip-requirement: Upgrade the edk2-basetools version from 0.1.29 to 0.1.39
 2022-10-19  1:44 UTC  (2+ messages)

回复: [edk2-devel] [PATCH v3] remove GCC build warning
 2022-10-19  1:10 UTC  (3+ messages)
` [edk2-devel] "
  ` 回复: "

[edk2-devel] [PATCH 1/1] pip-requirement: Upgrade the edk2-basetools version from 0.1.29 to 0.1.39
 2022-10-19  1:08 UTC  (2+ messages)
  ` 回复: "

[edk2-rfc] Boot Order not persistent : UEFI variables not getting stored in NVRAM disk ?
 2022-10-18 21:17 UTC  (2+ messages)

[PATCH 1/2] DynamicTablesPkg: Add SMBIOS table generation
 2022-10-18 15:36 UTC  (5+ messages)
` [PATCH 2/2] DynamicTablesPkg: Add Smbios Type17 Table generator
      ` [edk2-devel] "

[PATCH v1 0/2] DynamicTablesPkg: Introduce SMBIOS dispatcher
 2022-10-18 15:33 UTC  (3+ messages)
` [PATCH v1 1/2] DynamicTablesPkg: Define a SMBIOS Structure/Table type
` [PATCH v1 2/2] DynamicTablesPkg: Add SMBIOS table dispatcher

[PATCH] Changes to support SNI feature in CryptoPkg
 2022-10-18 13:58 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