public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2022-06-06 03:00:35 to 2022-06-09 22:27:39 UTC [more...]

[edk2-devel] [PATCH V2 1/1] MinPlatformPkg: Add PCDs to update FADT entries from board package
 2022-06-09 22:27 UTC 

[edk2-devel][edk2-platforms][PATCH V2 1/1] WhitleySiliconPkg/PchPolicyPpi: Fix binary structure layout
 2022-06-09 20:54 UTC  (3+ messages)

Clarification of Memory management in PEI phase
 2022-06-09 20:26 UTC  (2+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH V1 0/7] Fix ACPI Low Power Idle states for RD platforms
 2022-06-09 18:19 UTC  (8+ messages)
` [edk2-platforms][PATCH V1 1/7] Platform/Sgi: Fix ACPI Low Power Idle states for SGI575
` [edk2-platforms][PATCH V1 2/7] Platform/Sgi: Fix ACPI Low Power Idle states for RD-N1-Edge
` [edk2-platforms][PATCH V1 3/7] Platform/Sgi: Fix ACPI Low Power Idle states for RD-N1-Edge-X2
` [edk2-platforms][PATCH V1 4/7] Platform/Sgi: Fix ACPI Low Power Idle states for RD-V1
` [edk2-platforms][PATCH V1 5/7] Platform/Sgi: Fix ACPI Low Power Idle states for RD-V1-MC
` [edk2-platforms][PATCH V1 6/7] Platform/Sgi: Fix ACPI Low Power Idle states for RD-N2
` [edk2-platforms][PATCH V1 7/7] Platform/Sgi: Fix ACPI Low Power Idle states for RD-N2-Cfg1

[edk2-platforms][PATCH V3 0/9] Upadate the ACPI tables for RD platforms
 2022-06-09 16:56 UTC  (10+ messages)
` [edk2-platforms][PATCH V3 1/9] Platform/Sgi: Update ACPI version to v6.4
` [edk2-platforms][PATCH V3 2/9] Platform/Sgi: Update ACPI version to v6.4 for SGI575 platform
` [edk2-platforms][PATCH V3 3/9] Platform/Sgi: Update ACPI version to v6.4 for RD-N1-Edge platform
` [edk2-platforms][PATCH V3 4/9] Platform/Sgi: Update ACPI version to v6.4 for RD-N1-Edge-X2 platform
` [edk2-platforms][PATCH V3 5/9] Platform/Sgi: Update ACPI version to v6.4 for RD-E1-Edge platform
` [edk2-platforms][PATCH V3 6/9] Platform/Sgi: Update ACPI version to v6.4 for RD-V1 platform
` [edk2-platforms][PATCH V3 7/9] Platform/Sgi: Update ACPI version to v6.4 for RD-V1-MC platform
` [edk2-platforms][PATCH V3 8/9] Platform/Sgi: Update ACPI version to v6.4 for RD-N2 platform
` [edk2-platforms][PATCH V3 9/9] Platform/Sgi: Update ACPI version to v6.4 for RD-N2-Cfg1 platform

[edk2-devel] Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, June 10, 2022 #cal-cancelled
 2022-06-09 14:58 UTC 

[PATCH v2 0/2] SctPkg: GCC compilation support
 2022-06-09 10:54 UTC  (3+ messages)
` [PATCH v2 1/2] SctPkg: Fix X64 build errors for GCC toolchain
` [PATCH v2 2/2] SctPkg: Fix the UefiSct -Wincompatible-pointer-types warnings

[PATCH v4 0/9] consolidate compiler intrinsics
 2022-06-09 10:41 UTC  (6+ messages)
