public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-03-28 22:00:57 to 2023-03-31 09:36:48 UTC [more...]

[Patch V2 0/8] Create page table by CpuPageTableLib in DxeIpl
 2023-03-31  9:33 UTC  (4+ messages)
` [Patch V2 1/8] EmulatorPkg: Add CpuPageTableLib required by DxeIpl in DSC
` [Patch V2 2/8] IntelFsp2Pkg: "
` [Patch V2 3/8] MdeModulePkg: "

[RFT PATCH v2 0/6] UefiCpuPkg, OvmfPkf: Simplify CpuExceptionHandlerLib
 2023-03-31  9:36 UTC  (23+ messages)
` [RFT PATCH v2 1/6] BaseTools/tools_def XCODE: Link X64 with -read_only_relocs suppress
  ` [edk2-devel] "
` [RFT PATCH v2 2/6] BaseTools/tools_def CLANGDWARF: Permit text relocations
` [RFT PATCH v2 3/6] UefiCpuPkg/CpuExceptionHandlerLib: Use single SEC/PEI version
    ` [edk2-devel] "
` [RFT PATCH v2 4/6] UefiCpuPkg/CpuExceptionHandlerLib: Remove needless runtime fixups
  ` [edk2-devel] "
` [RFT PATCH v2 5/6] OvmfPkg: Drop special Xcode5 version of exception handler library
  ` [edk2-devel] "
` [RFT PATCH v2 6/6] UefiCpuPkg/CpuExceptionHandlerLib: Drop special XCODE5 version
  ` [edk2-devel] "

[edk2-devel] [PATCH 0/6] Substract TME-MK KEY_ID_BITS from CPU max PA
 2023-03-31  9:26 UTC  (8+ messages)

[RFT PATCH v3 0/5] UefiCpuPkg, OvmfPkg: Simplify CpuExceptionHandlerLib
 2023-03-31  9:14 UTC  (6+ messages)
` [RFT PATCH v3 1/5] BaseTools/tools_def CLANGDWARF: Permit text relocations
` [RFT PATCH v3 2/5] UefiCpuPkg/CpuExceptionHandlerLib: Use single SEC/PEI version
` [RFT PATCH v3 3/5] UefiCpuPkg/CpuExceptionHandlerLib: Make runtime fixups XCODE-only
` [RFT PATCH v3 4/5] OvmfPkg: Drop special Xcode5 version of exception handler library
` [RFT PATCH v3 5/5] UefiCpuPkg/CpuExceptionHandlerLib: Drop special XCODE5 version

[PATCH 1/1] ArmPkg/PlatformBootManagerLib: Add path to boot UEFI Shell over UiApp
 2023-03-31  8:47 UTC  (4+ messages)

[PATCH V1 1/1] OvmfPkg/PlatformPei: Skip PlatformInitEmuVariableNvStore in SEV guest
 2023-03-31  8:25 UTC  (4+ messages)

[PATCH v6 0/6] Adds AmdSmmCpuFeaturesLib for AMD Family
 2023-03-31  7:59 UTC  (3+ messages)
` [PATCH v6 6/6] UefiCpuPkg: Implements SmmCpuFeaturesLib "
  ` [edk2-devel] "

[PATCH v2 0/2] SEV-SNP guest support fixes
 2023-03-31  7:32 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 0/9] Create page table by CpuPageTableLib in DxeIpl
 2023-03-31  7:10 UTC  (11+ messages)
` [PATCH 6/9] MdeModulePkg: Add UefiCpuPkg.dec to pass DependencyCheck
` [PATCH 7/9] MdeModulePkg/DxeIpl: Create page table by CpuPageTableLib
` [PATCH 8/9] MdeModulePkg/DxeIpl: Remove duplicated code to enable NX
` [PATCH 9/9] MdeModulePkg/DxeIpl: Refinement to the code to set PageTable as RO

回复: [edk2-devel] [PATCH 2/3] BaseTools/Conf/tools_def: Fix CLANGDWARF_IA32_X64
 2023-03-31  4:53 UTC  (3+ messages)
`  "

[PATCH 1/1] Maintainers.txt: BaseTools Bob Feng -> reviewer, Rebecca Cran -> maintainer
 2023-03-31  4:26 UTC  (6+ messages)
` [edk2-devel] "
  ` 回复: "

[PATCH 0/2] Support FDT library
 2023-03-31  2:35 UTC  (10+ messages)
` [PATCH 1/2] MdePkg: "
  ` [edk2-devel] "
` [PATCH 2/2] .pytool: "
` [edk2-devel] [PATCH 0/2] "

[RFC PATCH 1/1] MdePkg: Add a libc implementation
 2023-03-31  2:30 UTC 

[edk2-platforms] Platform/Loongson: Fixed multi-core boot issue
 2023-03-31  2:30 UTC 

edk2 MdeModulePkg build error
 2023-03-30 23:36 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v1 1/1] .github/workflows/codeql-analysis.yml: Add PIP caching
 2023-03-30 21:08 UTC  (2+ messages)
