public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-07-11 14:37:36 to 2023-07-18 11:52:43 UTC [more...]

[edk2-devel] [PATCH v5 0/9] SecurityPkg/MdePkg: Update RngLib GUID identification
 2023-07-18 11:51 UTC  (6+ messages)
` [edk2-devel] [PATCH v5 1/9] MdeModulePkg: Duplicate BaseRngLibTimerLib to MdeModulePkg
` [edk2-devel] [PATCH v5 2/9] MdePkg: Add deprecated warning to BaseRngLibTimer
` [edk2-devel] [PATCH v5 3/9] SecurityPkg/SecurityPkg.dec: Move PcdCpuRngSupportedAlgorithm to MdePkg
` [edk2-devel] [PATCH v5 4/9] MdePkg/DxeRngLib: Request raw algorithm instead of default
` [edk2-devel] [PATCH v5 5/9] MdePkg/Rng: Add GUID to describe Arm Rndr Rng algorithms

[edk2-devel] [PATCH edk2-platforms] SbsaQemu: fix typo
 2023-07-18 10:22 UTC 

[edk2-devel] [PATCH v2 0/1] MdeModulePkg/Bus/Ata/AtaBusDxe: Fix issues
 2023-07-17 11:59 UTC  (2+ messages)
` [edk2-devel] [PATCH v2 1/1] MdeModulePkg/Bus/Ata/AtaBusDxe: Fix SIGN_EXTENSION Coverity issue

[edk2-devel] [PATCH v1 0/2] MdeModulePkg/Bus/Pci/PciHostBridgeDxe: Fix issues pointed by Coverity
 2023-07-17 11:54 UTC  (3+ messages)
` [edk2-devel] [PATCH v1 1/2] MdeModulePkg/Bus/Pci/PciHostBridgeDxe: Fix OVERRUN Coverity issues
` [edk2-devel] [PATCH v1 2/2] MdeModulePkg/Bus/Pci/PciHostBridgeDxe: Fix MISSING_BREAK Coverity issue

[edk2-devel] [PATCH v1 0/1] MdeModulePkg/Bus/Pci/NvmExpressPei: Fix issues pointed by Coverity
 2023-07-17 11:40 UTC  (2+ messages)
` [edk2-devel] [PATCH v1 1/1] MdeModulePkg/Bus/Pci/NvmExpressPei: Fix DEADCODE Coverity issue

[edk2-devel] [PATCH v1 0/2] MdeModulePkg/Bus/Pci/PciHostBridgeDxe: Fix issues pointed by Coverity
 2023-07-17 11:39 UTC  (3+ messages)
` [edk2-devel] [PATCH v1 1/2] MdeModulePkg/Bus/Pci/PciHostBridgeDxe: Fix OVERRUN Coverity issues
` [edk2-devel] [PATCH v1 2/2] MdeModulePkg/Bus/Pci/PciHostBridgeDxe: Fix MISSING_BREAK Coverity issue

[edk2-devel] [PATCH v1 0/2] MdeModulePkg/Bus/Pci/UhciDxe: Fix issues pointed by Coverity
 2023-07-17 11:38 UTC  (3+ messages)
` [edk2-devel] [PATCH v1 1/2] MdeModulePkg/Bus/Pci/UhciDxe: Fix BAD_SHIFT Coverity issue
` [edk2-devel] [PATCH v1 2/2] MdeModulePkg/Bus/Pci/UhciDxe: Fix FORWARD_NULL Coverity issues

[edk2-devel] [PATCH v2 0/1] MdeModulePkg/Bus/Ata/AtaBusDxe: Fix issues
 2023-07-17  9:11 UTC  (2+ messages)
` [edk2-devel] [PATCH v2 1/1] MdeModulePkg/Bus/Ata/AtaBusDxe: Fix SIGN_EXTENSION Coverity issue

[edk2-devel] [PATCH v4 0/2] MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix
 2023-07-17  4:24 UTC  (3+ messages)
` [edk2-devel] [PATCH v4 1/2] MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix SIGN_EXTENSION Coverity issue
` [edk2-devel] [PATCH v4 2/2] MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix UNUSED_VALUE "

[edk2-devel] [edk2-test]
 2023-07-17 14:31 UTC 

[edk2-devel] [PATCH] Silicon/Synopsys/DesignWare: DwEmacSnpDxe: Fix bug in EmacGetDmaStatus
 2023-07-18  7:07 UTC 

