public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2021-06-03 13:07:45 to 2021-06-08 13:07:22 UTC [more...]

[PATCH 0/6] NetworkPkg/IScsiDxe: support SHA256 in CHAP
 2021-06-08 13:06 UTC  (6+ messages)
` [PATCH 1/6] NetworkPkg/IScsiDxe: re-set session-level authentication state before login
` [PATCH 2/6] NetworkPkg/IScsiDxe: add horizontal whitespace to IScsiCHAP files
` [PATCH 3/6] NetworkPkg/IScsiDxe: distinguish "maximum" and "selected" CHAP digest sizes
` [PATCH 4/6] NetworkPkg/IScsiDxe: support multiple hash algorithms for CHAP
` [PATCH 5/6] NetworkPkg/IScsiDxe: support SHA256 in CHAP

[PATCH v1 0/8] Measured SEV boot with kernel/initrd/cmdline
 2021-06-08 12:49 UTC  (10+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH edk2-test 1/1] uefi-sct/SctPkg: IHV: type mismatch in Simple Network test
 2021-06-08 12:41 UTC  (3+ messages)

[edk2-rfc] [edk2-devel] RFC: design review for TDVF in OVMF
 2021-06-08 12:27 UTC  (16+ messages)

[PUBLIC edk2 PATCH v2 00/10] NetworkPkg/IScsiDxe: fix IScsiHexToBin() security and functionality bugs
 2021-06-08 12:12 UTC  (11+ messages)
` [PUBLIC edk2 PATCH v2 01/10] NetworkPkg/IScsiDxe: wrap IScsiCHAP source files to 80 characters
` [PUBLIC edk2 PATCH v2 02/10] NetworkPkg/IScsiDxe: simplify "ISCSI_CHAP_AUTH_DATA.InChallenge" size
` [PUBLIC edk2 PATCH v2 03/10] NetworkPkg/IScsiDxe: clean up "ISCSI_CHAP_AUTH_DATA.OutChallengeLength"
` [PUBLIC edk2 PATCH v2 04/10] NetworkPkg/IScsiDxe: clean up library class dependencies
` [PUBLIC edk2 PATCH v2 05/10] NetworkPkg/IScsiDxe: fix potential integer overflow in IScsiBinToHex()
` [PUBLIC edk2 PATCH v2 06/10] NetworkPkg/IScsiDxe: assert that IScsiBinToHex() always succeeds
` [PUBLIC edk2 PATCH v2 07/10] NetworkPkg/IScsiDxe: reformat IScsiHexToBin() leading comment block
` [PUBLIC edk2 PATCH v2 08/10] NetworkPkg/IScsiDxe: fix IScsiHexToBin() hex parsing
` [PUBLIC edk2 PATCH v2 09/10] NetworkPkg/IScsiDxe: fix IScsiHexToBin() buffer overflow
` [PUBLIC edk2 PATCH v2 10/10] NetworkPkg/IScsiDxe: check IScsiHexToBin() return values

[edk2-platforms][PATCH v2 00/32] Add new Ampere Mt. Jade platform
 2021-06-08 11:13 UTC  (64+ messages)
` [edk2-platforms][PATCH v2 01/32] Ampere: Initial support for Ampere Altra processor and "
` [edk2-platforms][PATCH v2 02/32] AmpereAltraPkg: Add MmCommunication modules
` [edk2-platforms][PATCH v2 03/32] AmperePlatformPkg: Implement FailSafe library
` [edk2-platforms][PATCH v2 04/32] AmperePlatformPkg: Add FailSafe and WDT support
` [edk2-platforms][PATCH v2 05/32] AmpereAltraPkg: Add DwI2cLib library
` [edk2-platforms][PATCH v2 06/32] AmpereAltraPkg: Add DwGpioLib library
` [edk2-platforms][PATCH v2 07/32] JadePkg: Implement RealTimeClockLib for PCF85063
` [edk2-platforms][PATCH v2 08/32] AmpereAltraPkg: Add BootProgress support
` [edk2-platforms][PATCH v2 09/32] AmpereAltraPkg: Support non-volatile variables
` [edk2-platforms][PATCH v2 10/32] AmpereSiliconPkg: Add PlatformManagerUiLib library instance
` [edk2-platforms][PATCH v2 11/32] AmperePlatformPkg: Add AcpiPccLib to support ACPI PCCT Table
` [edk2-platforms][PATCH v2 12/32] AmperePlatformPkg: Add AcpiHelperLib to update ACPI DSDT table
` [edk2-platforms][PATCH v2 13/32] AmpereAltraPkg, JadePkg: Add ACPI support
` [edk2-platforms][PATCH v2 14/32] AmpereAltraPkg: Add PcieCoreLib library instance
` [edk2-platforms][PATCH v2 15/32] JadePkg: Add PcieBoardLib "
` [edk2-platforms][PATCH v2 17/32] JadePkg: Enable PCIe-related libraries and device drivers
` [edk2-platforms][PATCH v2 18/32] JadePkg: Add ASpeed GOP driver
` [edk2-platforms][PATCH v2 19/32] AmpereAltraPkg: Add Random Number Generator Support
` [edk2-platforms][PATCH v2 20/32] JadePkg: Add SMBIOS tables support
` [edk2-platforms][PATCH v2 21/32] AmpereAltraPkg: Add DebugInfoPei module
` [edk2-platforms][PATCH v2 22/32] AmpereAltraPkg: Add platform info screen
` [edk2-platforms][PATCH v2 23/32] AmpereAltraPkg: Add configuration screen for memory
` [edk2-platforms][PATCH v2 24/32] AmpereAltraPkg: Add configuration screen for CPU
` [edk2-platforms][PATCH v2 25/32] AmpereAltraPkg: Add configuration screen for ACPI
` [edk2-platforms][PATCH v2 26/32] AmpereAltraPkg: Add configuration screen for RAS
` [edk2-platforms][PATCH v2 27/32] AmpereAltraPkg: Add configuration screen for Watchdog timer
` [edk2-platforms][PATCH v2 28/32] AmpereAltraPkg: Add configuration screen for Pcie Devices
` [edk2-platforms][PATCH v2 29/32] JadePkg: Recover boot options when NVRAM cleared
` [edk2-platforms][PATCH v2 30/32] AmpereSiliconPkg: Implement PlatformBootManagerLib for LinuxBoot
` [edk2-platforms][PATCH v2 31/32] Platform/Ampere: Introduce the LinuxBootPkg
` [edk2-platforms][PATCH v2 32/32] AmpereAltraPkg,JadePkg: Support LinuxBoot DSC/FDF build for Jade platform