` [PATCH v4 4/9] MdePkg/CompilerIntrinsicsLib: move ia32 intrinsics and strcmp

[PATCH 0/5] Add UEFI-SCT test cases for RISCV_EFI_BOOT_PROTOCOL
 2022-06-09 10:27 UTC  (6+ messages)
` [PATCH 1/5] uefi-sct/SctPkg: Add header file "
` [PATCH 2/5] uefi-sct/SctPkg: Add test cases "
` [PATCH 3/5] uefi-sct/SctPkg: Build test cases of RISCV_EFI_BOOT_PROTOCOL
` [PATCH 4/5] uefi-sct/SctPkg: Install RISCV_EFI_BOOT_PROTOCOL test module
` [PATCH 5/5] uefi-sct/SctPkg: Add a category for RISCV_EFI_BOOT_PROTOCOL

Why need to put AP in HLT/MWAIT in ExitBootServices callback
 2022-06-09  9:21 UTC  (3+ messages)

[PATCH v3 00/28] UEFI variable protection
 2022-06-09  8:30 UTC  (30+ messages)
` [PATCH v3 01/28] MdeModulePkg: Add new GUID for Variable Store Info
` [PATCH v3 02/28] SecurityPkg: Add new GUIDs for
` [PATCH v3 03/28] MdeModulePkg: Update AUTH_VARIABLE_INFO struct
` [PATCH v3 04/28] MdeModulePkg: Add reference to new Ppi Guid
` [PATCH v3 05/28] MdeModulePkg: Add new ProtectedVariable GUIDs
` [PATCH v3 06/28] MdeModulePkg: Add new include files
` [PATCH v3 07/28] MdeModulePkg: Add Null ProtectedVariable Library
` [PATCH v3 08/28] MdeModulePkg: Add new Variable functionality
` [PATCH v3 09/28] MdeModulePkg: Add support for Protected Variables
` [PATCH v3 10/28] SecurityPkg: Add new KeyService types and defines
` [PATCH v3 11/28] SecurityPkg: Update RPMC APIs with index
` [PATCH v3 12/28] SecurityPkg: Add new variable types and functions
` [PATCH v3 13/28] SecurityPkg: Fix GetVariableKey API
` [PATCH v3 14/28] SecurityPkg: Add null encryption variable libs
` [PATCH v3 15/28] SecurityPkg: Add VariableKey library function
` [PATCH v3 16/28] SecurityPkg: Add EncryptionVariable lib with AES
` [PATCH v3 17/28] SecurityPkg: Add Protected Variable Services
` [PATCH v3 18/28] MdeModulePkg: Reference Null ProtectedVariableLib
` [PATCH v3 19/28] SecurityPkg: Add references to new *.inf files
` [PATCH v3 20/28] ArmVirtPkg: Add reference to ProtectedVariableNull
` [PATCH v3 21/28] UefiPayloadPkg: Add ProtectedVariable reference
` [PATCH v3 22/28] EmulatorPkg: "
` [PATCH v3 23/28] OvmfPkg: "
` [PATCH v3 24/28] OvmfPkg: Add ProtectedVariableLib reference
` [PATCH v3 25/28] "
` [PATCH v3 26/28] "
` [PATCH v3 27/28] OvmfPkg: Add ProtectedVariable reference
` [PATCH v3 28/28] CryptoPkg: Enable cypto HMAC KDF and AES library

[PATCH v3] UefiPayloadPkg: Add support for logging to CBMEM console
 2022-06-09  7:44 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v3] IntelSiliconPkg/VTd: Add PCD for VTd Abort DMA Mode Support
 2022-06-09  5:20 UTC  (2+ messages)

[PATCH v2 1/1] Tools\FitGen: Add extra parameter fixed FIT address
 2022-06-09  3:55 UTC 

[edk2-devel][PATCH v1 0/2] Add EDKII_PCI_DEVICE_PPI support to EDK2
 2022-06-09  3:08 UTC  (7+ messages)
` [edk2-devel][PATCH v1 1/2] MdeModulePkg: Add EDKII_PCI_DEVICE_PPI definition
` [edk2-devel][PATCH v1 2/2] MdeModulePkg/AhciPei: Use PCI_DEVICE_PPI to manage AHCI device

[edk2-platforms] [PATCH V1 0/4] Enable CPU pwr mgmt in FADT for Intel client boards
 2022-06-08 22:00 UTC  (15+ messages)
