public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2022-09-06 08:29:43 to 2022-09-07 11:29:46 UTC [more...]

[PATCH v2 0/6] ArmPkg/SMBIOS fixes and improvements
 2022-09-07 11:29 UTC  (4+ messages)

[RFC PATCH 00/17] Refactor and add RISC-V support in edk2 repo
 2022-09-07 11:22 UTC  (21+ messages)
` [RFC PATCH 01/17] MdePkg/Register: Add register definition header files for RISC-V
` [RFC PATCH 02/17] MdePkg/MdePkg.dec: Add RISCV_EFI_BOOT_PROTOCOL GUID
` [RFC PATCH 03/17] MdePkg/Protocol: Add RiscVBootProtocol.h
` [RFC PATCH 04/17] MdeModulePkg/MdeModulePkg.dec: Add PCD variables for RISC-V
` [RFC PATCH 05/17] UefiCpuPkg.dec: Add PCD variable "
` [RFC PATCH 06/17] MdePkg/BaseLib: RISC-V: Add generic CPU related functions
` [RFC PATCH 07/17] MdePkg: Add ArchTimerLib library
` [RFC PATCH 08/17] MdePkg: Add RiscVSbiLib Library for RISC-V
` [RFC PATCH 09/17] UefiCpuPkg/DxeCpuExceptionHandlerLib: Refactor to add other architectures
` [RFC PATCH 10/17] UefiCpuPkg: Add RISC-V support in DxeCpuExceptionHandlerLib
` [RFC PATCH 11/17] MdePkg/Library: Add ResetSystemLib library
` [RFC PATCH 12/17] UefiCpuPkg/SecCore: Add SEC startup code for RISC-V
` [RFC PATCH 13/17] MdePkg: Add PlatformPeiLib library
` [RFC PATCH 14/17] MdeModulePkg/Universal: Add PlatformPei module for RISC-V
` [RFC PATCH 15/17] UefiCpuPkg/CpuDxe: Refactor to allow other CPU architectures
` [RFC PATCH 16/17] UefiCpuPkg/CpuDxe: Add RISC-V support in CpuDxe module
` [RFC PATCH 17/17] MdeModulePkg/Universal: Add TimerDxe module
` [edk2-devel] [RFC PATCH 00/17] Refactor and add RISC-V support in edk2 repo

[RFC PATCH V2 00/19] Refactor and add RISC-V support in edk2 repo
 2022-09-07 11:11 UTC  (20+ messages)
