messages from 2023-04-21 15:38:20 to 2023-04-26 01:55:17 UTC [more...]
[Patch V3 0/2] Update ProcTrace feature code for new requirements
2023-04-26 1:54 UTC (3+ messages)
` [Patch V3 1/2] UefiCpuPkg: Update code to support enable ProcTrace only on BSP
` [Patch V3 2/2] UefiCpuPkg: Update PT code to support enable collect performance
[Patch V2 0/2] Update ProcTrace feature code for new requirements
2023-04-26 1:28 UTC (7+ messages)
` [Patch V2 1/2] UefiCpuPkg: Update code to support enable ProcTrace only on BSP
` [edk2-devel] "
` [Patch V2 2/2] UefiCpuPkg: Update PT code to support enable collect performance
[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, April 25, 2023 #cal-reminder
2023-04-26 1:15 UTC
[edk2-devel][PATCH v1 1/1] ArmPkg: CpuDxe: Sync GCD Capabilities With Page Table Attributes
2023-04-26 0:09 UTC
[PATCH v2 0/4] Fixes for SEV-SNP CC blob and CPUID table handling
2023-04-25 20:32 UTC (5+ messages)
` [PATCH v2 1/4] OvmfPkg/AmdSevDxe: Allocate SEV-SNP CC blob as EfiACPIReclaimMemory
` [PATCH v2 2/4] OvmfPkg/AmdSevDxe: Update ConfidentialComputing blob struct definition
` [PATCH v2 3/4] OvmfPkg/CcExitLib: Fix SEV-SNP XSave area size calculation
` [PATCH v2 4/4] OvmfPkg/CcExitLib: Use documented XSave area base size for SEV-SNP
[PATCH v7 0/3] RISC-V SBI-backed SerialLib
2023-04-25 19:26 UTC (3+ messages)
` [edk2-devel] "
[V1 PATCH 1/1] MdePkg: TDX: Correct TDCALL_INFO_RETURN_DATA layout
2023-04-25 18:25 UTC (3+ messages)
[PATCH 0/6] edksetup.bat, BaseTools: Improve Windows environment setup and BaseTools C compilation
2023-04-25 17:15 UTC (7+ messages)
` [PATCH 1/6] BaseTools: Remove Python2/Python3 detection from toolset.bat
` [PATCH 2/6] BaseTools: use threading.current_thread in NmakeSubdirs.py
` [PATCH 3/6] edksetup.bat: if toolsetup.bat fails, just exit
` [PATCH 4/6] BaseTools: Update toolsetup.bat and Tests/PythonTest.py to check ver
` [PATCH 5/6] BaseTools: Update toolsetup.bat to not use BASETOOLS_PYTHON_SOURCE
` [PATCH 6/6] BaseTools: only print the environment once in toolsetup.bat
[Patch V3 0/8] Create page table by CpuPageTableLib in DxeIpl
2023-04-25 17:11 UTC (14+ messages)
` [Patch V3 1/8] MdePkg: Move CpuPageTableLib defination to MdePkg
` [Patch V3 2/8] EmulatorPkg: Add CpuPageTableLib required by DxeIpl in DSC
` [Patch V3 3/8] IntelFsp2Pkg: "
` [Patch V3 4/8] MdeModulePkg: "
` [Patch V3 5/8] OvmfPkg: Add CpuPageTableLib required by DxeIpl in DSC file
` [Patch V3 6/8] MdeModulePkg/DxeIpl: Create page table by CpuPageTableLib
` [Patch V3 7/8] MdeModulePkg/DxeIpl: Remove duplicated code to enable NX
` [Patch V3 8/8] MdeModulePkg/DxeIpl: Refinement to the code to set PageTable as RO
` [edk2-devel] [Patch V3 0/8] Create page table by CpuPageTableLib in DxeIpl
[edk2-devel] [PATCH 1/2] SecurityPkg: Add RNG support
2023-04-25 17:11 UTC (2+ messages)
[edk2-devel][PATCH v1 1/2] UefiPayloadPkg: Define RngLibTimerLib for systems without RDRAND
2023-04-25 17:09 UTC (2+ messages)
` [edk2-devel][PATCH v1 2/2] UefiPayloadPkg: Enable RNG support
TianoCore Community Meeting Agenda 20230504[CORRECTED]
2023-04-25 16:59 UTC
[RFC PATCH v1 00/30] Support for Arm CCA guest firmware
2023-04-25 16:04 UTC (31+ messages)
` [RFC PATCH v1 01/30] ArmVirtPkg: kvmtool: Add Emulated Runtime variable support
` [RFC PATCH v1 02/30] ArmPkg: Add helper function to detect RME
` [RFC PATCH v1 03/30] ArmPkg: Export SetMemoryRegionAttribute in ArmMmuLib
` [RFC PATCH v1 04/30] ArmPkg: Extend number of parameter registers in SMC call
` [RFC PATCH v1 05/30] ArmPkg & ArmVirtPkg: Make PcdMonitorConduitHvc a dynamic PCD
` [RFC PATCH v1 06/30] ArmVirtPkg: Add Arm CCA Realm Service Interface Library
` [RFC PATCH v1 07/30] ArmVirtPkg: ArmCcaRsiLib: Add interfaces to manage the Realm IPA state
` [RFC PATCH v1 08/30] ArmVirtPkg: ArmCcaRsiLib: Add an interface to get an attestation token
` [RFC PATCH v1 09/30] ArmVirtPkg: ArmCcaRsiLib: Add interfaces to get/extend REMs
` [RFC PATCH v1 10/30] ArmVirtPkg: ArmCcaRsiLib: Add an interface to make a RSI Host Call
` [RFC PATCH v1 11/30] ArmVirtPkg: Define a GUID HOB for IPA width of a Realm
` [RFC PATCH v1 12/30] ArmVirtPkg: Add library for Arm CCA initialisation in PEI
` [RFC PATCH v1 13/30] ArmVirtPkg: Add NULL instance of ArmCcaInitPeiLib
` [RFC PATCH v1 14/30] ArmVirtPkg: Add library for Arm CCA helper functions
` [RFC PATCH v1 15/30] ArmVirtPkg: Add Null instance of ArmCcaLib
` [RFC PATCH v1 16/30] ArmVirtPkg: Define an interface to configure MMIO regions for Arm CCA
` [RFC PATCH v1 17/30] ArmVirtPkg: CloudHv: Add a NULL implementation of ArmCcaConfigureMmio
` [RFC PATCH v1 18/30] ArmVirtPkg: Qemu: "
` [RFC PATCH v1 19/30] ArmVirtPkg: Xen: "
` [RFC PATCH v1 20/30] ArmVirtPkg: Configure the MMIO regions for Arm CCA
` [RFC PATCH v1 21/30] ArmVirtPkg: Kvmtool: Use Null version of DebugLib in PrePi
` [RFC PATCH v1 22/30] ArmVirtPkg: Add Arm CCA libraries for Kvmtool guest firmware
` [RFC PATCH v1 23/30] ArmVirtPkg: Arm CCA configure system memory in early Pei
` [RFC PATCH v1 24/30] ArmVirtPkg: Perform Arm CCA initialisation in the Pei phase
` [RFC PATCH v1 25/30] ArmVirtPkg: Add ArmCcaDxe for early DXE phase initialisation
` [RFC PATCH v1 26/30] ArmVirtPkg: Introduce Realm Aperture Management Protocol
` [RFC PATCH v1 27/30] ArmVirtPkg: IoMMU driver to DMA from Realms
` [RFC PATCH v1 28/30] ArmVirtPkg: Enable Virtio communication for Arm CCA
` [RFC PATCH v1 29/30] MdePkg: Warn if AArch64 RNDR instruction is not supported
` [RFC PATCH v1 30/30] ArmVirtPkg: Kvmtool: Switch to use BaseRng for AArch64
TianoCore Community Meeting Agenda 20230504
2023-04-25 15:33 UTC
[PATCH v5 00/13] BaseTools,CryptoPkg,EmulatorPkg,MdePkg,others: Delete CLANG35,CLANG38,VS2008-2013,EBC, deprecate GCC48,GCC49,GCC5, add GCC and GCCNOLTO, update CLANGDWARF
2023-04-25 15:26 UTC (21+ messages)
` [PATCH v5 01/13] BaseTools,CryptoPkg: Update CLANGDWARF, remove CLANG 35/38 toolchains
` [PATCH v5 02/13] BaseTools: Remove VS2008, 2010, 2012 and 2013 toolchain definitions
` [PATCH v5 03/13] BaseTools: Remove VS2008-VS2013 remnants
` [PATCH v5 04/13] MdePkg: "
` [PATCH v5 05/13] edksetup.bat: "
` [PATCH v5 06/13] BaseTools: Remove unused IPHONE_TOOLS and SOURCERY_CYGWIN_TOOLS defs
` [PATCH v5 07/13] BaseTools: Remove EBC (EFI Byte Code) compiler definitions
` [PATCH v5 08/13] BaseTools: Update VS toolchain descriptions in tools_def.txt.template
` [PATCH v5 09/13] BaseTools/Conf/tools_def.template: Add GCC and GCCNOLTO toolchains
` [PATCH v5 10/13] BaseTools: Only call LoadConfiguration once in build.py
` [PATCH v5 11/13] BaseTools: Add a deprecation warning for GCC48,GCC49,GCC5 to build.py
` [PATCH v5 12/13] BaseTools/Conf/tools_def.template: Add section for deprecated toolchains
` [PATCH v5 13/13] BaseTools/Conf/tools_def.template: Bump VERSION to 3.00
` 回复: [PATCH v5 00/13] BaseTools,CryptoPkg,EmulatorPkg,MdePkg,others: Delete CLANG35,CLANG38,VS2008-2013,EBC, deprecate GCC48,GCC49,GCC5, add GCC and GCCNOLTO, update CLANGDWARF
` [edk2-devel] "
[PATCH 0/5] refine Smm range code in BoardX58Ich10
2023-04-25 13:58 UTC (12+ messages)
` [PATCH 1/5] SimicsOpenBoardPkg: Build gEfiSmmSmramMemoryGuid Hob in S3 path
` [edk2-devel] "
` [PATCH 2/5] SimicsOpenBoardPkg: Move AcpiVariableGuid hob to MemDetect
` [edk2-devel] "
` [PATCH 3/5] SimicsOpenBoardPkg: Use SmmAccessLib instead of SmmAccessPei.inf
` [PATCH 4/5] SimicsOpenBoardPkg: Use another SmmAccess Driver
` [PATCH 5/5] SimicsX58SktPkg: Remove unused Smm related modules
[PATCH v2 1/1] ArmPkg/PlatformBootManagerLib: Add path to boot UEFI Shell over UiApp
2023-04-25 11:27 UTC
[PATCH 1/1] DynamicTablesPkg/SsdtCpuTopology: Allow multi-packages topologies
2023-04-25 10:33 UTC (2+ messages)
[PATCH 0/3] Enable 64bit PEI for BoardX58Ich10
2023-04-25 7:02 UTC (6+ messages)
` [PATCH 1/3] SimicsOpenBoardPkg: Support 64-bit Pei BoardX58Ich10
` [PATCH 2/3] SimicsOpenBoardPkg: Initialize temporary memory with PcdInitValueInTempStack
` [PATCH 3/3] SimicsOpenBoardPkg: Remove unused PCD PcdSimicsSecPageTablesBase
[PATCH] SimicsOpenBoardPkg: BoardX58Ich10 set PcdSmrrEnable as False
2023-04-25 6:59 UTC (2+ messages)
[PATCH 1/1] ArmPkg/PlatformBootManagerLib: Add path to boot UEFI Shell over UiApp
2023-04-25 6:57 UTC (3+ messages)
[PATCH 0/3] Update ProcTrace feature code for new requirements
2023-04-25 6:45 UTC (11+ messages)
` [PATCH 1/3] UefiCpuPkg: Update code to support enable ProcTrace only on BSP
` [edk2-devel] "
` [PATCH 2/3] UefiCpuPkg: Update PT code to support enable collect performance
` [PATCH 3/3] UefiCpuPkg: Disable MTC packet by default
` [edk2-devel] "
[PATCH] Fix GCC5 Release build warning [-Wreturn-local-addr]
2023-04-25 6:40 UTC
[PATCH v2 1/1] BaseTools: Add quotes around OBJCOPY cmd in build_rule.template
2023-04-25 3:48 UTC (3+ messages)
` 回复: [edk2-devel] "
[Patch V3 00/11] Use CpuPageTableLib to create and update smm page table
2023-04-25 2:51 UTC (7+ messages)
` [Patch V3 03/11] OvmfPkg:Remove code that apply AddressEncMask to non-leaf entry
` [edk2-devel] "
[edk2-devel] [edk2-platforms][PATCH V3 00/14] ManageabilityPkg part II
2023-04-25 2:04 UTC
[edk2-platforms][PATCH V3 00/14] ManageabilityPkg part II
2023-04-25 1:33 UTC (5+ messages)
` [edk2-platforms][PATCH V3 09/14] ManageabilityPkg/MctpProtocol: Add MctpProtocol
` [edk2-platforms][PATCH V3 10/14] ManageabilityPkg: Add MCTP transport interface
[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, April 25, 2023 #cal-reminder
2023-04-25 1:30 UTC
Partial GitHub outage affecting TianoCore CI
2023-04-25 0:43 UTC
Bugzilla missing releases after edk2-stable202105
2023-04-25 0:24 UTC (2+ messages)
` [edk2-devel] "
[edk2-devel] Now: Tools, CI, Code base construction meeting series - Monday, April 24, 2023 #cal-notice
2023-04-24 23:30 UTC
[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, April 24, 2023 #cal-reminder
2023-04-24 22:30 UTC
How to properly get Simple File System Protocol on RAM Disk
2023-04-24 19:08 UTC
[PATCH] Maintainers.txt: Update for IntelFsp2Pkg and IntelFsp2WrapperPkg
2023-04-24 18:52 UTC (2+ messages)
[PATCH v3 0/3] Support FDT library
2023-04-24 17:41 UTC (9+ messages)
` [PATCH v3 2/3] MdePkg: "
` [edk2-devel] "
[Patch V2 0/8] Create page table by CpuPageTableLib in DxeIpl
2023-04-24 15:59 UTC (18+ messages)
` [Patch V2 3/8] MdeModulePkg: Add CpuPageTableLib required by DxeIpl in DSC
` [Patch V2 5/8] MdeModulePkg: Add UefiCpuPkg.dec to pass DependencyCheck
` [edk2-devel] "
[PATCH v4 0/3] Support FDT library
2023-04-24 14:24 UTC (4+ messages)
` [PATCH v4 1/3] Tianocore: "
` [PATCH v4 2/3] MdePkg: "
` [PATCH v4 3/3] .pytool: "
[PATCH 1/1] BaseTools: Add quotes around OBJCOPY cmd in build_rule.template
2023-04-24 13:47 UTC
[Patch V4 0/8] Create page table by CpuPageTableLib in DxeIpl
2023-04-24 10:26 UTC (3+ messages)
` [Patch V4 1/8] MdePkg: Move CpuPageTableLib definition to MdePkg
` [Patch V4 6/8] MdeModulePkg/DxeIpl: Create page table by CpuPageTableLib
[PATCH V1 1/1] OvmfPkg/PlatformPei: Skip PlatformInitEmuVariableNvStore in SEV guest
2023-04-24 9:45 UTC (13+ messages)
Question regarding changing video adapter selection during pre-boot (PEI/DXE)
2023-04-24 6:00 UTC
[edk2-devel] [PATCH 1/1] MdeModulePkg/RegularExpressionDxe: Fix Arm build error
2023-04-24 5:40 UTC (7+ messages)
` 回复: "
[PATCH v4 00/13] BaseTools,CryptoPkg,EmulatorPkg,MdePkg,others: Delete CLANG35,CLANG38,VS2008-2013,EBC, deprecate GCC48,GCC49,GCC5, add GCC and GCCNOLTO, update CLANGDWARF
2023-04-24 5:03 UTC (5+ messages)
` [PATCH v4 09/13] BaseTools/Conf/tools_def.template: Add GCC and GCCNOLTO toolchains
` 回复: "
` 回复: [edk2-devel] "
[PATCH 0/3] CloudHv:arm: Enable direct kernel boot
2023-04-24 2:36 UTC (6+ messages)
` [PATCH 3/3] CloudHv:arm: add kernel load driver into dsc/fdf
` [edk2-devel] "
[PATCH v2 1/2] BaseTools/Plugin: Report error if code coverage failure
2023-04-24 1:56 UTC (8+ messages)
` [PATCH v2 2/2] .azurepipelines: Install code coverage tool
` [edk2-devel] "
[edk2-platforms][PATCH V2 00/14] ManageabilityPkg part II
2023-04-24 1:42 UTC (6+ messages)
` [edk2-platforms][PATCH V2 02/14] ManageabilityPkg: Support Maximum Transfer Unit
` [edk2-devel] "
[PATCH 0/4] Trace Hub debug library support
2023-04-24 1:37 UTC (2+ messages)
` [edk2-devel] "
[PATCH tianocore-docs v3 0/2] Fix links to specifications, guides etc
2023-04-24 0:03 UTC (6+ messages)
` [PATCH tianocore-docs v3 2/2] Readme.md: Update the Gitbook documentation section
` [edk2-devel] "
[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, April 24, 2023 #cal-reminder
2023-04-23 23:30 UTC
[PATCH] BaseTools/Plugin: Report error if code coverage failure
2023-04-22 22:00 UTC
[edk2-redfish-client][PATCH v2] Initial edk2 redfish client repository
2023-04-22 2:59 UTC (2+ messages)
` [edk2-devel] "
[edk2-devel] [edk2-redfish-client][PATCH] Initial edk2 redfish client repository
2023-04-22 2:39 UTC (3+ messages)
[PATCH tianocore.github.io.wiki 1/1] Update gitbook.io links to point to tianocore-docs.github.io
2023-04-22 2:12 UTC (2+ messages)
` [edk2-devel] "
[edk2-devel] [PATCH v6 2/2] add ArmCpuInfo EFI application
2023-04-21 20:18 UTC (4+ messages)
` [PATCH v7 1/2] ArmLib: add functions to read system registers
` [PATCH v7 2/2] add ArmCpuInfo EFI application
[PATCH v1 0/1] uefi-sct/SctPkg: TCGMOR SCT Test Implementation
2023-04-21 19:46 UTC (2+ messages)
` [PATCH v1 1/1] uefi-sct/SctPkg: TCGMOR Platform Reset Check Test
[PATCH] RedfishPkg: Remove the global variables related to Discover Token functionality
2023-04-21 19:31 UTC (5+ messages)
[PATCH v5 2/2] add ArmCpuInfo EFI application
2023-04-21 16:33 UTC (6+ messages)
` [PATCH v6 1/2] ArmLib: add functions to read system registers
` [PATCH v6 2/2] add ArmCpuInfo EFI application
` [edk2-devel] "
[PATCH] MdePkg: Add DEBUG_MANAGEABILITY print error level
2023-04-21 15:44 UTC (6+ messages)
` [edk2-devel] "
[edk2-redfish-client][PATCH] Initial edk2 redfish client repository
2023-04-21 15:38 UTC (3+ messages)
` [edk2-devel] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox