public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-07-04 08:52:19 to 2023-07-11 23:53:09 UTC [more...]

[PATCH 00/14] Implement Dynamic Memory Protections
 2023-07-11 23:52 UTC  (9+ 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: "

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)

[edk2-platforms][PATCH V1 00/20] Add the support for ARM Firmware First Framework
 2023-07-11 19:22 UTC  (22+ messages)
` [edk2-platforms][PATCH V1 01/20] ArmPkg: Change PcdFfaEnable flag datatype
` [edk2-platforms][PATCH V1 02/20] StandaloneMmPkg: Allocate and initialise SP stack from internal memory
` [edk2-platforms][PATCH V1 03/20] StandaloneMmPkg: Include libfdt in the StMM
` [edk2-platforms][PATCH V1 04/20] ArmPkg: Add data structures to receive FF-A boot information
` [edk2-platforms][PATCH V1 05/20] ArmPkg/ArmFfaSvc: Add helper macros and fids
` [edk2-platforms][PATCH V1 06/20] ArmPkg: Add support for FFA_MEM_PERM_GET/SET ABIs
` [edk2-platforms][PATCH V1 07/20] StandaloneMmPkg: define new data structure to stage FF-A boot information
` [edk2-platforms][PATCH V1 08/20] StandaloneMmPkg: Add backwards compatible support to detect FF-A v1.1
` [edk2-platforms][PATCH V1 09/20] StandaloneMmPkg: parse SP manifest and populate new boot information
` [edk2-platforms][PATCH V1 10/20] StandaloneMmPkg: Populate Hoblist for SP init from StMM "
` [edk2-platforms][PATCH V1 11/20] StandaloneMmPkg: Skip zero sized sections while tweaking page permissions
` [edk2-platforms][PATCH V1 12/20] StandaloneMmPkg: Add global check for FF-A abis
` [edk2-platforms][PATCH V1 13/20] ArmPkg: Bump the StMM SP FF-A minor version to 1
` [edk2-platforms][PATCH V1 14/20] ArmPkg/MmCommunicationDxe: Introduce FF-A version check
` [edk2-platforms][PATCH V1 15/20] ArmPkg/MmCommunicationDxe: Add support for obtaining FF-A partition ID
` [edk2-platforms][PATCH V1 16/20] ArmPkg/MmCommunicationDxe: Register FF-A RX/TX buffers
` [edk2-platforms][PATCH V1 17/20] ArmPkg/MmCommunicationDxe: Unmap FF-A RX/TX buffers during ExitBootServices
` [edk2-platforms][PATCH V1 18/20] ArmPkg/MmCommunicationDxe: Discover the StMM SP
` [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

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

[PATCH v2 0/4] OvmfPkg/RiscVVirt: Add CLANGDWARF toolchain support
 2023-07-11 15:43 UTC  (5+ 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 v3 0/6] SecurityPkg/MdePkg: Update RngLib GUID identification
 2023-07-11 12:23 UTC  (19+ messages)
` [PATCH v3 1/6] SecurityPkg/SecurityPkg.dec: Move PcdCpuRngSupportedAlgorithm to MdePkg
` [PATCH v3 2/6] MdePkg/DxeRngLib: Request raw algorithm instead of default
` [PATCH v3 3/6] MdePkg/Rng: Add GUIDs to describe Rng algorithms
  ` [edk2-devel] "
                ` 回复: "
` [PATCH v3 4/6] MdePkg/Rng: Add GetRngGuid() to RngLib
` [PATCH v3 5/6] SecurityPkg/RngDxe: Use GetRngGuid() when probing RngLib
` [PATCH v3 6/6] SecurityPkg/RngDxe: Simplify Rng algorithm selection for Arm

[PATCH v2 0/3] OvmfPkg/Bhyve: enable bus enumeration
 2023-07-11  7:16 UTC  (4+ messages)
` [PATCH v2 1/3] Revert "OvmfPkg/Bhyve: consume PciHostBridgeLibScan"
` [PATCH v2 2/3] Revert "OvmfPkg/Bhyve: remove IncompatiblePciDeviceSupport DXE driver"
` [PATCH v2 3/3] OvmfPkg/BhyvePkg: enable bus enumeration

ArmVirtPkg: non-executable EFI_LOADER_DATA breaks GRUB on Ubuntu 22.04
 2023-07-11  6:58 UTC  (4+ messages)
