public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2021-05-27 08:34:37 to 2021-06-02 08:53:16 UTC [more...]

[edk2-platforms PATCH 1/1] Readme.md: Refer users to the Arm GNU-A Downloads page for toolchains
 2021-06-02  8:52 UTC  (4+ messages)

[PATCH 00/43] OvmfPkg: remove Xen support from OvmfPkg*.dsc, in favor of OvmfXen.dsc
 2021-06-02  8:36 UTC  (62+ messages)
` [PATCH 03/43] OvmfPkg: switch IA32, IA32X64, X64 to the fw_cfg-only ACPI platform driver
` [PATCH 04/43] OvmfPkg: switch the AmdSev platform "
` [PATCH 05/43] OvmfPkg/README: bump minimum QEMU version to 1.7.1, machine types to 1.7
` [PATCH 10/43] OvmfPkg/AcpiPlatformDxe: consolidate #includes and [LibraryClasses]
` [PATCH 11/43] OvmfPkg/XenAcpiPlatformDxe: create from AcpiPlatformDxe
` [PATCH 12/43] OvmfPkg/AcpiPlatformDxe: remove the "AcpiPlatformDxe.inf" driver
` [PATCH 13/43] OvmfPkg/XenAcpiPlatformDxe: remove the QEMU ACPI linker/loader client
` [PATCH 14/43] OvmfPkg/XenAcpiPlatformDxe: remove QEMU fw_cfg dependency
` [PATCH 15/43] OvmfPkg/XenAcpiPlatformDxe: remove the InstallAcpiTable() helper function
` [PATCH 16/43] OvmfPkg/XenAcpiPlatformDxe: remove OVMF's built-in ACPI tables
` [PATCH 17/43] OvmfPkg/Bhyve/AcpiPlatformDxe: fix file path typo in comment
` [PATCH 19/43] OvmfPkg/OvmfXen: make "PcdPciDisableBusEnumeration" Fixed-at-Build
` [PATCH 21/43] OvmfPkg/PlatformPei: remove Xen support
` [PATCH 23/43] OvmfPkg: drop PcdPciDisableBusEnumeration from the AmdSev platform
` [PATCH 24/43] OvmfPkg/Bhyve: make "PcdPciDisableBusEnumeration" Fixed-at-Build
` [PATCH 26/43] OvmfPkg/Bhyve: remove IncompatiblePciDeviceSupport DXE driver
` [PATCH 29/43] OvmfPkg/PciHostBridgeLibScan: create from PciHostBridgeLib
` [PATCH 33/43] OvmfPkg/PciHostBridgeLibScan: remove QEMU (fw_cfg) support
` [PATCH 36/43] OvmfPkg/SmbiosPlatformDxe: clean up #includes and INF
` [PATCH 37/43] OvmfPkg/SmbiosPlatformDxe: return EFI_NOT_FOUND if there is no SMBIOS data
` [PATCH 38/43] OvmfPkg/SmbiosPlatformDxe: locate SMBIOS protocol in InstallAllStructures()
` [PATCH 39/43] OvmfPkg/SmbiosPlatformDxe: split GetXenSmbiosTables() decl. to new header
` [PATCH 40/43] OvmfPkg/SmbiosPlatformDxe: declare InstallAllStructures() in header file
` [PATCH 41/43] OvmfPkg/SmbiosPlatformDxe: create Xen-specific module INF file
` [PATCH 42/43] OvmfPkg/SmbiosPlatformDxe: split Xen entry point from QEMU entry point
` [PATCH 43/43] OvmfPkg: restrict XenPlatformLib to BdsDxe in the IA32, IA32X64, X64 DSCs
` [edk2-devel] [PATCH 00/43] OvmfPkg: remove Xen support from OvmfPkg*.dsc, in favor of OvmfXen.dsc

[PATCH v1 0/2] Define AML_NAME_SEG_SIZE
 2021-06-02  8:33 UTC  (6+ messages)
` [PATCH v1 1/2] MdePkg/MdeModulePkg: Move AML_NAME_SEG_SIZE definition
  ` 回复: "
` [PATCH v1 2/2] DynamicTablesPkg: Use AML_NAME_SEG_SIZE define
` [edk2-devel] [PATCH v1 0/2] Define AML_NAME_SEG_SIZE

[edk2-platforms][PATCH V1 0/4]N1Sdp ACPI table and configuration manager support
 2021-06-02  8:31 UTC  (6+ messages)
` [edk2-platforms][PATCH V1 1/4] Silicon/ARM/NeoverseN1Soc: Add mem regions to support multi-chip usecase
` [edk2-platforms][PATCH V1 2/4] Platform/ARM/N1Sdp: Introduce platform DXE driver
` [edk2-platforms][PATCH V1 3/4] Platform/ARM/N1Sdp: Enable N1Sdp platform specific configurations
` [edk2-platforms][PATCH V1 4/4] Platform/ARM/N1Sdp: Configuration Manager for N1Sdp

[PATCH v4 1/1] UefiCpuPkg/CpuCommonFeaturesLib: Correct the CPU location check
 2021-06-02  8:18 UTC  (2+ messages)

[PATCH v2 0/6] Add CLANGDWARF toolchain for universal payload needs
 2021-06-02  8:11 UTC  (7+ messages)
` [PATCH v2 1/6] BaseTools: Add ClangBase.lds for CLANG8 tool chain with max-page-size
` [PATCH v2 2/6] BaseTools GenFw: Support CLANG8ELF with conversion ELF to PE/COFF image
` [PATCH v2 3/6] BaseTools: Update build_rule to skip CLANG resource section generation
` [PATCH v2 4/6] BaseTools: Add new CLANG8ELF tool chain for new LLVM/CLANG8
` [PATCH v2 5/6] BaseTools: Update ClangBase.lds to keep dynamic section
` [PATCH v2 6/6] BaseTools: Change CLANG8ELF to CLANGDWARF

[PATCH EDK2 v1 0/1] MdeModulePkg/Xhci: Fix TRT when data length is 0
 2021-06-02  7:57 UTC  (6+ messages)
` [PATCH EDK2 v1 1/1] "
      ` [edk2-devel] "

[PATCH 0/6] Add CLANGDWARF toolchain for universal payload needs
 2021-06-02  7:45 UTC  (7+ messages)
` [PATCH 1/6] BaseTools: Add ClangBase.lds for CLANG8 tool chain with max-page-size
` [PATCH 2/6] BaseTools GenFw: Support CLANG8ELF with conversion ELF to PE/COFF image
` [PATCH 3/6] BaseTools: Update build_rule to skip CLANG resource section generation
` [PATCH 4/6] BaseTools: Add new CLANG8ELF tool chain for new LLVM/CLANG8
` [PATCH 5/6] BaseTools: Update ClangBase.lds to keep dynamic section
` [PATCH 6/6] BaseTools: Change CLANG8ELF to CLANGDWARF

[PATCH] EmbeddedPkg/RealTimeClockRuntimeDxe: Improve GetWakeupTime
 2021-06-02  7:41 UTC  (2+ messages)

[edk2-platforms PATCH 0/6] Marvell ACS fixes
 2021-06-02  7:06 UTC  (4+ messages)
` [edk2-platforms PATCH 6/6] Marvell: RealTimeClockLib: Rework LibGetWakeupTime/LibSetWakeupTime