` [edk2-devel] "

[PATCH edk2-basetools 0/1] Change BUILD_CFLAGS to CFLAGS to match edk2 BaseTools change
 2023-03-30 20:10 UTC  (4+ messages)
` [PATCH edk2-basetools 1/1] "
` [edk2-devel] [PATCH edk2-basetools 0/1] "

[Patch 1/1] .azurepipelines/templates: Increase run to shell timeout
 2023-03-30 17:46 UTC  (3+ messages)
` [edk2-devel] "

Is Xcode5ExceptionHandlerAsm.nasm still needed?
 2023-03-30 17:03 UTC  (10+ messages)
` [edk2-devel] "

[PATCH v2] IntelFsp2Pkg: LoadMicrocodeDefault() causing unnecessary delay
 2023-03-30 15:29 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v2 00/17] Enable BTI support in memory attributes table
 2023-03-30 14:53 UTC  (18+ messages)
` [PATCH v2 01/17] MdePkg/ProcessorBind AARCH64: Add asm macro to emit GNU BTI note
  ` [edk2-devel] "
` [PATCH v2 15/17] MdePkg: Update MemoryAttributesTable to v2.10
    ` [edk2-devel] "
` [PATCH v2 16/17] MdePkg/PeCoffLib: Capture DLL characteristics fieldis in image context
  ` [edk2-devel] "
` [PATCH v2 17/17] MdeModulePkg: Enable forward edge CFI in mem attributes table
  ` [edk2-devel] "
` [edk2-devel] [PATCH v2 00/17] Enable BTI support in memory "

[PATCH 0/4] UefiCpuPkg, OvmfPkf: Simplify CpuExceptionHandlerLib
 2023-03-30 13:51 UTC  (5+ messages)
` [PATCH 1/4] UefiCpuPkg/CpuExceptionHandlerLib: Create LLD compatible SEC/PEI version
` [PATCH 2/4] UefiCpuPkg/CpuExceptionHandlerLib: Remove pointless runtime fixups
` [PATCH 3/4] OvmfPkg: Drop special Xcode5 version of exception handler library
` [PATCH 4/4] UefiCpuPkg/CpuExceptionHandlerLib: Drop special XCODE5 version

[RESEND v1 1/1] CI: Use Fedora-37 (gcc12) image for Linux jobs
 2023-03-30 13:48 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v3 1/1] OvmfPkg/SmbiosPlatformDxe: use PcdFirmware*
 2023-03-30 10:50 UTC  (5+ messages)

[PATCH] ShellPkg: Fixed system hang issue when executing ping6 command cross network segment in EFI Shell
 2023-03-30 10:31 UTC 

[edk2-platforms][PATCH V3 0/5] Enable SoC expansion block and Virtio-P9 for RD-N2 variants
 2023-03-30  9:52 UTC  (3+ messages)

[PATCH 1/1] BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32
 2023-03-30  9:48 UTC 

[PATCH 1/3] BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32
 2023-03-30  9:47 UTC  (5+ messages)
` 回复: [edk2-devel] "
  `  "

[PATCH v4 1/9] ManageabilityPkg: Add Readme file
 2023-03-30  8:52 UTC  (5+ messages)
` [PATCH v4 2/9] ManageabilityPkg: Initial package
  ` [edk2-devel] "

[edk2][PATCH V1 1/1] MdePkg/IndustryStandard: add definitions for MPAM ACPI specification
 2023-03-29 22:47 UTC  (3+ messages)

[PATCH v2 0/6] MdePkg/Base.h: Introduce various alignment-related macros
 2023-03-30  7:33 UTC  (2+ messages)

[edk2-libc Patch 0/1] Python/Python3.6.8: migration of edk2module from chipsec repo
 2023-03-30  6:01 UTC  (5+ messages)
` [edk2-libc Patch 1/1] "

[edk2-libc Patch 0/1] Python/Python3.6.8: migration of edk2module from chipsec repo
 2023-03-30  5:57 UTC  (2+ messages)
` [edk2-libc Patch 1/1] "

[Patch 1/1] PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe: PcdRtcDefaultYear bounds
 2023-03-30  2:12 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 0/6] Substract TME-MK KEY_ID_BITS from CPU max PA
 2023-03-29 22:24 UTC  (14+ messages)
` [PATCH 1/6] MdePkg: Add TME-MK related CPUID and MSR definitions
` [PATCH 2/6] UefiCpuPkg/MtrrTest: Only claim CPUID max leaf as 1
` [PATCH 3/6] UefiCpuPkg/MtrrLib: Substract TME-MK KEY_ID_BITS from CPU max PA
` [PATCH 4/6] UefiCpuPkg/CpuDxe: Refactor to use CPUID definitions
` [PATCH 5/6] UefiCpuPkg/CpuDxe: Substract TME-MK KEY_ID_BITS from CPU max PA
` [PATCH 6/6] UefiCpuPkg/MtrrTest: Add test cases for TME-MK enable case

[edk2-platforms][PATCH v2 0/9] Support Ampere Altra Max processor
 2023-03-29 16:24 UTC  (12+ messages)