` [edk2-devel] "

[PATCH] UefiPayloadPkg: Integrate UiApp and BootManagerMenuApp into MultiFv
 2023-07-11  6:08 UTC  (3+ messages)

[edk2-platforms][PATCH v1 1/1] ManageabilityPkg: Ipmi Get/Set Boot Options
 2023-07-11  1:36 UTC  (2+ messages)

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

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

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

[PATCH v2 0/4] Add support for generating ACPI ThermalZones
 2023-07-10 22:25 UTC  (5+ messages)
` [PATCH v2 1/4] DynamicTablesPkg: Add ThermalZone CodeGen function
` [PATCH v2 2/4] DynamicTablesPkg: Add support for simple method invocation
` [PATCH v2 3/4] DynamicTablesPkg: Add support to add Strings to package
` [PATCH v2 4/4] DynamicTablesPkg: Add Aml NameUnicodeString API

[PATCH v1 0/1] Improve Edk2ToolsBuild.py compiler logging
 2023-07-10 15:06 UTC  (5+ messages)
` [PATCH v1 1/1] BaseTools: scan Edk2ToolsBuild.py make output

[PATCH 0/4] Remove AP waking vector in Reset Vector
 2023-07-10 11:38 UTC  (7+ messages)
` [PATCH 1/4] BaseTools: Remove logic to create AP waking vector in GenFv
  ` 回复: [edk2-devel] "
` [PATCH 2/4] UefiCpuPkg/SecCore: Remove AP waking Vector logic in SecCore
` [PATCH 3/4] OvmfPkg: Remove applicationProcessorEntryPoint
` [PATCH 4/4] UefiCpuPk/ResetVector: Remove AP waking vector from ResetVector
` [edk2-devel] [PATCH 0/4] Remove AP waking vector in Reset Vector

[PATCH V1] OvmfPkg/PeilessStartupLib: Updated with PcdSecureBootSupported
 2023-07-10 10:36 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 0/4] OvmfPkg/RiscVVirt: Add CLANGDWARF toolchain support
 2023-07-10  9:29 UTC  (4+ messages)
` [PATCH 3/4] BaseTools/tools_def: Add CLANGDWARF support for RISC-V
  ` 回复: "
    ` [edk2-devel] "

[Patch V3] [edk2-staging] BaseTools/FMMT: C FMMT match new version machine defines
 2023-07-10  1:59 UTC  (5+ messages)
` 回复: "
    ` 回复: [edk2-devel] "
      `  "