[PATCH 0/1] Add NVIDIA 16550 UART ACPI Subtype
 2021-06-02  5:56 UTC  (5+ messages)
` [PATCH 1/1] MdePkg: Update DBG2 and SPCR header with NVIDIA 16550 Subtype
  ` [edk2-devel] "
          ` 回复: "

[PATCH 1/1] MdePkg: Add new 16550-compatible Serial Port Subtypes to DBG2
 2021-06-02  5:55 UTC  (4+ messages)
` [edk2-devel] "
  ` 回复: "

[PATCH v1 0/1] Fix function and structure definition mismatches in Ppi/MmControl.h
 2021-06-02  5:55 UTC  (4+ messages)
` [PATCH v1 1/1] MdePkg: MmControl: Fix function and structure definition mismatches
  ` 回复: [edk2-devel] "

[PATCH] UefiPayloadPkg: Get platform specific logic from protocol for BDS driver
 2021-06-02  5:07 UTC  (2+ messages)

[edk2-platforms][PATCH V1 0/4] N1Sdp ACPI table and configuration manager support
 2021-06-02  5:01 UTC  (5+ messages)
` [edk2-platforms][PATCH V1 1/4] Silicon/ARM/NeoverseN1Soc: Add mem regions to support multi-chip usecase
` [edk2-platforms][PATCH V1 2/4] Platform/ARM/N1Sdp: Introduce platform DXE driver
` [edk2-platforms][PATCH V1 3/4] Platform/ARM/N1Sdp: Enable N1Sdp platform specific configurations
` [edk2-platforms][PATCH V1 4/4] Platform/ARM/N1Sdp: Configuration Manager for N1Sdp

[PATCH v2 1/1] Add missing EFIAPI to VirtioMmioSetQueueAddress
 2021-06-02  4:59 UTC 

[PATCH 0/4] Support payload in ELF format
 2021-06-02  4:35 UTC  (12+ messages)
` [PATCH 1/4] BaseTools: Create CLANGDWARF toolchain
  ` [edk2-devel] "
    ` 回复: "