` [RFC PATCH V2 01/19] MdePkg/Register: Add register definition header files for RISC-V
` [RFC PATCH V2 02/19] MdePkg/MdePkg.dec: Add RISCV_EFI_BOOT_PROTOCOL GUID
` [RFC PATCH V2 03/19] MdePkg/Protocol: Add RiscVBootProtocol.h
` [RFC PATCH V2 04/19] MdeModulePkg/MdeModulePkg.dec: Add PCD variables for RISC-V
` [RFC PATCH V2 05/19] UefiCpuPkg.dec: Add PCD variable "
` [RFC PATCH V2 06/19] MdePkg/BaseLib: RISC-V: Add generic CPU related functions
` [RFC PATCH V2 07/19] MdePkg: Add ArchTimerLib library
` [RFC PATCH V2 08/19] MdePkg: Add RiscVSbiLib Library for RISC-V
` [RFC PATCH V2 09/19] UefiCpuPkg: Update Sources in DxeCpuExceptionHandlerLib.inf
` [RFC PATCH V2 10/19] UefiCpuPkg: Add RISC-V support in DxeCpuExceptionHandlerLib
` [RFC PATCH V2 11/19] MdePkg/Library: Add ResetSystemLib library
` [RFC PATCH V2 12/19] UefiCpuPkg/SecCore: Add SEC startup code for RISC-V
` [RFC PATCH V2 13/19] MdePkg: Add PlatformPeiLib library
` [RFC PATCH V2 14/19] MdeModulePkg/Universal: Add PlatformPei module for RISC-V
` [RFC PATCH V2 15/19] UefiCpuPkg/CpuDxe: Refactor to allow other CPU architectures
` [RFC PATCH V2 16/19] UefiCpuPkg/CpuDxe: Add RISC-V support in CpuDxe module
` [RFC PATCH V2 17/19] MdeModulePkg/Universal: Add TimerDxe module
` [RFC PATCH V2 18/19] RISC-V: Add Qemu Virt platform support
` [RFC PATCH V2 19/19] Maintainers.txt: Add entry for new OvmfPkg/RiscVVirt

[PATCH v3 1/1] OvmfPkg/QemuVideoDxe: fix bochs mode init
 2022-09-07  9:54 UTC  (3+ messages)

[PATCH] EmbeddedPkg/PrePiMemoryAllocationLib: Add check for space on offset allocation
 2022-09-07  8:33 UTC  (2+ messages)

[PATCH 0/7] CryptoPkg: Add BigNum and EC support to BaseCryptLib
 2022-09-07  8:29 UTC  (8+ messages)
` [PATCH 1/7] CryptoPkg: Add BigNum support
` [PATCH 2/7] CryptoPkg: Add BigNum API to DXE and protocol
` [PATCH 3/7] CryptoPkg: Add EC support
` [PATCH 4/7] CryptoPkg: Add EC APIs to DXE and protocol
` [PATCH 5/7] CryptoPkg/Test: Add unit test for CryptoBn
` [PATCH 6/7] CryptoPkg/Test: Add unit test for CryptoEc
` [PATCH 7/7] CryptoPkg: Run uncrustify tools on EC and BN change

[edk2-devel] [PATCH v1 0/2] MM communicate functionality in variable policy
 2022-09-07  8:27 UTC  (4+ messages)

[PATCH v2 0/2] Add support EFI_MP_SERVICES_PROTOCOL on AARCH64
 2022-09-07  8:13 UTC  (8+ messages)
` [PATCH v2 1/2] ArmPkg: implement EFI_MP_SERVICES_PROTOCOL based on PSCI calls
    ` [edk2-devel] "
` [PATCH v2 2/2] MdeModulePkg: Add new Application/MpServicesTest application

[PATCH v2 1/1] OvmfPkg/QemuVideoDxe: fix bochs mode init
 2022-09-07  7:54 UTC  (2+ messages)

[PATCH v1 0/3] EmbeddedPkg: Enable CI
 2022-09-07  7:37 UTC  (6+ messages)
` [PATCH v1 1/3] EmbeddedPkg/AcpiLib: Fix code formatting errors
` [PATCH v1 2/3] EmbeddedPkg: Add CI YAML file
` [PATCH v1 3/3] EmbeddedPkg: Only run in CI for GCC5
  ` [edk2-devel] "

[PATCH] ArmVirtPkg: Fix boot fail on numa system
 2022-09-07  7:06 UTC  (2+ messages)

[edk2-platforms] [PATCH V2 0/5] KabylakeOpenBoardPkg: HDMI DDC I2C Bus Debugging
 2022-09-07  6:27 UTC  (6+ messages)
` [edk2-platforms] [PATCH V2 1/5] KabylakeOpenBoardPkg: Add I2cHdmiDebugSerialPortLib
` [edk2-platforms] [PATCH V2 2/5] KabylakeOpenBoardPkg: Add HdmiDebugGpioInitLib
` [edk2-platforms] [PATCH V2 3/5] KabylakeOpenBoardPkg: Add SecBoardInitLib
` [edk2-platforms] [PATCH V2 4/5] MinPlatformPkg: Add PcdDefaultTerminalType support to SerialPortTerminalLib
` [edk2-platforms] [PATCH V2 5/5] KabylakeOpenBoardPkg/GalagoPro3: Enable HDMI DDC Debug Port