` [edk2-platforms][PATCH v2 1/9] AmpereAltraPkg: Correct PCIe Devmap
` [edk2-platforms][PATCH v2 2/9] AmpereAltraPkg: Correct PCIe memory attribute
` [edk2-platforms][PATCH v2 3/9] JadePkg: PCIe: Add delay after releasing PERST
` [edk2-platforms][PATCH v2 4/9] AmpereAltraPkg: Update Ampere specific platform PCIe core
` [edk2-platforms][PATCH v2 5/9] AmpereAltraPkg: Update Ampere Core/Cluster profile
` [edk2-platforms][PATCH v2 6/9] Ampere: PCIe: Add PHY preset NVParams for Ampere Altra Max
` [edk2-platforms][PATCH v2 7/9] Ampere: PCIe: Add support "
` [edk2-platforms][PATCH v2 8/9] AmpereAltraPkg: Support get SubNUMA node region for Ampere silicons
` [edk2-platforms][PATCH v2 9/9] JadePkg: ACPI: Support ACPI tables for Ampere Altra Max

[PATCH 1/1] OvmfPkg/CI: Boot OVMF in SMP mode
 2023-03-29 16:00 UTC  (2+ messages)

[PATCH v4] RedfishPkg/RedfishPlatformCredentialIpmiLib: IPMI implementation
 2023-03-29 14:03 UTC  (2+ messages)

[PATCH 0/2] Wake up APs by a single SIPI
 2023-03-29 13:29 UTC  (5+ messages)
` [PATCH 2/2] UefiCpuPkg: After reset, wake up APs by SIPI
  ` [edk2-devel] "

[PATCH v2 00/13] BaseTools,CryptoPkg,MdePkg,OvmfPkg: Delete CLANG35,CLANG38,GCC48,GCC49, rename GCC5 to GCC, update CLANGDWARF, delete VS 2008-2013, EBC
 2023-03-29 12:20 UTC  (18+ messages)
` [PATCH v2 01/13] OvmfPkg: Replace static struct initialization with ZeroMem call
` [PATCH v2 03/13] BaseTools: Update CLANGDWARF toolchain and remove CLANG35 and CLANG38
  ` [edk2-devel] "
    ` [edk2-devel] [PATCH v2 00/13] BaseTools,CryptoPkg,MdePkg,OvmfPkg: Delete CLANG35,CLANG38,GCC48,GCC49, rename GCC5 to GCC, update CLANGDWARF, delete VS 2008-2013, EBC
` 回复: "

[PATCH v1 0/4] Bug fixes for DynamicTablesPkg and ArmVirtPkg/kvmtool
 2023-03-29 11:55 UTC  (3+ messages)

[PATCH] UefiPayloadPkg: Support more input parameter
 2023-03-29 10:52 UTC  (3+ messages)

CLI way of checking PR CI status
 2023-03-29  9:47 UTC  (2+ messages)
` [edk2-devel] "

Question of Compiling Error
 2023-03-29  8:13 UTC 

[PATCH v2 2/3] RedfishPkg: Redfish discover driver improvement
 2023-03-29  6:18 UTC  (2+ messages)

[PATCH v2 3/3] RedfishPkg: fix config handler driver issues
 2023-03-29  6:13 UTC 

[PATCH v2 1/3] RedfishPkg/JsonLib: address coverity issue
 2023-03-29  6:13 UTC 

[PATCH v2 0/3] Fix variety issues in RedfishPkg
 2023-03-29  6:13 UTC 

[edk2-platforms][PATCH 0/2] Support Ampere Altra Max processor
 2023-03-29  4:49 UTC  (2+ messages)

[PATCH] MdePkg Smbios.h: Update Smbios Misc Slot Information Definition
 2023-03-29  2:48 UTC 

[PATCHv2 0/1] MdeModulePkg/Ahci: Skip retry for non-transient errors
 2023-03-29  2:30 UTC  (4+ messages)
` [PATCHv2 1/1] "
    ` [edk2-devel] "

[PATCH 2/3] RedfishPkg: Redfish discover driver improvement
 2023-03-29  2:25 UTC  (3+ messages)

[PATCH 3/3] RedfishPkg: fix config handler driver issues
 2023-03-29  2:21 UTC  (2+ messages)

[PATCH v6 1/3] UsbNetworkPkg/UsbRndis: Add USB RNDIS devices support
 2023-03-29  2:11 UTC  (3+ messages)

[PATCH 1/3] RedfishPkg/JsonLib: address coverity issue
 2023-03-29  1:38 UTC  (2+ messages)

[PATCH v3] RedfishPkg/RedfishPlatformCredentialIpmiLib: IPMI implementation
 2023-03-29  1:26 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH v7 00/12] Enable New CodeQL Queries
 2023-03-28 23:06 UTC  (5+ messages)
` [PATCH v7 09/12] ShellPkg: Fix conditionally uninitialized variables
  ` [edk2-devel] "

[PATCH v5 0/3] RISC-V SBI-backed SerialLib
 2023-03-28 22:00 UTC  (11+ messages)
` [PATCH v5 2/3] MdePkg: add SBI-based SerialPortLib for RISC-V


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