public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-02-10 11:28:28 to 2023-02-14 13:36:42 UTC [more...]

[PATCH 1/1] ArmPkg/PlatformBootManagerLib: Add path to boot UEFI Shell over UiApp
 2023-02-14 13:36 UTC  (5+ messages)

[PATCH] RedfishPkg/RedfishConfigHandler: fix FreePool issue
 2023-02-14 13:28 UTC  (3+ messages)

[PATCH v3 00/12] Enable New CodeQL Queries
 2023-02-14 13:01 UTC  (15+ messages)
` [PATCH v3 01/12] MdeModulePkg/SmbiosDxe: Fix pointer and buffer overflow CodeQL alerts
  ` [edk2-devel] "
` [PATCH v3 02/12] BaseTools/PatchCheck.py: Add PCCTS to tab exemption list
` [PATCH v3 03/12] BaseTools/VfrCompile: Fix potential buffer overwrites
` [PATCH v3 04/12] CryptoPkg: Fix conditionally uninitialized variable
` [PATCH v3 05/12] MdeModulePkg: Fix conditionally uninitialized variables
` [PATCH v3 06/12] MdePkg: "
` [PATCH v3 07/12] NetworkPkg: "
` [PATCH v3 08/12] PcAtChipsetPkg: "
` [PATCH v3 09/12] ShellPkg: "
` [PATCH v3 10/12] UefiCpuPkg: "
` [PATCH v3 11/12] .github/codeql/edk2.qls: Enable CWE 457, 676, and 758 queries
` [PATCH v3 12/12] .github/codeql/edk2.qls: Enable CWE 120, 787, and 805 queries

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

[edk2-staging][PATCH] RedfishClientPkg: Add mechanism to reboot system if config is changed
 2023-02-14 12:42 UTC 

[PATCH v7 0/6] Simplify SMM Relocation Process
 2023-02-14 10:19 UTC  (10+ messages)
` [PATCH v7 1/6] UefiCpuPkg/PiSmmCpuDxeSmm: Fix invalid InitializeMpSyncData call
` [PATCH v7 2/6] UefiCpuPkg/PiSmmCpuDxeSmm: Replace mIsBsp by mBspApicId check
` [PATCH v7 3/6] UefiCpuPkg/SmmBaseHob.h: Add SMM Base HOB Data
` [PATCH v7 4/6] UefiCpuPkg/PiSmmCpuDxeSmm: Consume SMM Base Hob for SmBase info
` [PATCH v7 5/6] UefiCpuPkg/SmmCpuFeaturesLib: Skip SMBASE configuration
` [PATCH v7 6/6] OvmfPkg/SmmCpuFeaturesLib: Check SmBase relocation supported or not

[PATCH 0/4] CryptoPkg/BaseCryptLib: avoid certain openssl library calls
 2023-02-14 10:13 UTC  (9+ messages)
` [PATCH 1/4] CryptoPkg/BaseCryptLib: avoid using SHA1()
  ` [edk2-devel] "
` [PATCH 2/4] CryptoPkg/BaseCryptLib: avoid using SHA256()
` [PATCH 3/4] CryptoPkg/BaseCryptLib: avoid using SHA384()
` [PATCH 4/4] CryptoPkg/BaseCryptLib: avoid using SHA512()
` [edk2-devel] [PATCH 0/4] CryptoPkg/BaseCryptLib: avoid certain openssl library calls

[PATCH v6 0/6] Simplify SMM Relocation Process
 2023-02-14  9:56 UTC  (18+ messages)
` [PATCH v6 1/6] UefiCpuPkg/PiSmmCpuDxeSmm: Fix invalid InitializeMpSyncData call
` [PATCH v6 2/6] UefiCpuPkg/PiSmmCpuDxeSmm: Replace mIsBsp by mBspApicId
` [PATCH v6 3/6] UefiCpuPkg/SmmBaseHob.h: Add SMM Base HOB Data
` [PATCH v6 4/6] UefiCpuPkg/PiSmmCpuDxeSmm: Consume SMM Base Hob for SmBase info
    ` [edk2-devel] "
` [PATCH v6 5/6] UefiCpuPkg/SmmCpuFeaturesLib: Skip SMBASE configuration
` [PATCH v6 6/6] OvmfPkg/SmmCpuFeaturesLib: Check SmBase relocation supported or not
  ` [edk2-devel] "

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

[PATCH V4] MdeModulePkg/Pci: Display more information of PCIe devices
 2023-02-14  2:18 UTC  (2+ messages)
` [edk2-devel] "

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

[IMPORTANT] February Release Reviews and Merges
 2023-02-14  0:52 UTC  (3+ messages)
` [edk2-announce] "
  ` 回复: [edk2-devel] "

[edk2-devel] Now: Tools, CI, Code base construction meeting series - Monday, February 13, 2023 #cal-notice
 2023-02-14  0:30 UTC 

[PATCH v1 1/1] .mergify/config.yml: Remove rebase_fallback attribute (deprecated)
 2023-02-14  0:00 UTC  (5+ messages)