[PATCH 1/1] MdePkg: Add Cxl20.h into IndustryStandard
 2023-07-18  3:14 UTC  (5+ messages)
    ` [edk2-devel] "

[edk2-devel] empty USB DVD disk hang Xhci
 2023-07-18  1:48 UTC 

[edk2-devel] [PATCH v1 1/1] CryptoPkg/BaseCryptoLib: Remove unnecessary key generation
 2023-07-18  8:23 UTC  (3+ messages)

[[edk2-devel]] MinPlatformPkg: Add support for skipping FSP rebase
 2023-07-18  7:19 UTC 

[edk2-devel] [PATCH] CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1u
 2023-07-18  6:20 UTC 

[PATCH 00/14] Implement Dynamic Memory Protections
 2023-07-18  6:11 UTC  (24+ messages)
` [PATCH 01/14] MdeModulePkg: Add DXE and MM Memory Protection Settings Definitions
` [PATCH 02/14] MdeModulePkg: Add MemoryProtectionHobLib Definitions and NULL Libs
` [PATCH 03/14] MdeModulePkg: Add Phase-Specific MemoryProtectionHobLib Implementations
` [PATCH 04/14] OvmfPkg: Create the memory protection settings HOB
` [PATCH 05/14] ArmVirtPkg: Create "
` [PATCH 06/14] ArmPkg: Update to use memory protection HOB
` [PATCH 07/14] EmulatorPkg: "
` [PATCH 08/14] MdeModulePkg: "
` [PATCH 09/14] OvmfPkg: "
` [PATCH 10/14] UefiCpuPkg: "
` [PATCH 11/14] UefiPayloadPkg: "
` [PATCH 12/14] OvmfPkg: Delete Memory Protection PCDs
` [PATCH 14/14] MdeModulePkg: "
  ` [edk2-devel] "
    ` [edk2-devel] [PATCH 00/14] Implement Dynamic Memory Protections

[edk2-devel] [PATCH 1/1] OvmfPkg/RiscVVirt: Avoid printing hard coded timeout value
 2023-07-18  4:15 UTC  (3+ messages)

[edk2-devel] [PATCH 1/1] OvmfPkg/RiscVVirt: Check "no-map" and mark EfiReservedMemoryType
 2023-07-18  4:09 UTC  (3+ messages)

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, July 18, 2023 #cal-reminder
 2023-07-18  1:30 UTC 

[edk2-devel] Now: Tools, CI, Code base construction meeting series - Monday, July 17, 2023 #cal-notice
 2023-07-17 23:30 UTC 

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, July 17, 2023 #cal-reminder
 2023-07-17 22:30 UTC 

[PATCH V1] OvmfPkg/PeilessStartupLib: Updated with PcdSecureBootSupported
 2023-07-17 20:22 UTC  (4+ messages)
` [edk2-devel] "

[PATCH 1/1] OvmfPkg:Fix Hii form name mismatch with EFI variable
 2023-07-17 11:36 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH v2 0/4] OvmfPkg/RiscVVirt: Add CLANGDWARF toolchain support
 2023-07-17  9:38 UTC  (8+ messages)
` [PATCH v2 1/4] OvmfPkg/RiscVVirt: use 'auto' alignment and FIXED for XIP modules
` [PATCH v2 2/4] OvmfPkg/RiscVVirt: SecEntry: Remove unnecessary assembly directives
` [PATCH v2 3/4] BaseTools/tools_def: Add CLANGDWARF support for RISC-V
` [PATCH v2 4/4] OvmfPkg/RiscVVirt: Update README for CLANGDWARF support
` 回复: [PATCH v2 0/4] OvmfPkg/RiscVVirt: Add CLANGDWARF toolchain support
  ` [edk2-devel] "

ArmVirtPkg: non-executable EFI_LOADER_DATA breaks GRUB on Ubuntu 22.04
 2023-07-17  9:30 UTC  (9+ messages)
` [edk2-devel] "

[PATCH v1 0/1] UefiCpuPkg: Uses gMmst in MmSaveStateLib
 2023-07-17  8:57 UTC  (4+ messages)
` [PATCH v1 1/1] "
  ` [edk2-devel] "

[PATCH v4 0/8] SecurityPkg/MdePkg: Update RngLib GUID identification
 2023-07-17  8:13 UTC  (11+ messages)