[RFC PATCH 1/2] RISC-V: Add Qemu Virt platform support
 2022-09-07  6:20 UTC  (5+ messages)
` [RFC PATCH 2/2] Maintainers.txt: Add entry for new RiscVVirt

[PATCH v3 0/3] Ovmf: Allow IPv4 and IPv6 to be disabled at runtime
 2022-09-07  5:46 UTC  (5+ messages)
` [PATCH v3 1/3] OvmfPkg: Introduce alternate UefiDriverEntrypoint to inhibit driver load
` [PATCH v3 2/3] OvmfPkg: gather common NetworkComponents overrides in .dsc.inc file
` [PATCH v3 3/3] OvmfPkg: Allow runtime control of IPv4 and IPv6 support on QEMU

[PATCH V3 00/12] Introduce Lazy-accept for Tdx guest
 2022-09-07  5:41 UTC  (16+ messages)
` [PATCH V3 01/12] MdeModulePkg: Add PrePiHob.h
` [PATCH V3 02/12] MdePkg: Increase EFI_RESOURCE_MAX_MEMORY_TYPE
` [PATCH V3 03/12] OvmfPkg: Use EFI_RESOURCE_MEMORY_UNACCEPTED which defined in MdeModulePkg
` [PATCH V3 04/12] MdePkg: Add UEFI Unaccepted memory definition
` [PATCH V3 05/12] MdeModulePkg: Update Dxe to handle unaccepted memory type
` [PATCH V3 08/12] OvmfPkg: Introduce lazy accept in PlatformInitLib and PlatformPei
` [PATCH V3 09/12] OvmfPkg: Update ConstructFwHobList for lazy accept

[PATCH] UsbNetworkPkg: add USB network devices support
 2022-09-07  5:31 UTC  (3+ messages)
` [edk2-devel] "

[PATCH V2 00/14] Introduce Lazy-accept for Tdx guest
 2022-09-07  5:30 UTC  (5+ messages)
` [PATCH V2 01/14] MdeModulePkg: Add PrePiHob.h

[PATCH v1 0/2] SignedCapsulePkg: Enable CI
 2022-09-07  5:05 UTC  (3+ messages)
` [PATCH v1 1/2] SignedCapsulePkg: Add package CI YAML file
` [PATCH v1 2/2] .azurepipelines: Add SignedCapsulePkg to CI

[PATCH v1 0/7] Enable CI in Intel FSP Packages
 2022-09-07  4:47 UTC  (14+ messages)
` [PATCH v1 1/7] IntelFsp2Pkg: Fix code formatting errors
  ` [edk2-devel] "
` [PATCH v1 2/7] IntelFsp2Pkg/BaseFspMultiPhaseLib: Replace duplicate GUID
` [PATCH v1 3/7] IntelFsp2Pkg: Add CI YAML file
` [PATCH v1 4/7] IntelFsp2WrapperPkg: Fix code formatting errors
` [PATCH v1 5/7] IntelFsp2WrapperPkg.dec: Remove duplicate LibraryClasses entry
  ` [edk2-devel] "
` [PATCH v1 6/7] IntelFsp2WrapperPkg: Add CI YAML file
` [PATCH v1 7/7] .azurepipelines: Add IntelFsp2Pkg and IntelFsp2WrapperPkg to CI

[PATCH v2 0/4] IntelFsp2(Wrapper)Pkg: Support FSP 2.4 MultiPhase
 2022-09-07  4:27 UTC  (2+ messages)
  ` [edk2-devel] "

[PATCH v3 0/8] Fix imbalanced debug macros
 2022-09-07  3:05 UTC  (2+ messages)
  ` [edk2-devel] [PATCH v3 2/8] FatPkg/FatPei: Remove extraneous debug message argument

Error building MdeModulePkg.dsc with CLANG38 (clang 11.0.1)
 2022-09-07  3:00 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 1/1] OvmfPkg: Store PageTablePool in TdxWorkArea
 2022-09-07  2:18 UTC 

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

