public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-02-07 06:15:27 to 2023-02-09 17:14:06 UTC [more...]

[PATCH 1/1] ArmPkg/PlatformBootManagerLib: Add path to boot UEFI Shell over UiApp
 2023-02-09 17:14 UTC  (3+ messages)
` [edk2-devel] "

[IMPORTANT] February Release Reviews and Merges
 2023-02-09 17:06 UTC  (4+ messages)
  ` [edk2-devel] "

[IMPORTANT] February Release Reviews and Merges
 2023-02-09 17:00 UTC 

[PATCH v10 0/4] Add safe unaccepted memory behavior
 2023-02-09 16:52 UTC  (4+ messages)
` [PATCH v10 1/4] OvmfPkg: Add memory acceptance event in AmdSevDxe
  ` [edk2-devel] "

[edk2-platforms: PATCH] IntelSiliconPkg/SpiFvbServiceSmm: Support Other NVS variable region
 2023-02-09 16:46 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v2 00/10] OvmfPkg: add Crypto Driver support
 2023-02-09 16:46 UTC  (12+ messages)
` [PATCH v2 01/10] CryptoPkg: move Driver PCD configs to include files
` [PATCH v2 02/10] CryptoPkg: add CryptoServicePcd.hash_only.dsc.inc
` [PATCH v2 03/10] CryptoPkg: add TPM hashes to CryptoServicePcd.min_dxe_smm.dsc.inc
` [PATCH v2 04/10] OvmfPkg: add OvmfCrypto*.inc
` [PATCH v2 05/10] OvmfPkg: OvmfPkgX64: use crypto includes
` [PATCH v2 06/10] OvmfPkg: OvmfPkgIa32X64: "
` [PATCH v2 07/10] OvmfPkg: OvmfPkgIa32: "
` [PATCH v2 08/10] OvmfPkg: Microvm: "
` [PATCH v2 09/10] OvmfPkg: IntelTdx: "
` [PATCH v2 10/10] OvmfPkg: AmdSev: "

[PATCH 0/5] Put APs in 64 bit mode before handoff to OS
 2023-02-09 16:30 UTC  (14+ messages)
` [PATCH 1/5] UefiCpuPkg: Duplicate RelocateApLoop for Amd x64 processors
` [PATCH 2/5] UefiCpuPkg: Contiguous memory allocation and code clean-up
  ` [edk2-devel] "
` [PATCH 3/5] OvmfPkg: Add CpuPageTableLib required by MpInitLib
    ` [edk2-devel] "
` [PATCH 4/5] UefiPayloadPkg: "
` [PATCH 5/5] UefiCpuPkg: Put APs in 64 bit mode before handoff to OS

Enum size checks in Base.h (UINT32 not ISO C compatible)
 2023-02-09 15:57 UTC  (4+ messages)

[edk2-staging/RiscV64QemuVirt PATCH V7 00/20] Add support for RISC-V virt machine
 2023-02-09 15:47 UTC  (43+ messages)
` [edk2-staging/RiscV64QemuVirt PATCH V7 01/20] MdePkg/Register: Add register definition header files for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V7 02/20] MdePkg/BaseLib: RISC-V: Add few more helper functions
` [edk2-staging/RiscV64QemuVirt PATCH V7 03/20] MdePkg: Add BaseRiscVSbiLib Library for RISC-V
    ` [edk2-devel] "
` [edk2-staging/RiscV64QemuVirt PATCH V7 04/20] UefiCpuPkg: Add RISCV_EFI_BOOT_PROTOCOL related definitions
  ` [edk2-devel] "
` [edk2-staging/RiscV64QemuVirt PATCH V7 05/20] UefiCpuPkg: Add CpuTimerDxe module
  ` [edk2-devel] "
` [edk2-staging/RiscV64QemuVirt PATCH V7 06/20] UefiCpuPkg/CpuExceptionHandlerLib: Add RISC-V instance
  ` [edk2-devel] "
` [edk2-staging/RiscV64QemuVirt PATCH V7 07/20] UefiCpuPkg/CpuDxe: "
  ` [edk2-devel] "