` [PATCH v4 1/8] MdePkg: Move BaseRngLibTimerLib to MdeModulePkg
` [PATCH v4 2/8] SecurityPkg/SecurityPkg.dec: Move PcdCpuRngSupportedAlgorithm to MdePkg
` [PATCH v4 3/8] MdePkg/DxeRngLib: Request raw algorithm instead of default
` [PATCH v4 4/8] MdePkg/Rng: Add GUID to describe Arm Rndr Rng algorithms
` [PATCH v4 5/8] MdeModulePkg/Rng: Add GUID to describe unsafe "
` [PATCH v4 6/8] MdePkg/Rng: Add GetRngGuid() to RngLib
` [PATCH v4 7/8] SecurityPkg/RngDxe: Use GetRngGuid() when probing RngLib
` [PATCH v4 8/8] SecurityPkg/RngDxe: Simplify Rng algorithm selection for Arm
` [edk2-devel] 回复: [PATCH v4 0/8] SecurityPkg/MdePkg: Update RngLib GUID identification

[edk2-devel] [PATCH v2 1/1] ShellPkg: Acpiview/GTDT: Print timer flags information
 2023-07-17  7:44 UTC 

[PATCH 1/1] MdeModulePkg/Bus/Pci/EhciDxe: Fix FORWARD_NULL Coverity issues
 2023-07-17  2:25 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH v1 0/1] BaseTools: BinToPcd: Resolve xdrlib deprecation
 2023-07-17  1:07 UTC  (6+ messages)
` [PATCH v1 1/1] "
      ` [edk2-devel] "
      ` 回复: "

[PATCH v3 0/2] Automatically set NXCOMPAT bit if requirements are met
 2023-07-17  1:06 UTC  (4+ messages)
` [PATCH v3 1/2] MdePkg: IndustryStandard: Add DLL Characteristics
` [PATCH v3 2/2] BaseTools: GenFw: auto-set nxcompat flag
  ` 回复: [edk2-devel] "

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, July 17, 2023 #cal-reminder
 2023-07-16 23:30 UTC 

[PATCH v4 0/7] RISC-V: Add MMU support
 2023-07-15  5:21 UTC  (13+ messages)
` [PATCH v4 5/7] OvmfPkg/RiscVVirt: Add VirtNorFlashDxe to APRIORI list
` [PATCH v4 7/7] UefiCpuPkg: RISC-V: Support MMU with SV39/48/57 mode

[PATCH] OvmfPkg/ResetVector: Fix assembler bit test flag check
 2023-07-15  0:26 UTC  (2+ messages)

[PATCH v5 0/7] Add RISC-V MMU support
 2023-07-14 19:08 UTC  (8+ messages)
` [PATCH v5 1/7] MdePkg/BaseLib: RISC-V: Support getting satp register value
` [PATCH v5 2/7] MdePkg/Register: RISC-V: Add satp mode bits shift definition
` [PATCH v5 3/7] OvmfPkg/RiscVVirt: VirtNorFlashPlatformLib: Fix wrong flash size
` [PATCH v5 4/7] OvmfPkg/RiscVVirt: SEC: Add IO memory resource hob for platform devices
` [PATCH v5 5/7] OvmfPkg/RiscVVirt: Add VirtNorFlashDxe to APRIORI list
` [PATCH v5 6/7] OvmfPkg: RiscVVirt: Remove satp bare mode setting
` [PATCH v5 7/7] UefiCpuPkg: RISC-V: Support MMU with SV39/48/57 mode

[PATCH] RedfishPkg/RedfishRestExDxe: reset session when TCP timeout happens
 2023-07-14 14:09 UTC  (2+ messages)

[PATCH edk2-non-osi 1/1] Qemu/Sbsa: Update TF-A binaries for Neoverse-V1 support
 2023-07-14 13:03 UTC 

[PATCH v1 1/1] ShellPkg: Acpivew/GTDT: Print timer flags information
 2023-07-14  9:04 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v3 0/2] MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix
 2023-07-14  7:48 UTC  (5+ messages)
` [PATCH v3 1/2] MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix SIGN_EXTENSION Coverity issue
` [PATCH v3 2/2] MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix UNUSED_VALUE "

TianoCore Community Meeting 20230713 NAMO/EMEA/APAC
 2023-07-14  2:41 UTC 

[edk2-devel] Event: TianoCore Community Meeting - APAC/NAMO - Thursday, July 13, 2023 #cal-reminder
 2023-07-14  2:15 UTC 

[edk2-platforms][PATCH V1 00/20] Add the support for ARM Firmware First Framework
 2023-07-13 20:49 UTC  (33+ messages)
` [edk2-platforms][PATCH V1 01/20] ArmPkg: Change PcdFfaEnable flag datatype
  ` [edk2-devel] "
` [edk2-platforms][PATCH V1 02/20] StandaloneMmPkg: Allocate and initialise SP stack from internal memory
  ` [edk2-devel] "
` [edk2-platforms][PATCH V1 04/20] ArmPkg: Add data structures to receive FF-A boot information
  ` [edk2-devel] "
` [edk2-platforms][PATCH V1 06/20] ArmPkg: Add support for FFA_MEM_PERM_GET/SET ABIs
  ` [edk2-devel] "
` [edk2-platforms][PATCH V1 08/20] StandaloneMmPkg: Add backwards compatible support to detect FF-A v1.1
  ` [edk2-devel] "