` [edk2-platforms] [PATCH V1 1/4] KabylakeOpenBoardPkg: Indicate width of CLK duty cycle in FADT
  ` [edk2-devel] "
` [edk2-platforms] [PATCH V1 2/4] WhiskeylakeOpenBoardPkg: "
  ` [edk2-devel] "
` [edk2-platforms] [PATCH V1 3/4] CometlakeOpenBoardPkg: "
  ` [edk2-devel] "
` [edk2-platforms] [PATCH V1 4/4] TigerlakeOpenBoardPkg: "
  ` [edk2-devel] "

ovmf miscompiles with gcc-12
 2022-06-08 22:00 UTC  (6+ messages)
` [edk2-devel] "

[edk2-devel][edk2-platforms][PATCH V1 1/1] Maintainters.txt: Add Platform and Silicon Intel maintainers
 2022-06-08 21:52 UTC  (5+ messages)

[edk2-devel][edk2-platforms][PATCH V1 1/1] Maintainters.txt: Add Isaac Oram to common Intel packages
 2022-06-08 15:24 UTC  (2+ messages)

[PATCH v8 3/6] OvmfPkg/BaseMemEncryptLib: Invoke page encryption state change hypercall
 2022-06-08 13:22 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v5 1/1] OvmfPkg/Sec: fix stack switch
 2022-06-08 12:23 UTC  (2+ messages)

[PATCH v4 1/1] OvmfPkg/Sec: fix stack switch
 2022-06-08 10:09 UTC  (7+ messages)
` [edk2-devel] "

[PATCH] UefiPayloadPkg: Always split page table entry to 4K if it covers stack
 2022-06-08  6:52 UTC  (8+ messages)
` [edk2-devel] "

[PATCH v1 1/1] Tools\FitGen: Add extra parameter fixed FIT address
 2022-06-08  6:46 UTC 

[PATCH v2 0/4] CI: Use Fedora 35 container for Linux jobs
 2022-06-08  6:25 UTC  (6+ messages)
` [PATCH v2 1/4] CI: don't force python verison (Linux only)
` [PATCH v2 2/4] CI: add ~/.local/bin to PATH "
` [PATCH v2 3/4] CI: Use Fedora 35 container "
` [PATCH v2 4/4] BaseTools: Remove ext. gcc dependencies "

[PATCH 00/14] Introduce Lazy-accept for Tdx guest
 2022-06-08  6:18 UTC  (25+ messages)
` [PATCH 02/14] MdePkg: Increase EFI_RESOURCE_MAX_MEMORY_TYPE
    ` [edk2-devel] "
` [PATCH 04/14] MdePkg: Add UEFI Unaccepted memory definition
` [PATCH 06/14] ShellPkg: Update shell command memmap to show unaccepted memory
` [PATCH 07/14] OvmfPkg: Add PCD and DEFINEs for Lazy Accept page
` [PATCH 08/14] OvmfPkg: Use PcdOvmfWorkAreaBase instead of PcdSevEsWorkAreaBase
` [PATCH 09/14] OvmfPkg: Add MaxAcceptedMemoryAddress in TDX work area
` [PATCH 10/14] OvmfPkg: Introduce lazy accept in PlatformInitLib and PlatformPei
` [PATCH 11/14] OvmfPkg: Update ConstructFwHobList for lazy accept
` [PATCH 12/14] MdePkg: The prototype definition of EfiMemoryAcceptProtocol
` [PATCH 13/14] OvmfPkg: Realize EfiMemoryAcceptProtocol in TdxDxe
` [PATCH 14/14] MdeModulePkg: Pool and page functions accept memory when OOM occurs

[PATCH v6 0/6] OvmfPkg/Microvm/pcie: add pcie support
 2022-06-08  1:40 UTC  (3+ messages)
` [PATCH v6 1/6] MdeModulePkg/PciHostBridge: io range is not mandatory