` [PATCH 3/4] UefiPayloadPkg: Add PayloadLoaderPeim which can load ELF payload
` [edk2-devel] [PATCH 0/4] Support payload in ELF format

[PATCH 0/9] Create multiple Hobs for Universal Payload
 2021-06-02  3:47 UTC  (7+ messages)
` [PATCH 6/9] UefiPayloadPkg: Creat gPldSmbiosTableGuid Hob
` [PATCH 9/9] UefiPayloadPkg: Creat gPldAcpiTableGuid Hob
  ` [edk2-devel] "
` 回复: [edk2-devel] [PATCH 0/9] Create multiple Hobs for Universal Payload

[PATCH v3 1/1] UefiCpuPkg/CpuCommonFeaturesLib: Update processor location info
 2021-06-02  2:48 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH v1 1/1] Add MemoryFence implementation for RiscV64
 2021-06-02  2:35 UTC  (11+ messages)
` 回复: [edk2-devel] "
    ` 回复: "
                ` 回复: "

[PATCH v2 1/1] UefiCpuPkg/CpuCommonFeaturesLib: Update processor location info
 2021-06-02  2:05 UTC  (3+ messages)
  ` [edk2-devel] "

[edk2-platforms][PATCH V1 0/3] Platform/Sgi: enable support for UEFI secure boot
 2021-06-01 18:09 UTC  (2+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH V2 0/6] Platform/Sgi: Add initial support for RD-N2-Cfg1 platform
 2021-06-01 16:30 UTC  (2+ messages)

[PATCH v1 0/8] Measured SEV boot with kernel/initrd/cmdline
 2021-06-01 16:13 UTC  (5+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH V4 00/11] Add SMBIOS tables for Arm's Reference Design platforms
 2021-06-01 14:29 UTC  (2+ messages)

[PATCH v2] Platform/ARM: Update Readme.md
 2021-06-01 13:50 UTC  (2+ messages)

[PATCH V0 0/4] Enable Dynamic ACPI for LS1046AFRWY
 2021-06-01 13:50 UTC  (5+ messages)
` [PATCH V0 1/4] Platform/NXP: Add generic log in CM to print SoC version
` [PATCH V0 2/4] Silicon/NXP: Add support of SVR handling for LS1046FRWY
` [PATCH V0 3/4] Platform/NXP/LS1046aFrwyPkg: Extend Dynamic ACPI support
` [PATCH V0 4/4] Platform/NXP/LS1046aFrwyPkg: Add OEM specific DSDT generator

[PATCH v2 0/6] Secure Boot default keys
 2021-06-01 13:12 UTC  (8+ messages)
` [edk2-platforms PATCH v2] Platform/RaspberryPi: Enable default Secure Boot variables initialization
` [PATCH v2 1/6] SecurityPkg: Create library for setting Secure Boot variables
` [PATCH v2 2/6] SecurityPkg: Create include file for default key content
` [PATCH v2 3/6] SecurityPkg: Add SecureBootDefaultKeysDxe driver
` [PATCH v2 4/6] SecurityPkg: Add EnrollFromDefaultKeys application
` [PATCH v2 5/6] SecurityPkg: Add new modules to Security package
` [PATCH v2 6/6] SecurityPkg: Add option to reset secure boot keys

[PATCH] OvmfPkg: Fix typo in README
 2021-06-01 12:32 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] Add missing EFIAPI to VirtioMmioSetQueueAddress
 2021-06-01 12:25 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1] OvmfPkg: Add build options for 8MB and 16MB X64 OVMF images
 2021-06-01 12:20 UTC  (7+ messages)
` [edk2-devel] "

[edk2-devel] GSOC 2021 EXT4 driver Project
 2021-06-01 11:56 UTC  (3+ messages)

[PATCH v2 0/5] Enable Cloud Hypervisor support in edk2
 2021-06-01  7:51 UTC  (6+ messages)
` [PATCH v2 4/5] ArmVirtPkg: Introduce Cloud Hypervisor to edk2 family

Cancelled Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, June 1, 2021 #cal-cancelled
 2021-06-01  1:44 UTC 

Event: TianoCore Bug Triage - APAC / NAMO - 06/01/2021 #cal-reminder
 2021-06-01  1:44 UTC  (2+ messages)
` 回复: [edk2-devel] "

[PATCH] CryptoPkg/BaseCryptLib: Enabled CryptSha512 for Smm drivers
 2021-06-01  0:58 UTC  (3+ messages)
` 回复: [edk2-devel] "
  `  "

Recall: Enable BaseCryptLib in Smm
 2021-06-01  0:28 UTC 

Enable BaseCryptLib in Smm
 2021-06-01  0:28 UTC 

[PATCH v3 0/2] Dynamically build UARTs info in ACPI
 2021-05-31 16:35 UTC  (7+ messages)