[PATCH 1/1] MdePkg: Add Cxl20.h into IndustryStandard
 2023-07-10  1:42 UTC  (6+ messages)
    ` [edk2-devel] "
      ` [edk2-devel] [PATCH v2 "
        ` 回复: [ ** SPAMMAIL ** ][edk2-devel] "

回复: [edk2-devel] [PATCH v1 1/1] MdeModulePkg/Variable: TcgMorLockSmm Key Mismatch changes lock state
 2023-07-10  1:28 UTC  (3+ messages)
` [edk2-devel] "
  ` 回复: "

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

[PATCH v1 0/2] Automatically set NXCOMPAT bit if requirements are met
 2023-07-09 23:24 UTC  (4+ messages)
` [PATCH v1 2/2] BaseTools: GenFw: auto-set nxcompat flag

[PATCH] OvmfPkg/CloudHv: update Maintainers.txt entry
 2023-07-09  5:44 UTC 

[edk2-devel][PATCH v1 1/1] ArmPkg: CpuDxe: Sync GCD Capabilities With Page Table Attributes
 2023-07-07 20:13 UTC  (3+ messages)

[PATCH v2 1/1] MdeModulePkg: UsbBusDxe: Rebuild Descriptor Table
 2023-07-07 17:07 UTC 

[PATCH edk2-platforms v2 0/3] Platform/SbsaQemu: use XHCI to replace EHCI
 2023-07-07 16:13 UTC  (5+ messages)
` [PATCH edk2-platforms v2 1/3] Platform/Qemu/SbsaQemu/SbsaQemu.dsc: define XHCI Pcd settings
` [PATCH edk2-platforms v2 2/3] SbsaQemu: Drivers: Add initial support for XHCI
` [PATCH edk2-platforms v2 3/3] SbsaQemu: AcpiTables: Add XHCI info into DSDT
` [edk2-devel] [PATCH edk2-platforms v2 0/3] Platform/SbsaQemu: use XHCI to replace EHCI

[PATCH v3 0/1] Add support for running shell test application in an immutable volume
 2023-07-07 15:45 UTC  (4+ messages)
` [PATCH v3 1/1] UnitTestFrameworkPkg: UnitTestPersistenceLib: Save Unit Test Cache Option
  ` [edk2-devel] "

[RFC][PATCH][edk2-redfish-client] RedfishClientPkg: rename RedfishResourceIdentifyLibComuterSystem
 2023-07-07 12:24 UTC  (4+ messages)

[PATCH 0/4] Sync BSP's APIC mode to APs in MP init flow
 2023-07-07 11:26 UTC  (8+ messages)
` [PATCH 1/4] UefiCpuPkg/MpInitLib: Separate X2APIC enabling to subfunction
` [PATCH 2/4] UefiCpuPkg/MpInitLib: Sync BSP's APIC mode to APs in InitConfig path
` [PATCH 3/4] UefiCpuPkg/MpInitLib: Skip X2APIC enabling when BSP in X2APIC already
` [PATCH 4/4] UefiCpuPkg/CpuFeatures: Deprecate CPU_FEATURE_X2APIC
` [edk2-devel] [PATCH 0/4] Sync BSP's APIC mode to APs in MP init flow

[PATCH v2 0/1] Fixing RngDxe error for ARM/AARCH64
 2023-07-07 10:30 UTC  (4+ messages)
  ` [edk2-devel] [PATCH v2 1/1] SecurityPkg: RngDxe: Fixing mAvailableAlgoArray allocator

[PATCH 0/1] UefiPayloadPkg: Match BAR if framebuffer is at an offset
 2023-07-07  9:20 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2 1/1] SecurityPkg: RngDxe: Fixing mAvailableAlgoArray allocator
 2023-07-07  8:21 UTC  (2+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH v1 1/1] MinPlatformPkg: Add Mem Type Info variable validity checks
 2023-07-07  1:14 UTC  (3+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH v1 1/1] MinPlatformPkg: Fix build errors in SmmVariableWriteLib
 2023-07-07  1:14 UTC  (3+ messages)
` [edk2-devel] "

[PATCH] MdeModulePkg/XhciDxe: Use Performance Timer for XHCI Timeouts
 2023-07-06 18:01 UTC  (5+ messages)
` [edk2-devel] "

[PATCH v1 00/24] Update Edk2-pytools to latest versions
 2023-07-06 15:36 UTC  (10+ messages)
` [PATCH v1 01/24] Edk2: edk2-pytools: Update "
` [PATCH v1 02/24] UnitTestFrameworkPkg: CI: Add PrEval entry
  ` [edk2-devel] "
` [PATCH v1 08/24] DynamicTablesPkg: "
` [PATCH v1 19/24] PrmPkg: "
  ` [edk2-devel] "

[PATCH 1/1] OvmfPkg/PlatformBootManagerLib: setup virtio-mmio devices
 2023-07-06 15:31 UTC 

[PATCH v3 1/1] ArmVirtPkg: use PcdTerminalTypeGuidBuffer for VirtioSerial console
 2023-07-06 14:31 UTC  (2+ messages)

[edk2-devel] Now: TianoCore edk2-test Bug Triage Meeting - Thursday, July 6, 2023 #cal-notice
 2023-07-06 14:00 UTC 

[edk2-devel] Event: TianoCore edk2-test Bug Triage Meeting - Thursday, July 6, 2023 #cal-reminder
 2023-07-06 13:45 UTC 

[PATCH v2 1/3] RedfishPkg/RedfishRestExDxe: fix CPU exception in RedfishRestExDxe
 2023-07-06 12:11 UTC  (5+ messages)
` [edk2-devel] "

[PATCH v2 2/3] RedfishPkg/RedfishPlatformConfigDxe: hide debug message
 2023-07-06 10:54 UTC  (2+ messages)

[PATCH] RedfishPkg/RedfishDebugLib: add new interfaces
 2023-07-06 10:49 UTC  (2+ messages)

[PATCH v1 0/3] OvmfPkg/Bhyve: enable bus enumeration
 2023-07-06 10:40 UTC  (4+ messages)
` [PATCH v1 3/3] OvmfPkg/BhyvePkg: "

