public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2022-11-30 20:01:18 to 2022-12-05 08:09:07 UTC [more...]

[PATCH V1 0/3] Reserve shared memory for DMA operation
 2022-12-05  8:08 UTC  (2+ messages)
` [PATCH V1 1/3] OvmfPkg/IoMmuDxe: Reserve shared memory region "

[Patch 1/1] UnitTestFrameworkPkg: Library classes private to public
 2022-12-05  7:54 UTC  (5+ messages)
` [edk2-devel] "

[PATCH] EmulatorPkg/Win: Unload DLLs before reset
 2022-12-05  6:58 UTC 

[edk2-devel] 回复: [edk2-devel] 回复: [edk2-devel] FW: [PATCH] ShellPkg: Displaying SMBIOS Type38 fields in formatted manner
 2022-12-05  6:28 UTC  (2+ messages)

[PATCH] MdePkg/BaseCpuLib: Remove assembly for CpuFlushTlb
 2022-12-05  5:53 UTC  (5+ messages)
` [PATCH] MdePkg/UnitTestHostBaseLib: Remove HOST_APPLICATION limitation
  ` 回复: [edk2-devel] "
    `  "

[PATCH 0/3] Expand Ovmf PlatformCI to enable CI for Shell UnitTest
 2022-12-05  3:57 UTC  (5+ messages)
  ` [edk2-devel] [PATCH 1/3] OvmfPkg/PlatformCI: Expand Ovmf PlatformCI "
  ` [edk2-devel] [PATCH 3/3] .azurepipelines: Expand PlatformCI template "

[PATCH v1 1/2] UefiCpuPkg/Test: Move EfiMpServiceProtocol UT in a separate function
 2022-12-05  3:47 UTC  (6+ messages)
` [PATCH v1 2/2] UefiCpuPkg/Test: develop UEFI App and dynamic cmd for MP services UT
  ` [edk2-devel] "
` [edk2-devel] [PATCH v1 1/2] UefiCpuPkg/Test: Move EfiMpServiceProtocol UT in a separate function

[PATCH] UsbNetworkPkg: add USB network devices support
 2022-12-05  3:14 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 1/1] MdeModulePkg: Put USB DEBUGs that occur for bulk timeouts under VERBOSE
 2022-12-05  1:49 UTC  (4+ messages)
    ` [edk2-devel] "

[PATCH 1/4] MdeModulePkg/XhciDxe/XhciReg: Handle incorrect PSIV indices
 2022-12-05  1:37 UTC  (7+ messages)
` [PATCH 2/4] MdeModulePkg/XhciDxe/Xhci: Don't check for invalid PSIV
` [PATCH 3/4] MdeModulePkg/BmBoot: Skip removable media if it is not present
` [PATCH 4/4] MdeModulePkg/UsbBusDxe: Adjust the MaxPacketLength to real world values
` [edk2-devel] [PATCH 1/4] MdeModulePkg/XhciDxe/XhciReg: Handle incorrect PSIV indices

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, December 5, 2022 #cal-reminder
 2022-12-05  0:30 UTC 

[PATCH EDK2 v2 0/1] CryptoPkg/BaseCryptLib:time overflow
 2022-12-03 19:14 UTC  (4+ messages)
` [PATCH EDK2 v2 1/1] "
    ` [edk2-devel] "

[PATCH v1 1/1] CryptPkg: Enable CryptoPkg BaseCryptLib ParallelHash for PEI and DXE
 2022-12-03  8:19 UTC  (4+ messages)
` [edk2-devel] "

[PATCH 1/1] SecurityPkg/AuthVariableLib: Check SHA-256 OID with ContentInfo present
 2022-12-03  0:44 UTC 

[PATCH 1/3] UsbNetworkPkg/UsbRndis: Add USB RNDIS devices support
 2022-12-02 23:27 UTC  (7+ messages)
` [edk2-devel] "

[PATCH v10 01/17] CI: make Python version configurable
 2022-12-02 19:31 UTC  (27+ messages)
  ` [edk2-devel] "
` [PATCH v10 02/17] ArmVirtPkg: CI: use Python version from defaults template
  ` [edk2-devel] "