` [edk2-devel] "

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, February 13, 2023 #cal-reminder
 2023-02-13 23:30 UTC 

FW: [edk2-devel] [PATCH] MdeModulePkg: allow PlatformBootManagerLib to use BootNext
 2023-02-13 22:43 UTC  (5+ messages)
  `  "

[RFC 00/13] Hardware enforced W^X memory protections
 2023-02-13 22:37 UTC  (21+ messages)
` [RFC 01/13] ArmPkg/Mmu: Remove handling of NONSECURE memory regions
` [RFC 02/13] ArmPkg/ArmMmuLib: Introduce region types for RO/XP WB cached memory
` [RFC 03/13] MdePkg/BasePeCoffLib: Add API to keep track of relocation range
` [RFC 04/13] MdeModulePkg/DxeIpl: Avoid shadowing IPL PEIM by default
` [RFC 05/13] MdeModulePkg/DxeIpl AARCH64: Remap DXE core code section before launch
` [RFC 06/13] MdeModulePkg/DxeCore: Reduce range of W+X remaps at EBS time
` [RFC 07/13] MdeModulePkg/DxeCore: Permit preliminary CPU arch fallback
  ` [edk2-devel] "
` [RFC 08/13] ArmPkg: Implement ArmSetMemoryOverrideLib
` [RFC 09/13] ArmVirtPkg/ArmVirtQemu: Use XP memory mappings by default
` [RFC 10/13] ArmVirtPkg/ArmVirtQemu: Use PEI flavor of ArmMmuLib for all PEIMs
` [RFC 11/13] ArmVirtPkg/ArmVirtQemu: Use read-only memory region type for code flash
` [RFC 12/13] BaseTools/GccBase AARCH64: Avoid page sharing between code and data
` [RFC 13/13] ArmVirtPkg/ArmVirtQemu: Enable hardware enforced W^X memory permissions
  ` [edk2-devel] "

[edk2][PATCH V1 1/1] MdePkg/IndustryStandard: add definitions for MPAM ACPI specification
 2023-02-13 21:01 UTC  (3+ messages)
` 回复: "

[PATCH v2] DynamicTablesPkg: Allow multiple top level physical nodes
 2023-02-13 16:10 UTC  (3+ messages)

[edk2-devel] [PATCH 1/3] MdeModulePkg/BmBoot: Skip removable media if it is not present
 2023-02-13 11:56 UTC  (3+ messages)

[PATCH v2 00/10] OvmfPkg: add Crypto Driver support
 2023-02-13 11:45 UTC  (7+ messages)
          ` [edk2-devel] "

[PATCH edk2-platforms 0/2] Couple of ARM cleanups
 2023-02-13 11:13 UTC  (3+ messages)
` [PATCH edk2-platforms 1/2] Platform/BeagleBoard: Drop PeCoff protocol
` [PATCH edk2-platforms 2/2] Silicon/Marvell: Drop use of NONSECURE ARM memory region type

[PATCH] MdeModulePkg/Variable: Attribute combination should return EFI_UNSUPPORTED
 2023-02-13 10:42 UTC  (2+ messages)

[PATCH v4 0/5] Simplify SMM Relocation Process
 2023-02-13  9:42 UTC  (22+ messages)
` [PATCH v4 2/5] UefiCpuPkg/SmmBaseHob.h: Add SMM Base HOB Data
` [PATCH v4 3/5] UefiCpuPkg/PiSmmCpuDxeSmm: Consume SMM Base Hob for SmBase info
  ` [edk2-devel] "
` [PATCH v4 4/5] UefiCpuPkg/SmmCpuFeaturesLib: Skip SMBASE configuration
` [PATCH v4 5/5] OvmfPkg/SmmCpuFeaturesLib: Check SmBase relocation supported or not
` [edk2-devel] [PATCH v4 0/5] Simplify SMM Relocation Process

[Help] in Setting up EFI Shell in QEMU to allow for HTTP Requests
 2023-02-13  8:47 UTC 

[PATCH v1 1/1] uefi-sct/SctPkg: update path to edk2-test-parser, check for repo
 2023-02-13  6:49 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v5 0/6] Simplify SMM Relocation Process
 2023-02-13  5:47 UTC  (7+ messages)
` [PATCH v5 1/6] UefiCpuPkg/PiSmmCpuDxeSmm: Fix invalid InitializeMpSyncData call
` [PATCH v5 2/6] UefiCpuPkg/PiSmmCpuDxeSmm: Replace mIsBsp by mBspApicId
` [PATCH v5 3/6] UefiCpuPkg/SmmBaseHob.h: Add SMM Base HOB Data
` [PATCH v5 4/6] UefiCpuPkg/PiSmmCpuDxeSmm: Consume SMM Base Hob for SmBase info
` [PATCH v5 5/6] UefiCpuPkg/SmmCpuFeaturesLib: Skip SMBASE configuration
` [PATCH v5 6/6] OvmfPkg/SmmCpuFeaturesLib: Check SmBase relocation supported or not

[IMPORTANT] February Release Reviews and Merges
 2023-02-13  0:58 UTC  (4+ messages)
  ` [edk2-devel] "

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, February 13, 2023 #cal-reminder
 2023-02-13  0:30 UTC 