` [edk2-staging/RiscV64QemuVirt PATCH V7 08/20] UefiCpuPkg/CpuTimerLib: "
` [edk2-staging/RiscV64QemuVirt PATCH V7 09/20] UefiCpuPkg/UefiCpuPkg.ci.yaml: Ignore RISC-V file
  ` [edk2-devel] "
` [edk2-staging/RiscV64QemuVirt PATCH V7 10/20] EmbeddedPkg: Enable PcdPrePiCpuIoSize for RISC-V
  ` [edk2-devel] "
` [edk2-staging/RiscV64QemuVirt PATCH V7 20/20] Maintainers.txt: Add entry for OvmfPkg/RiscVVirt
    ` [edk2-devel] "

[PATCH 1/2] MdePkg: Update Base.h to be compliant with C11
 2023-02-09 15:45 UTC  (2+ messages)
` [PATCH 2/2] MdePkg: Update code to be more C11 compliant by using __func__

[PATCH v2 2/2] ArmVirtPkg/ArmVirtQemu: Avoid early ID map on ThunderX
 2023-02-09 15:15 UTC  (20+ messages)
` [edk2-devel] "

[PATCH v2 1/3] UsbNetworkPkg/UsbRndis: Add USB RNDIS devices support
 2023-02-09 14:53 UTC  (8+ messages)
` [edk2-devel] "

[PATCH v4 00/11] ArmPkg: implement EFI memory attributes protocol
 2023-02-09 13:59 UTC  (12+ messages)
` [PATCH v4 01/11] ArmPkg/ArmMmuLib ARM: Remove half baked large page support
` [PATCH v4 02/11] ArmPkg/ArmMmuLib ARM: Split off XN page descriptor bit from type field
` [PATCH v4 03/11] ArmPkg/CpuDxe ARM: Fix page-to-section attribute conversion
` [PATCH v4 04/11] ArmPkg/ArmMmuLib ARM: Isolate the access flag from AP mask
` [PATCH v4 05/11] ArmPkg/ArmMmuLib ARM: Clear individual permission bits
` [PATCH v4 06/11] ArmPkg/ArmMmuLib: Implement EFI_MEMORY_RP using access flag
` [PATCH v4 07/11] ArmVirtPkg: Enable stack guard
` [PATCH v4 08/11] ArmPkg/ArmMmuLib: Avoid splitting block entries if possible
` [PATCH v4 09/11] ArmPkg/CpuDxe: Expose unified region-to-EFI attribute conversion
` [PATCH v4 10/11] MdePkg: Add Memory Attribute Protocol definition
` [PATCH v4 11/11] ArmPkg/CpuDxe: Implement EFI memory attributes protocol

[PATCH 1/1] OvmfPkg: Update build.sh to allow building OVMF then running QEMU
 2023-02-09 13:22 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] Platform/Qemu/Sbsa: Update TF-A binaries to enable SVE/SME
 2023-02-09 11:26 UTC  (2+ messages)
` [edk2-devel] "

regarding uefipayload build warning for pcd
 2023-02-09  5:20 UTC  (14+ messages)
    ` [edk2-devel] "

[RFC] [staging/CryptoLibrary] Openssl1.1 replacement proposal
 2023-02-09  3:21 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH V3] RedfishPkg: RedfishRestExDxe: Two PCDs for controlling the requests
 2023-02-09  3:20 UTC 

[edk2-non-osi][PATCH V1] ASpeed/ASpeedGopBinPkg: Correct all INF_VERSION value
 2023-02-09  3:12 UTC  (3+ messages)
` [edk2-devel] "

[PATCH V2 RESEND] RedfishPkg: RedfishRestExDxe: Two PCDs for controlling the requests
 2023-02-09  2:06 UTC  (4+ messages)

[edk2-devel] [edk2-platforms: PATCH v4] IntelSiliconPkg/SpiFvbServiceSmm: Rewrite VariableStore header
 2023-02-09  1:50 UTC 

[edk2-platforms: PATCH v4] IntelSiliconPkg/SpiFvbServiceSmm: Rewrite VariableStore header
 2023-02-09  1:46 UTC  (5+ messages)