[edk2-platforms] [PATCH V1] KabylakeOpenBoardPkg/GalagoPro3: Add FSP Dispatch Mode PCDs
 2022-06-08  1:28 UTC  (3+ messages)

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 06/07/2022 #cal-reminder
 2022-06-08  1:15 UTC 

[edk2-platforms] [PATCH V2 0/4] Enable CPU pwr mgmt in FADT for Intel client boards
 2022-06-08  1:12 UTC  (9+ messages)
` [edk2-platforms] [PATCH V2 1/4] KabylakeOpenBoardPkg: Indicate width of CLK duty cycle in FADT
  ` [edk2-devel] "
` [edk2-platforms] [PATCH V2 2/4] WhiskeylakeOpenBoardPkg: "
` [edk2-platforms] [PATCH V2 3/4] CometlakeOpenBoardPkg: "
` [edk2-platforms] [PATCH V2 4/4] TigerlakeOpenBoardPkg: "

[PATCH V2 1/1] MinPlatformPkg: Add PCDs to update FADT entries from board package
 2022-06-08  1:05 UTC  (2+ messages)

[edk2-platforms]Vlv2TbltDevicePkg built failed
 2022-06-07 23:16 UTC  (2+ messages)
` [edk2-devel] "

Coverity test for CryptoPkg
 2022-06-07 23:12 UTC  (2+ messages)

[edk2-platforms] [PATCH V1] WhitleyOpenBoardPkg/JunctionCity : Enabled Network and IPMI features for JunctionCity
 2022-06-07 21:14 UTC  (3+ messages)

[edk2-devel][edk2-platforms][PATCH V2 1/1] WhitleyOpenBoardPkg/Build: Compress CpuMpPei.inf
 2022-06-07 21:24 UTC  (3+ messages)

[edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleySiliconPkg/PchPolicyPpi: Fix binary structure layout
 2022-06-07 20:59 UTC  (2+ messages)

Need clarification about UEFI Strings
 2022-06-07 11:44 UTC  (5+ messages)
` [edk2-devel] "

[PATCH 0/3] Introduce SecTpmMeasurementLibTdx
 2022-06-07 11:37 UTC  (4+ messages)
  ` [edk2-devel] "

[PATCH v2] [edk2-platforms] Silicon/Intel/FitGen: Fix CheckOverlap would do incorrect split BiosModule action in corner case
 2022-06-07  5:34 UTC 

[PATCH v1] [edk2-platforms] Silicon/Intel/FitGen: Fix CheckOverlap would do incorrect split BiosModule action in corner case
 2022-06-07  3:33 UTC  (3+ messages)

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 06/07/2022 #cal-reminder
 2022-06-07  1:30 UTC 

[edk2-devel] Now: Tools, CI, Code base construction meeting series - 06/06/2022 #cal-notice
 2022-06-06 23:30 UTC 

[edk2-platforms][PATCH v1 0/3] MinPlatformPkg: Add FADT duty offset and width PCDs
 2022-06-06 22:26 UTC  (3+ messages)

[PATCH V1 0/1] UncrustifyCheck ignore file list paths reduction
 2022-06-06 19:55 UTC  (3+ messages)
` [PATCH V1 1/1] .pytool: UncrustifyCheck: Set IgnoreFiles path relative to package path

[GSOC 2022] Adding Rust support to EDK II: Introducing Myself
 2022-06-06 15:30 UTC  (4+ messages)
` [edk2-devel] "

[PATCH 0/5] Code refactoring in CpuExceptionHandlerLib
 2022-06-06  7:47 UTC  (15+ messages)
` [PATCH 1/5] CpuException: Avoid allocating code pages for DXE instance
  ` [edk2-devel] "
` [PATCH 2/5] CpuException: Init global variables in-place
` [PATCH 3/5] CpuException: Avoid allocating page but using global variables
` [PATCH 4/5] CpuException: Remove InitializeCpuInterruptHandlers
  ` [edk2-devel] "
` [PATCH 5/5] CpuException: Add InitializeSeparateExceptionStacks


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