[PATCH 1/2] MdePkg: Update Base.h to be compliant with C11
 2023-02-12 19:59 UTC  (8+ messages)
` [PATCH 2/2] MdePkg: Update code to be more C11 compliant by using __func__
  ` [edk2-devel] "

how to enable postcode when edk2 payload is executing
 2023-02-12 12:13 UTC 

[edk2-staging/RiscV64QemuVirt PATCH V8 00/19] Add support for RISC-V virt machine
 2023-02-11 12:45 UTC  (32+ messages)
` [edk2-staging/RiscV64QemuVirt PATCH V8 01/19] MdePkg/Register: Add register definition header files for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V8 02/19] MdePkg/BaseLib: RISC-V: Add few more helper functions
` [edk2-staging/RiscV64QemuVirt PATCH V8 03/19] MdePkg: Add BaseRiscVSbiLib Library for RISC-V
` [edk2-staging/RiscV64QemuVirt PATCH V8 04/19] UefiCpuPkg: Add RISCV_EFI_BOOT_PROTOCOL related definitions
` [edk2-staging/RiscV64QemuVirt PATCH V8 05/19] UefiCpuPkg: Add BaseRiscV64CpuExceptionHandlerLib
  ` [edk2-devel] "
` [edk2-staging/RiscV64QemuVirt PATCH V8 06/19] UefiCpuPkg: Add BaseRiscV64CpuTimerLib library
  ` [edk2-devel] "
` [edk2-staging/RiscV64QemuVirt PATCH V8 07/19] UefiCpuPkg: Add CpuTimerDxeRiscV64 module
    ` [edk2-devel] "
` [edk2-staging/RiscV64QemuVirt PATCH V8 08/19] UefiCpuPkg: Add CpuDxeRiscV64 module
` [edk2-staging/RiscV64QemuVirt PATCH V8 09/19] UefiCpuPkg/UefiCpuPkg.ci.yaml: Ignore RISC-V file
` [edk2-staging/RiscV64QemuVirt PATCH V8 10/19] ArmVirtPkg/PlatformHasAcpiDtDxe: Move to OvmfPkg
` [edk2-staging/RiscV64QemuVirt PATCH V8 11/19] ArmVirtPkg: Fix up the location of PlatformHasAcpiDtDxe
` [edk2-staging/RiscV64QemuVirt PATCH V8 12/19] OvmfPkg/RiscVVirt: Add PlatformBootManagerLib library
` [edk2-staging/RiscV64QemuVirt PATCH V8 13/19] OvmfPkg/RiscVVirt: Add PrePiHobListPointerLib library
` [edk2-staging/RiscV64QemuVirt PATCH V8 14/19] OvmfPkg/RiscVVirt: Add ResetSystemLib library
` [edk2-staging/RiscV64QemuVirt PATCH V8 15/19] OvmfPkg/RiscVVirt: Add VirtNorFlashPlatformLib library
` [edk2-staging/RiscV64QemuVirt PATCH V8 16/19] OvmfPkg/RiscVVirt: Add PciCpuIo2Dxe module
` [edk2-staging/RiscV64QemuVirt PATCH V8 17/19] OvmfPkg/RiscVVirt: Add SEC module
` [edk2-staging/RiscV64QemuVirt PATCH V8 18/19] OvmfPkg/RiscVVirt: Add build files for Qemu Virt platform
` [edk2-staging/RiscV64QemuVirt PATCH V8 19/19] Maintainers.txt: Add entry for OvmfPkg/RiscVVirt

[PATCH v4 00/11] ArmPkg: implement EFI memory attributes protocol
 2023-02-11 10:05 UTC  (3+ messages)

[PATCH 1/2] RedfishPkg/RedfishRestExDxe: fix driver binding stop issue
 2023-02-11  8:17 UTC  (2+ messages)

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

[PATCH v2] MdeModulePkg/EsrtFmpDxe: Support multiple devices with 0 HardwareInstance
 2023-02-10 21:20 UTC  (9+ messages)
  ` FW: "
        ` [edk2-devel] "

[edk2-platforms][PATCH v1 1/1] SpiFvbServiceStandaloneMm: Add changes for rewrite varstore header
 2023-02-10 18:25 UTC  (3+ messages)

[PATCH 1/1] MdePkg: Add DDR5 SPD defs to IndustryStandard per JESD400-5A.01
 2023-02-10 18:01 UTC  (4+ messages)
` 回复: [edk2-devel] "
  `  "

Getting DDR5 SPD test data
 2023-02-10 15:38 UTC 

[edk2-devel] [edk2-platforms][PATCH V1 1/1] Platform/ARM/N1sdp: Add support to parse NT_FW_CONFIG
 2023-02-10 15:38 UTC  (3+ messages)

[PATCH 0/5] Put APs in 64 bit mode before handoff to OS
 2023-02-10 12:52 UTC  (6+ messages)
` [PATCH 2/5] UefiCpuPkg: Contiguous memory allocation and code clean-up
  ` [edk2-devel] "

[PATCH 2/2] NetworkPkg/HttpDxe: fix driver binding start issue
 2023-02-10 12:34 UTC 


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