` [PATCH v3 1/2] Platform/RaspberryPi: "
` [PATCH v3 2/2] Platform/RaspberryPi: Enable Bluetooth and UART in Windows OS
    ` [edk2-devel] "

[Edk2-platforms][PATCH] Tools/Fsp: Replace PYTHON_HOME with sys.executable
 2021-05-31  3:33 UTC  (2+ messages)

[PATCH v2] IntelFsp2WrapperPkg: Remove microcode related PCDs
 2021-05-31  3:26 UTC  (2+ messages)

[PATCH v3] MinPlatformPkg/Fsp: Rebase fail when python tools path exist whitespace REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3412
 2021-05-31  3:23 UTC  (2+ messages)
` [PATCH v4] MinPlatformPkg: Rebase fail when python tools path exist whitespace "

[edk2-platforms][PATCH v1 0/5] Platform/Sgi: Miscellaneous updates
 2021-05-29 12:56 UTC  (6+ messages)
` [edk2-platforms][PATCH v1 1/5] Platform/Sgi: Enable PrimeCell GPIO
` [edk2-platforms][PATCH v1 2/5] Platform/Sgi: Add GED support
` [edk2-platforms][PATCH v1 3/5] Platform/Sgi: define the macro ENABLE_GOP
` [edk2-platforms][PATCH v1 4/5] Platform/Sgi: update _OSC control method to control LPI and CPPC
` [edk2-platforms][PATCH v1 5/5] Platform/Sgi: Cleanup build options for StandaloneMM context

[PATCH v3 00/13] Add GHCBv2 macro and helpers
 2021-05-29 12:17 UTC  (7+ messages)
` [PATCH v3 08/13] MdePkg/BaseLib: add support for RMPADJUST instruction
  ` [edk2-devel] "
` [PATCH v3 09/13] OvmfPkg/BaseMemEncryptSevLib: introduce MemEncryptSevClearMmioPageEncMask()
` [edk2-devel] [PATCH v3 00/13] Add GHCBv2 macro and helpers

[PATCH v2] UefiCpuPkg/MpInitLib: Allocate a separate SEV-ES AP reset stack area
 2021-05-29 11:38 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] Maintainers.txt: add Sami Mujawar as top-level ArmVirtPkg reviewer
 2021-05-29 11:10 UTC  (2+ messages)
` [edk2-devel] "

[edk2-non-osi] [PATCH] TigerlakeSiliconBinPkg: Update TGL Microcode
 2021-05-28 23:10 UTC  (2+ messages)

[RESEND PATCH v2] Add support for RISCV GOT/PLT relocations
 2021-05-28  9:13 UTC 

[PATCH v2] Add support for RISCV GOT/PLT relocations
 2021-05-28  8:55 UTC 

EDK II Stable Tag release edk2-stable202105 completed
 2021-05-28  7:52 UTC 

[PATCH] Add support for RISCV GOT/PLT relocations
 2021-05-28  6:56 UTC  (6+ messages)

[edk2-devel] [edk2-non-osi] [PATCH] TigerlakeSiliconBinPkg: Update TGL Microcode
 2021-05-28  3:19 UTC 

[Patch] [edk2-staging] BaseTools: Add checkpoint for that there is no fv ext_header
 2021-05-28  3:02 UTC  (3+ messages)
  ` 回复: "

Happening Now: TianoCore Design Meeting - APAC/NAMO - 05/28/2021 #cal-notice
 2021-05-28  1:30 UTC 

Event: TianoCore Design Meeting - APAC/NAMO - 05/28/2021 #cal-reminder
 2021-05-28  1:15 UTC 

ArmPkg: TranslationTable exceeding TempRam on virtual systems
 2021-05-27 23:28 UTC 

FtdiUsbSerialDxe
 2021-05-27 16:25 UTC  (5+ messages)

[edk2-devel202105 PATCH v2 1/1] ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3
 2021-05-27 13:50 UTC  (8+ messages)
` [edk2-devel] "
    ` 回复: "
            ` 回复: "

[edk2-platforms][PATCH v2 00/35] Consolidate SpiFlashCommonLib instances
 2021-05-27 13:17 UTC  (3+ messages)

[edk2-platforms][PATCH v2 00/32] Add new Ampere Mt. Jade platform
 2021-05-27 12:56 UTC  (2+ messages)

[PATCH v3 00/10] Added support for FT2000/4 chip
 2021-05-27 12:43 UTC  (2+ messages)

[PATCH] SecurityPkg: TcgStorageOpalLib: Initialize SupportedAttributes parameter
 2021-05-27 10:31 UTC 

[RESEND PATCH RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-05-27  9:42 UTC  (2+ 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