[PATCH v3 0/1] MdePkg: Use ANSI colors to indicate debug message severity
 2022-09-06 21:51 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH] DynamicTablesPkg: AcpiSsdtPcieLibArm: Allow use of segment number as UID
 2022-09-06 20:33 UTC 

[PATCH v1 1/1] Maintainers.txt: Update maintainers/reviewers for CI and Test
 2022-09-06 18:51 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v2 00/17] Remove duplicated words
 2022-09-06 18:50 UTC  (17+ messages)
` [PATCH v2 05/17] EmulatorPkg: "
` [PATCH v2 06/17] FatPkg: "
` [PATCH v2 07/17] MdeModulePkg: "
` [PATCH v2 08/17] MdePkg: "
` [PATCH v2 09/17] NetworkPkg: "
` [PATCH v2 10/17] PcAtChipsetPkg: "
` [PATCH v2 11/17] RedfishPkg: "
` [PATCH v2 12/17] SecurityPkg: "
` [PATCH v2 13/17] ShellPkg: "
` [PATCH v2 14/17] SourceLevelDebugPkg: "
` [PATCH v2 15/17] UefiCpuPkg: "
` [PATCH v2 16/17] UefiPayloadPkg: "
` [PATCH v2 17/17] UnitTestFrameworkPkg: "

[edk2-devel] Some questions about Azure CI
 2022-09-06 18:31 UTC  (5+ messages)
      ` 回复:Re: "

[PATCH 0/2] Add support EFI_MP_SERVICES_PROTOCOL on AARCH64
 2022-09-06 18:17 UTC  (8+ messages)
` [edk2-devel] "

[edk2-devel][edk2-platforms][PATCH v1] EarlySpiFlashRescueFeaturePkg: Initial commit of new feature
 2022-09-06 17:54 UTC 

[edk2-devel][edk2-platforms][PATCH v1 0/7]
 2022-09-06 17:42 UTC  (8+ messages)
` [edk2-devel][edk2-platforms][PATCH v1 1/7] KabylakeOpenBoardPkg/AspireVn7Dash572G: Cleanup library includes
` [edk2-devel][edk2-platforms][PATCH v1 2/7] KabylakeOpenBoardPkg/AspireVn7Dash572G: Enhance the build-logic
` [edk2-devel][edk2-platforms][PATCH v1 3/7] KabylakeOpenBoardPkg/AspireVn7Dash572G/Acpi: Improvements for EC ACPI
` [edk2-devel][edk2-platforms][PATCH v1 4/7] KabylakeOpenBoardPkg/AspireVn7Dash572G/DxeBoardInitLib: Resets notify EC
` [edk2-devel][edk2-platforms][PATCH v1 5/7] KabylakeOpenBoardPkg/AspireVn7Dash572G: Use Setup to control security
` [edk2-devel][edk2-platforms][PATCH v1 6/7] KabylakeOpenBoardPkg/AspireVn7Dash572G: Improve board detection
` [edk2-devel][edk2-platforms][PATCH v1 7/7] KabylakeOpenBoardPkg/AspireVn7Dash572G: Align DEBUG() use

[edk2-devel][edk2-platforms][PATCH v1 0/3]
 2022-09-06 17:26 UTC  (4+ messages)
` [edk2-devel][edk2-platforms][PATCH v1 1/3] MinPlatformPkg,WhiskeylakeOpenBoardPkg/SecFspWrapperPlatformSecLib: First BoardInitLib
` [edk2-devel][edk2-platforms][PATCH v1 2/3] [WIP] KabylakeOpenBoardPkg/I2cHdmiDebugSerialPortLib: Commit local
` [edk2-devel][edk2-platforms][PATCH v1 3/3] KabylakeOpenBoardPkg/AspireVn7Dash572G: Hook-up HDMI debug port to build

[edk2-devel][edk2-platforms][PATCH v2 0/6] Implement S3 resume
 2022-09-06 17:02 UTC  (7+ messages)
` [edk2-devel][edk2-platforms][PATCH v2 1/6] {Platform,Silicon}/Intel: Move PcdAcpiBaseAddress definition
` [edk2-devel][edk2-platforms][PATCH v2 2/6] IntelSiliconPkg/Feature/SmmAccess: Implement PPI with chipset support
` [edk2-devel][edk2-platforms][PATCH v2 3/6] IntelSiliconPkg/Feature/SmmControl: "
` [edk2-devel][edk2-platforms][PATCH v2 4/6] S3FeaturePkg: Implement working S3 resume
` [edk2-devel][edk2-platforms][PATCH v2 5/6] MinPlatformPkg: "
` [edk2-devel][edk2-platforms][PATCH v2 6/6] KabylakeOpenBoardPkg: Example of board S3

[PATCH 1/1] OvmfPkg/QemuBootOrderLib: add StoreQemuBootOrder()
 2022-09-06 16:56 UTC  (2+ messages)

[edk2-devel] [PATCH V2 1/1] OvmfPkg/OvmfPkg*.dsc: Increase ACPI Reclaim memory size
 2022-09-06 16:56 UTC  (5+ messages)

[edk2-devel][edk2-platforms][PATCH v1 0/4] Platform/Intel:
 2022-09-06 16:55 UTC  (5+ messages)
` [edk2-devel][edk2-platforms][PATCH v1 1/4] KabylakeOpenBoardPkg/Acpi: BoardAcpiDxe also installs all PcdAcpiTableStorageFile
` [edk2-devel][edk2-platforms][PATCH v1 2/4] CometlakeOpenBoardPkg/Acpi: "
` [edk2-devel][edk2-platforms][PATCH v1 3/4] MinPlatformPkg/Acpi: MinDsdt "
` [edk2-devel][edk2-platforms][PATCH v1 4/4] WhiskeylakeOpenBoardPkg/Acpi: BoardAcpiDxe "

[PATCH v2] OvmfPkg/IncompatiblePciDeviceSupportDxe: Ignore OptionRom in Sev guest
 2022-09-06 16:56 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH v4 0/2] CloudHv/arm: Add specific mem info lib
 2022-09-06 16:55 UTC  (4+ messages)

[edk2-platforms][PATCH] Platform/Sgi: Remove inaccurate comment in dsc file
 2022-09-06 16:52 UTC  (3+ messages)

[PATCH v2] OvmfPkg: Update I/O port related to ACPI devices for CloudHv
 2022-09-06 16:06 UTC  (6+ messages)

[PATCH v2 0/7] ArmVirtPkg/ArmVirtQemu: avoid stores with MMU off
 2022-09-06 15:06 UTC  (8+ messages)
` [PATCH v2 1/7] ArmPkg/ArmMmuLib: don't replace table entries with block entries
` [PATCH v2 2/7] ArmPkg/ArmMmuLib: use shadow page tables for break-before-make at EL1
` [PATCH v2 3/7] ArmPkg/ArmMmuLib: permit initial configuration with MMU enabled
` [PATCH v2 4/7] ArmPlatformPkg/PrePeiCore: permit entry with the "
` [PATCH v2 5/7] ArmVirtPkg/ArmVirtQemu: implement ArmPlatformLib with static ID map
` [PATCH v2 6/7] ArmVirtPkg/ArmVirtQemu: use first 128 MiB as permanent PEI memory
` [PATCH v2 7/7] ArmVirtPkg/ArmVirtQemu: enable initial ID map at early boot

[PATCH 1/1] OvmfPkg/QemuVideoDxe: fix bochs mode init
 2022-09-06 14:36 UTC  (2+ messages)

How to switch SMBus/I2c bus number in EDK2?
 2022-09-06 12:41 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] BaseTools/GenFw AARCH64: Convert more types of explicit GOT references
 2022-09-06 11:53 UTC  (4+ messages)
` [edk2-devel] "


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