[PATCH V0 0/4] Enable Dynamic ACPI for LS1046AFRWY
 2021-06-08 11:11 UTC  (2+ messages)

[RESEND PATCH RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-06-08  9:22 UTC  (31+ messages)
` [PATCH RFC v3 01/22] UefiCpuPkg: Define the SEV-SNP specific dynamic PCDs
  ` [edk2-devel] "
` [PATCH RFC v3 02/22] OvmfPkg/MemEncryptSevLib: add MemEncryptSevSnpEnabled()
` [PATCH RFC v3 03/22] OvmfPkg/MemEncryptSevLib: extend the workarea to include SNP enabled field
    ` [edk2-devel] "
` [PATCH RFC v3 04/22] OvmfPkg/MemEncryptSevLib: extend Es Workarea to include hv features
  ` [edk2-devel] "
` [PATCH RFC v3 05/22] OvmfPkg: reserve Secrets page in MEMFD
` [PATCH RFC v3 22/22] MdePkg/GHCB: increase the GHCB protocol max version
  ` [edk2-devel] "
    ` 回复: "
` [edk2-devel] [RESEND PATCH RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) support

[Patch V3 0/9] Create multiple Hobs for Universal Payload
 2021-06-08  9:20 UTC  (17+ messages)
` [Patch V3 1/9] MdeModulePkg: Add Universal Payload general defination header file
` [Patch V3 2/9] MdeModulePkg: Add new structure for the PCI Root Bridge Info Hob
` [Patch V3 3/9] UefiPayloadPkg: UefiPayload retrieve PCI root bridge from Guid Hob
` [Patch V3 4/9] MdeModulePkg: Add new structure for the Universal Payload SMBios Table Info Hob
` [Patch V3 5/9] MdeModulePkg/Universal/SmbiosDxe: Scan for existing tables
` [Patch V3 6/9] UefiPayloadPkg: Creat gPldSmbiosTableGuid Hob
` [Patch V3 7/9] MdeModulePkg: Add new structure for the Universal Payload ACPI Table Info Hob
` [Patch V3 8/9] MdeModulePkg/ACPI: Install ACPI table from HOB
` [Patch V3 9/9] UefiPayloadPkg: Creat gPldAcpiTableGuid Hob

[PATCH] Platform/ARM/Morello: Correct the private resources in PPTT
 2021-06-08  8:30 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v2 0/3] Add PayloadLoaderPeim which can load ELF payload
 2021-06-08  8:12 UTC  (16+ messages)
` [PATCH v2 1/3] MdeModulePkg/UniversalPayload: Add definition for extra info in payload
  ` [edk2-devel] "
` [PATCH v2 2/3] UefiPayloadPkg: Add PayloadLoaderPeim which can load ELF payload
  ` [edk2-devel] "
` [PATCH v2 3/3] PeiCore: Remove assertion when failing to load PE image
` [edk2-devel] [PATCH v2 0/3] Add PayloadLoaderPeim which can load ELF payload

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

[Patch] Document: Add PCD_DYNAMIC_AS_DYNAMICEX to DSC defines section
 2021-06-08  2:59 UTC 

[Patch V2] BaseTools: Enable the flag to treat dynamic pcd as dynamicEx
 2021-06-08  2:50 UTC 

[Patch] BaseTools: Enable the flag to treat dynamic pcd as dynamicEx
 2021-06-08  2:31 UTC 

[PATCH 1/1] BaseTools GenFw: Fix regression issue to convert the image to ACPI data
 2021-06-08  1:19 UTC  (7+ messages)
` [edk2-devel] "
  ` 回复: "

VirtIO sound device in qemu?
 2021-06-07 21:33 UTC  (5+ messages)
` [edk2-devel] "

[PATCH v2] OvmfPkg/README: Fix typo in README
 2021-06-07 17:49 UTC  (2+ messages)
` [edk2-devel] "

[edk2-libc PATCH 1/1] Update LibC to use safe string functions
 2021-06-07 16:21 UTC 

[edk2-platforms][PATCH v2 0/4] MinPlatformPkg: Add TPM platform hier disable support
 2021-06-07 16:05 UTC  (5+ messages)
` [edk2-platforms][PATCH v2 1/4] MinPlatformPkg: Add TpmPlatformHierarchyLib to Components in DSC
` [edk2-platforms][PATCH v2 2/4] MinPlatformPkg/TpmPlatformHierarchyLib: Add PEI support
` [edk2-platforms][PATCH v2 3/4] MinPlatformPkg/Tcg2PlatformPei: Use TpmPlatformHierarchyLib
` [edk2-platforms][PATCH v2 4/4] MinPlatformPkg/TpmPlatformHierarchyLib: Add disable support

[PATCH v4 0/3] Dynamically build UARTs info in ACPI
 2021-06-07 15:04 UTC  (5+ messages)
` [PATCH v4 1/3] Platform/RaspberryPi: "
` [PATCH v4 2/3] Silicon/Broadcom/Bcm283x: Clean up GpioPinSet function
` [PATCH v4 3/3] Platform/RaspberryPi: Enable Bluetooth and UART in Windows OS

[PATCH v3 0/2] Dynamically build UARTs info in ACPI
 2021-06-07 14:58 UTC  (8+ messages)
` [PATCH v3 2/2] Platform/RaspberryPi: Enable Bluetooth and UART in Windows OS
    ` [edk2-devel] "

[edk2-platforms][PATCH v1 1/1] MinPlatformPkg: Add missing components to DSC
 2021-06-07 14:30 UTC 

[edk2-platforms PATCH 1/1] Readme.md: Refer users to the Arm GNU-A Downloads page for toolchains
 2021-06-07 11:36 UTC  (5+ messages)

[PATCH v2 0/6] Secure Boot default keys
 2021-06-07  7:29 UTC  (19+ 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

Event: TianoCore Design Meeting - APAC/NAMO - 06/11/2021 #cal-reminder
 2021-06-06  1:30 UTC 

[PATCH v2 0/6] Add CLANGDWARF toolchain for universal payload needs
 2021-06-05  1:35 UTC  (8+ messages)
` [PATCH v2 2/6] BaseTools GenFw: Support CLANG8ELF with conversion ELF to PE/COFF image
  ` [edk2-devel] "
      ` 回复: "
` 回复: [edk2-devel] [PATCH v2 0/6] Add CLANGDWARF toolchain for universal payload needs
  `  "

[PATCH v1 0/1] *** Update BdsEntry.c to Variable Policy ***
 2021-06-04 20:13 UTC  (2+ messages)
` [PATCH v1 1/1] MdeModulePkg/BdsDxe: Update BdsEntry to use Variable Policy

[PATCH 00/43] OvmfPkg: remove Xen support from OvmfPkg*.dsc, in favor of OvmfXen.dsc
 2021-06-04 16:05 UTC  (5+ messages)
` [edk2-devel] "

[edk2-non-osi][PATCH v3 0/2] Introduce Silicon/Ampere and AmpereAltraBinPkg package
 2021-06-04 13:43 UTC  (2+ messages)

[Patch V2 0/9] Create multiple Hobs for Universal Payload
 2021-06-04  4:56 UTC  (10+ messages)
` [Patch V2 1/9] MdeModulePkg: Add Universal Payload general defination header file
` [Patch V2 2/9] MdeModulePkg: Add new structure for the PCI Root Bridge Info Hob
` [Patch V2 3/9] UefiPayloadPkg: UefiPayload retrieve PCI root bridge from Guid Hob
` [Patch V2 4/9] MdeModulePkg: Add new structure for the Universal Payload SMBios Table Info Hob
` [Patch V2 5/9] MdeModulePkg/Universal/SmbiosDxe: Scan for existing tables
` [Patch V2 6/9] UefiPayloadPkg: Creat gPldSmbiosTableGuid Hob
` [Patch V2 7/9] MdeModulePkg: Add new structure for the Universal Payload ACPI Table Info Hob
` [Patch V2 8/9] MdeModulePkg/ACPI: Install ACPI table from HOB
` [Patch V2 9/9] UefiPayloadPkg: Creat gPldAcpiTableGuid Hob

[edk2-devel] [PATCH] MdePkg: Fix AsmReadSs() with GCC toolchain
 2021-06-04  3:28 UTC  (4+ messages)
  ` 回复: "
    ` [edk2-devel] "

[edk2-devel] [tianocore.github.io.wiki PATCH 1/1] Xcode.md: Update instructions to work on modern macOS and Xcode versions
 2021-06-04  2:18 UTC  (3+ messages)


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