[Patch V4 0/5] Eliminate the second INIT-SIPI-SIPI sequence
 2023-07-06  9:45 UTC  (4+ messages)
` [edk2-devel] "

[PATCH] SecurityPkg/SecureBoot: Support RSA 512 and RSA 384
 2023-07-06  8:23 UTC  (8+ messages)

[PATCH v4] SecurityPkg/SecureBoot: Support RSA 512 and RSA 384
 2023-07-06  8:06 UTC 

[PATCH v3] SecurityPkg/SecureBoot: Support RSA 512 and RSA 384
 2023-07-06  7:28 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 0/3] Small SMM status code handler fixes
 2023-07-06  2:48 UTC  (4+ messages)
` [PATCH 1/3] MdeModulePkg/StatusCodeHandlerSmm: Remove unused code
` [PATCH 2/3] MdeModulePkg/StatusCodeHandlerSmm: Clarify ASSERT source
` [PATCH 3/3] MdePkg/ReportStatusCodeLib: Add macros to identify status codes

Tianocore edk2-test Bug Triage Meeting
 2023-07-05 14:04 UTC 

[edk2-devel] Event: TianoCore edk2-test Bug Triage Meeting - Thursday, July 6, 2023 #cal-reminder
 2023-07-05 14:00 UTC 

[edk2-devel] guest boot with edk2 on Xen hypervisor takes more time
 2023-07-05  7:12 UTC  (2+ messages)

[PATCH v2 3/3] RedfishPkg/JsonLib: add object clear interface
 2023-07-05  6:56 UTC 

[edk2-devel] Updated Event: TianoCore Community Meeting - APAC/NAMO - Thursday, July 13, 2023 #cal-invite
 2023-07-05  4:58 UTC 

[edk2-devel] Updated Event: TianoCore Community Meeting EMEA/NAMO - Thursday, July 13, 2023 #cal-invite
 2023-07-05  4:58 UTC 

[PATCH 0/2][edk2-redfish-client] fix trivial misprint
 2023-07-05  2:39 UTC  (8+ messages)
` [PATCH 1/2][edk2-redfish-client] RedfishClientPkg: fix format used for output __func__
` [PATCH 2/2][edk2-redfish-client] Tools: fix script name in README

[PATCH 3/3] RedfishPkg/JsonLib: add object clear interface
 2023-07-05  2:37 UTC  (2+ messages)

[PATCH 2/3] RedfishPkg/RedfishPlatformConfigDxe: hide debug message
 2023-07-05  2:18 UTC  (2+ messages)

[PATCH 1/3] RedfishPkg/RedfishRestExDxe: fix CPU exception in RedfishRestExDxe
 2023-07-05  2:13 UTC  (2+ messages)

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

[edk2-staging][PATCH 1/1] BaseTools/Fmmt: Fix GCC warnings
 2023-07-04 14:03 UTC 

[PATCH 1/1] OvmfPkg/Include: remove QemuSmramSaveStateMap.h
 2023-07-04  9:52 UTC 

[PATCH 1/1] UefiCpuPkg/MpInitLib: fix apic mode for cpu hotplug
 2023-07-04  9:43 UTC  (5+ messages)
` [edk2-devel] "

[edk2 PATCH] MdePkg: Use same ProcessorBind symbol define for RISCV64
 2023-07-04  9:39 UTC  (11+ messages)
  ` [edk2-devel] "

[PATCH v2 0/6] SecurityPkg/MdePkg: Update RngLib GUID identification
 2023-07-04  8:52 UTC  (7+ messages)
` [PATCH v2 1/6] SecurityPkg/SecurityPkg.dec: Move PcdCpuRngSupportedAlgorithm to MdePkg
` [PATCH v2 2/6] MdePkg/DxeRngLib: Request raw algorithm instead of default
` [PATCH v2 3/6] MdePkg/Rng: Add GUIDs to describe Rng algorithms
` [PATCH v2 4/6] MdePkg/Rng: Add GetRngGuid() to RngLib
` [PATCH v2 5/6] SecurityPkg/RngDxe: Use GetRngGuid() when probing RngLib
` [PATCH v2 6/6] SecurityPkg/RngDxe: Simplify Rng algorithm selection for Arm


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