` [PATCH v10 03/17] EmulatorPkg: "
  ` [edk2-devel] "
` [PATCH v10 04/17] OvmfPkg: "
  ` [edk2-devel] "
` [PATCH v10 05/17] CI: add ~/.local/bin to PATH (Linux only)
` [PATCH v10 06/17] CI: Allow running in a container
` [PATCH v10 07/17] CI: Use Fedora 35 container (Linux only)
  ` [edk2-devel] "
` [PATCH v10 08/17] ArmVirtPkg: "
  ` [edk2-devel] "
` [PATCH v10 09/17] EmulatorPkg: "
  ` [edk2-devel] "
` [PATCH v10 10/17] OvmfPkg: "
  ` [edk2-devel] "
` [PATCH v10 11/17] .pytool: CISettings.py: don't add scopes for GCC
` [PATCH v10 12/17] BaseTools: remove ext_dep files for gcc
  ` [edk2-devel] "
` [PATCH v10 13/17] ArmVirtPkg: CI: use ubuntu-22.04 vm_image (Linux only)
` [PATCH v10 14/17] EmulatorPgk: "
` [PATCH v10 15/17] OvmfPkg: "
` [PATCH v10 16/17] CI: use ubuntu-22.04 image "
` [PATCH v10 17/17] do not merge: modify *.dsc to trigger CI

[edk2-staging/HttpProxy PATCH v3 0/7] Support HTTPS Proxy Server for HTTP Boot
 2022-12-02 19:12 UTC  (8+ messages)
` [edk2-staging/HttpProxy PATCH v3 1/7] MdeModulePkg/Library: Support multi-URI HTTP Boot device path
` [edk2-staging/HttpProxy PATCH v3 2/7] MdePkg/Include: Add Proxy Server URL in EFI_HTTP_REQUEST_DATA
` [edk2-staging/HttpProxy PATCH v3 3/7] NetworkPkg/HttpBootDxe: Update HTTP Boot Driver with parsed Proxy URL
` [edk2-staging/HttpProxy PATCH v3 4/7] NetworkPkg: Add Proxy Support to HTTP_PROTOCOL
` [edk2-staging/HttpProxy PATCH v3 5/7] NetworkPkg: Add support for HTTP CONNECT Method
` [edk2-staging/HttpProxy PATCH v3 6/7] NetworkPkg/HttpDxe: Support HTTPS EndPoint server with Proxy
` [edk2-staging/HttpProxy PATCH v3 7/7] NetworkPkg/HttpBootDxe: Add Proxy URI input in setup menu

[PATCH 00/14] OvmfPkg: avoid global variables in PEI
 2022-12-02 13:10 UTC  (15+ messages)
` [PATCH 01/14] tools_def: remove GCC_IA32_CC_FLAGS/GCC_X64_CC_FLAGS
` [PATCH 02/14] tools_def: add -fno-omit-frame-pointer to GCC48_{IA32,X64}_CC_FLAGS
` [PATCH 03/14] OvmfPkg/PlatformPei: AmdSev: stop using mPlatformInfoHob
` [PATCH 04/14] OvmfPkg/PlatformPei: PeiFv: "
` [PATCH 05/14] OvmfPkg/PlatformPei Q35 SMM helpers: "
` [PATCH 06/14] OvmfPkg/PlatformPei: PeiMemory: "
` [PATCH 07/14] OvmfPkg/PlatformPei: MemTypeInfo: "
` [PATCH 08/14] OvmfPkg/PlatformPei: NoExec: "
` [PATCH 09/14] OvmfPkg/PlatformPei: Verification: "
` [PATCH 10/14] OvmfPkg/PlatformPei: remove mPlatformInfoHob
` [PATCH 11/14] OvmfPkg/PlatformPei: remove mFeatureControlValue
` [PATCH 12/14] OvmfPkg/DebugLibIoPort: use Rom version for PEI
` [PATCH 13/14] OvmfPkg/QemuFwCfgLib: rewrite fw_cfg probe
` [PATCH 14/14] OvmfPkg/QemuFwCfgLib: remove mQemuFwCfgSupported + mQemuFwCfgDmaSupported

[PATCH 0/3] OvmfPkg: move include files to inc subdir
 2022-12-02 13:05 UTC  (4+ messages)
` [PATCH 1/3] OvmfPkg: move dsc and fdf include snippets for TPM support "
` [PATCH 2/3] OvmfPkg: move dsc include snippet for Network "
` [PATCH 3/3] OvmfPkg: move fdf include snippets to inc subdirectory

[PATCH ovmf 0/5] Enable AMD SEV-ES DebugSwap
 2022-12-02 12:59 UTC  (9+ messages)
` [PATCH ovmf 1/5] MdePkg/Register/Amd: Define all bits from MSR_SEV_STATUS_REGISTER
` [PATCH ovmf 3/5] OvmfPkg: Add AMD SEV-ES DebugSwap feature support
` [PATCH ovmf 4/5] UefiCpuPkg: Add AMD SEV-ES features support
` [PATCH ovmf 5/5] OvmfPkf: Enable AMD SEV-ES DebugSwap for DXE
` [PATCH ovmf 2/5] MdePkg: Add AMD SEV features to PcdConfidentialComputingGuestAttr
  ` Subject: "

[PATCH 0/3] Fix some typos
 2022-12-02  9:25 UTC  (4+ messages)
` [PATCH 1/3] ArmPkg: Fix typos
` [PATCH 2/3] ArmPlatformPkg: "
` [PATCH 3/3] ArmVirtPkg: "

[PATCH 1/1] RedfishPkg: Fix typos of the .inc filenames
 2022-12-02  3:44 UTC  (3+ messages)

[edk2-devel] [PATCH] SecurityPkg: check return value of GetEfiGlobalVariable2() in DxeImageVerificationHandler()
 2022-12-02  3:05 UTC 

[PATCH V1 1/1] OvmfPkg/PlatformInitLib: Add check to NvVarStoreFV HeaderLength
 2022-12-02  1:34 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH 0/2] ArmPkg: Improve doxygen comments in ArmExceptionLib
 2022-12-02  0:34 UTC  (3+ messages)
` [PATCH 1/2] ArmPkg: Fix incorrect parameter list in doxygen comments
` [PATCH 2/2] ArmPkg: Improve formatting of docs in ArmExceptionLib/ArmExceptionLib.c

[PATCH 1/1] NetworkPkg: Improve grammar in comment about MediaPresent in PxeReceive
 2022-12-01 22:21 UTC 

[PATCH 1/1] ShellPkg: Improve "ping" output by adding equals sign after time
 2022-12-01 21:49 UTC 

[PATCH v10 00/17] CI: Use Fedora 35 container for Linux jobs
 2022-12-01 20:28 UTC 

[edk2-devel] PATCH v1 0/1 Remove deprecated Itanium data
 2022-12-01 20:23 UTC  (4+ messages)
` [edk2-devel] PATCH v1 1/1 MdePkg: Remove Itanium leftover data structure

[edk2-test][PATCH v1 1/1] uefi-sct/SctPkg: Check for memory below 4G
 2022-12-01 17:11 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v7 0/2] Fix stack switching
 2022-12-01 16:17 UTC  (5+ messages)
` [PATCH v7 2/2] tools_def: add -fno-omit-frame-pointer to GCC48_{IA32,X64}_CC_FLAGS
  ` [edk2-devel] "

[PATCH V3] MdeModulePkg/RegularExpressionDxe: Fix GCC build error
 2022-12-01 15:30 UTC  (2+ messages)
` [edk2-devel] "

[edk2-staging][PATCH V2] edk2-staging/RedfishClientPkg: Fix typo
 2022-12-01 14:25 UTC  (3+ messages)
` [edk2-devel] "

[PATCH EDK2 v1 0/1] CryptoPkg/BaseCryptLib:time overflow
 2022-12-01 14:23 UTC  (6+ messages)
` [PATCH EDK2 v1 1/1] "
  ` [edk2-devel] "

[edk2-devel] Now: TianoCore edk2-test Bug Triage Meeting - Thursday, December 1, 2022 #cal-notice
 2022-12-01 14:00 UTC 

[edk2-devel] Event: TianoCore edk2-test Bug Triage Meeting - Thursday, December 1, 2022 #cal-reminder
 2022-12-01 13:45 UTC 