` [edk2-platforms][PATCH V1 09/20] StandaloneMmPkg: parse SP manifest and populate new boot information
  ` [edk2-devel] "
` [edk2-platforms][PATCH V1 10/20] StandaloneMmPkg: Populate Hoblist for SP init from StMM "
  ` [edk2-devel] "
` [edk2-platforms][PATCH V1 14/20] ArmPkg/MmCommunicationDxe: Introduce FF-A version check
  ` [edk2-devel] "
` [edk2-platforms][PATCH V1 17/20] ArmPkg/MmCommunicationDxe: Unmap FF-A RX/TX buffers during ExitBootServices
  ` [edk2-devel] "
` [edk2-platforms][PATCH V1 18/20] ArmPkg/MmCommunicationDxe: Discover the StMM SP
  ` [edk2-devel] "
` [edk2-platforms][PATCH V1 19/20] ArmPkg/MmCommunicationDxe: Use the FF-A transport for MM requests
  ` [edk2-devel] "
` [edk2-platforms][PATCH V1 20/20] StandaloneMmPkg: Add support for MM requests as FF-A direct messages
` [edk2-devel] [edk2-platforms][PATCH V1 00/20] Add the support for ARM Firmware First Framework

[edk2-devel] [PATCH 2/2] NetworkPkg/HttpDxe: fix driver binding start issue
 2023-07-13 16:12 UTC  (6+ messages)

[edk2-devel] Now: TianoCore Community Meeting EMEA/NAMO - Thursday, July 13, 2023 #cal-notice
 2023-07-13 15:00 UTC 

[edk2-devel] Event: TianoCore Community Meeting EMEA/NAMO - Thursday, July 13, 2023 #cal-reminder
 2023-07-13 14:55 UTC 

[PATCH] OvmfPkg/OvmfXen: Fix S3
 2023-07-13 10:47 UTC 

[PATCH v4 0/1] MdePkg:Implement RISCV CMO
 2023-07-13  9:33 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH v2 0/4] Add support for generating ACPI ThermalZones
 2023-07-13  8:42 UTC  (2+ messages)

[PATCH] IntelSiliconPkg/Vtd: Resolve parameter transfer errors
 2023-07-13  8:19 UTC  (3+ messages)

[PATCH v5 1/3] MdeModulePkg/Bus/Usb/UsbNetwork/UsbRndis: Add USB RNDIS devices support
 2023-07-13  6:48 UTC  (3+ messages)
` [PATCH v5 2/3] MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcEcm: Add USB Cdc ECM "
` [PATCH v5 3/3] MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcNcm: Add USB Cdc NCM "

[edk2-devel] Event: TianoCore Community Meeting - APAC/NAMO - Thursday, July 13, 2023 #cal-reminder
 2023-07-13  2:30 UTC 

heap/page guard broken on aarch64
 2023-07-12 21:20 UTC  (4+ messages)
    ` [edk2-devel] "

[edk2-devel] Event: TianoCore Community Meeting EMEA/NAMO - Thursday, July 13, 2023 #cal-reminder
 2023-07-12 15:00 UTC 

[PATCH v3 0/6] SecurityPkg/MdePkg: Update RngLib GUID identification
 2023-07-12 13:38 UTC  (3+ messages)

[PATCH v1 0/1] Platform: Reflect BaseRngLibTimerLib moving to MdeModulePkg
 2023-07-12 13:33 UTC  (2+ messages)
` [PATCH v1 1/1] Platform/Silicon: "

[PATCH v2 0/2] MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix
 2023-07-12  8:28 UTC  (9+ messages)
` [PATCH v2 1/2] MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix SIGN_EXTENSION Coverity issue
` [PATCH v2 2/2] MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix UNUSED_VALUE "
        ` [edk2-devel] "

[PATCH] UefiPayloadPkg: Add FIT support
 2023-07-12  8:15 UTC 

[edk2-platforms][PATCH v1 1/1] ManageabilityPkg: Ipmi Get/Set Boot Options
 2023-07-12  2:10 UTC  (5+ messages)
  ` [edk2-devel] "

[edk2-devel][edk2-platforms][PATCH V4-1] IpmiFeaturePkg:Provided multiple IPMI interface support in PEI
 2023-07-12  2:02 UTC  (3+ messages)

Managing boot order dependencies with ResetNotification Protocol
 2023-07-11 23:37 UTC  (2+ messages)

[PATCH] MdeModulePkg/PciHostBridge: Add support for driver binding
 2023-07-11 21:49 UTC  (6+ messages)

[PATCH v15 0/8] Adds AmdSmmCpuFeaturesLib and MmSaveStateLib
 2023-07-11 16:03 UTC  (6+ messages)
` Use gMmst from MmServiceTableLib in MmSaveStateLib
        ` [edk2-devel] "


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