` [edk2-devel] "

[edk2-devel][edk2-platforms][PATCH V2 1/1] AdvancedFeaturePkg: Improve sample build instructions
 2023-02-09  1:44 UTC  (3+ messages)

[Patch 1/1] EmulatorPkg/PeiTimerLib: Bug fix in NanoSecondDelay
 2023-02-09  1:20 UTC  (5+ messages)
` [edk2-devel] "
  ` 回复: "

[PATCH 0/3] Apply NX protections more strictly
 2023-02-08 22:52 UTC  (13+ messages)
` [PATCH 1/3] ArmPkg/ArmMmuLib: Avoid splitting block entries if possible
` [PATCH 2/3] ArmPkg/CpuDxe: Perform preliminary NX remap of free memory
    ` [edk2-devel] "
` [PATCH 3/3] MdeModulePkg/DxeCore: Unconditionally set memory protections

[edk2-platforms: PATCH v3] IntelSiliconPkg/SpiFvbServiceSmm: Rewrite VariableStore header
 2023-02-08 22:24 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 1/1] .pytool/Plugin/EccCheck: Add PACKAGES_PATH support
 2023-02-08 20:24 UTC  (5+ messages)
    ` [edk2-devel] "

[edk2-devel] [PATCH 1/1] MdePkg: Add DDR5 SPD defs to IndustryStandard per JESD400-5A.01
 2023-02-08 18:04 UTC 

[PATCH 1/1] MdePkg: Add DDR5 SPD defs to IndustryStandard per JESD400-5A.01
 2023-02-08 17:47 UTC 

[edk2-platforms][PATCH v4 00/12] Ext4Pkg: Code correctness and security improvements
 2023-02-08 16:32 UTC  (2+ messages)

Graphic Output on qemu
 2023-02-08 10:00 UTC  (6+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH 0/7] Implementation of IPMI Protocol
 2023-02-08  7:34 UTC  (10+ messages)
` [edk2-platforms][PATCH 1/7] IpmiFeaturePkg: Rename IpmiSubmitCommand function
` [edk2-platforms][PATCH 2/7] ManageabilityPkg: Add diagrams
` [edk2-platforms][PATCH 3/7] ManageabilityPkg: Add Readme file
` [edk2-platforms][PATCH 4/7] ManageabilityPkg: Initial package
` [edk2-platforms][PATCH 5/7] ManageabilityPkg: Implement Ipmi Protocol/Ppi
` [edk2-platforms][PATCH 6/7] IpmiProtocol: Add to Manageability Package
` [edk2-platforms][PATCH 7/7] edk2-platforms: Maintainers.txt
  ` [edk2-devel] "

[edk2-platforms][PATCH V1 1/1] Platform/ARM/N1Sdp: Fix RemoteDdrSize cast
 2023-02-08  5:34 UTC  (3+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH V1 1/1] Platform/ARM/N1sdp: Add support to parse NT_FW_CONFIG
 2023-02-08  5:29 UTC  (4+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH v1 1/1] .devcontainer/devcontainer.json: Add devcontainer file
 2023-02-08  3:49 UTC  (2+ messages)

[PATCH V2] RedfishPkg: RedfishRestExDxe: PCD introduced to control "Expect" header
 2023-02-08  2:36 UTC 

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, February 7, 2023 #cal-reminder
 2023-02-08  2:15 UTC 

[PATCH v1 0/1] Add all UEFI Config Tables to Dmem output
 2023-02-07 21:19 UTC  (2+ messages)
` [PATCH v1 1/1] ShellPkg: UefiShellDebug1CommandsLib: Uefi Config Tables in Dmem.c

[edk2-devel] [edk2-platforms: PATCH v2] IntelSiliconPkg/SpiFvbServiceSmm: Rewrite VariableStore header
 2023-02-07 19:47 UTC 

[edk2-devel] [PATCH 4/4] ArmPkg/CpuDxe: Implement EFI memory attributes protocol
 2023-02-07 18:50 UTC  (13+ messages)

[edk2-platforms] Platform/Loongson: Modify Readme of Loongarch
 2023-02-07  9:31 UTC 

[edk2-platforms: PATCH v2] IntelSiliconPkg/SpiFvbServiceSmm: Rewrite VariableStore header
 2023-02-07  9:26 UTC  (2+ messages)

[edk2-platforms][PATCH V2 0/5] Enable SoC expansion block and Virtio-P9 for RD-N2 variants
 2023-02-07  8:50 UTC  (7+ messages)
` [edk2-platforms][PATCH V2 3/5] Platform/Sgi: Add SSDT table for IO virtualization SoC expansion block


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