[PATCH V2] MdeModulePkg/RegularExpressionDxe: Fix GCC build error
 2022-12-01 12:38 UTC 

[PATCH] CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1s
 2022-12-01  9:31 UTC  (4+ messages)
      ` [edk2-devel] "

[PATCH v2 00/12] Enable New CodeQL Queries
 2022-12-01  8:28 UTC  (3+ messages)
` [PATCH v2 04/12] CryptoPkg: Fix conditionally uninitialized variable

[PATCH v2] IntelSiliconPkg/VTd: Use 256-bit invaildation queue descriptor
 2022-12-01  5:28 UTC 

Sct: SetDataFunction Check fail only occur when first run after by program Bios By DediProg Tool
 2022-12-01  5:24 UTC 

[PATCH] MdeModulePkg/RegularExpressionDxe: Fix GCC build error
 2022-12-01  3:47 UTC  (3+ messages)
` [edk2-devel] "

Edk2 support MIPI SyS-T TraceHub Debug Library [TraceHubDebugLibSysT]
 2022-12-01  3:28 UTC  (2+ messages)

[edk2-devel] [PATCH 0/3] Add reset support in Emulator/WinHost PEI
 2022-12-01  2:37 UTC 

[PATCH v8 04/12] CI: add ~/.local/bin to PATH (Linux only)
 2022-12-01  2:34 UTC  (13+ messages)
` [PATCH v8 06/12] BaseTools: CI: Use Fedora 35 container "
` [PATCH v8 07/12] ArmVirtPkg: "
` [PATCH v8 08/12] OvmfPkg: "
` [PATCH v8 09/12] EmulatorPkg: "
` [PATCH v8 10/12] CI: Don't install cspell
  ` [edk2-devel] "
` [PATCH v8 11/12] .pytool: CISettings.py: don't add scopes for GCC
` [PATCH v8 12/12] CI: use latest vm_image (Linux only)
  ` [edk2-devel] "

[PATCH] UefiPayloadPkg: Define default values for the DynamicEX PCDs
 2022-12-01  2:01 UTC  (3+ messages)
` [edk2-devel] "

[edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Fix GCC build error
 2022-12-01  1:33 UTC  (3+ messages)

[edk2-devel] [PATCH] MdeModulePkg: Disable PciDegrade support for LoongArch64
 2022-12-01  1:04 UTC  (2+ messages)
  ` 回复: "

[PATCH v9 01/12] CI: make Python version configurable
 2022-12-01  0:05 UTC  (22+ messages)
  ` [edk2-devel] "
` [PATCH v9 02/12] OvmfPkg: CI: use Python version from defaults template
  ` [edk2-devel] "
` [PATCH v9 03/12] EmulatorPkg: "
  ` [edk2-devel] "
` [PATCH v9 04/12] CI: add ~/.local/bin to PATH (Linux only)
  ` [edk2-devel] "
` [PATCH v9 05/12] CI: Allow running in a container
  ` [edk2-devel] "
` [PATCH v9 06/12] BaseTools: CI: Use Fedora 35 container (Linux only)
  ` [edk2-devel] "
` [PATCH v9 07/12] ArmVirtPkg: "
` [PATCH v9 08/12] OvmfPkg: "
` [PATCH v9 09/12] EmulatorPkg: "
` [PATCH v9 10/12] .pytool: CISettings.py: don't add scopes for GCC
` [PATCH v9 11/12] CI: use latest vm_image (Linux only)
` [PATCH v9 12/12] do not merge: modify *.dsc to trigger CI

[PATCH v3] UnitTestFrameworkPkg/UnitTestLib: Print expected Status on ASSERT fail
 2022-11-30 23:06 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v2] UnitTestFrameworkPkg/UnitTestLib: Print expected Status on ASSERT fail
 2022-11-30 23:03 UTC  (2+ messages)

[PATCH] UnitTestFrameworkPkg/UnitTestLib: Print expected Status on ASSERT fail
 2022-11-30 22:58 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v9 00/12] CI: Use Fedora 35 container for Linux jobs
 2022-11-30 22:01 UTC 


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