public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2024-03-14 10:59:34 to 2024-03-21 01:38:22 UTC [more...]

[edk2-devel] [PATCH v1 00/26] Part 2 patch set to enable LoongArch virtual machine in edk2
 2024-03-21  1:38 UTC  (49+ messages)
` [edk2-devel] [PATCH v1 03/26] UefiCpuPkg/MpInitLib: Reorder the INF files alphabetically
` [edk2-devel] [PATCH v1 04/26] UefiCpuPkg/CpuDxe: Reorder the INF file alphabetically
` [edk2-devel] [PATCH v1 05/26] UefiCpuPkg: Add LoongArch64 CPU Timer instance
` [edk2-devel] [PATCH v1 06/26] UefiCpuPkg: Add CPU exception library for LoongArch
` [edk2-devel] [PATCH v1 07/26] UefiCpuPkg: Add CpuMmuLib.h to UefiCpuPkg
` [edk2-devel] [PATCH v1 08/26] UefiCpuPkg: Added a new PCD named PcdCpuExceptionVectorBaseAddress
` [edk2-devel] [PATCH v1 09/26] UefiCpuPkg: Added a new PCD named PcdCpuMmuIsEnabled
` [edk2-devel] [PATCH v1 16/26] OvmfPkg/LoongArchVirt: Add a NULL library named CollectApResouceLibNull
` [edk2-devel] [PATCH v1 17/26] OvmfPkg/LoongArchVirt: Add serial port hook library
` [edk2-devel] [PATCH v1 18/26] OvmfPkg/LoongArchVirt: Add the early serial port output library
` [edk2-devel] [PATCH v1 20/26] OvmfPkg/LoongArchVirt: Add NorFlashQemuLib
` [edk2-devel] [PATCH v1 21/26] OvmfPkg/LoongArchVirt: Add FdtQemuFwCfgLib

[edk2-devel] [PATCH v2 0/3] MdeModulePkg: ImagePropertiesRecordLib Fixes
 2024-03-20 17:35 UTC 

[edk2-devel] Set RTC_EN bit =1 before entering S5 from S0
 2024-03-19  8:28 UTC 

[edk2-devel] reg: HTTP Proxy Support
 2024-03-19 21:30 UTC  (5+ messages)

[edk2-devel] [PATCH edk2-platforms v8 0/4] get rid of DeviceTree from SbsaQemu
 2024-03-20 13:15 UTC  (5+ messages)
` [edk2-devel] [PATCH edk2-platforms v8 1/4] Platform/SbsaQemu: add SbsaQemuHardwareInfoLib
` [edk2-devel] [PATCH edk2-platforms v8 2/4] Platform/SbsaQemu: use SbsaQemuHardwareInfoLib for cpu information
` [edk2-devel] [PATCH edk2-platforms v8 3/4] Platform/SbsaQemu: drop FdtHandlerLib
` [edk2-devel] [PATCH edk2-platforms v8 4/4] Platform/SbsaQemu: get the information of memory via SMC calls

[edk2-devel] [PATCH edk2-platforms v7 0/4] get rid of DeviceTree from SbsaQemu
 2024-03-20 11:10 UTC  (7+ messages)
` [edk2-devel] [PATCH edk2-platforms v7 1/4] Platform/SbsaQemu: add SbsaQemuHardwareInfoLib
` [edk2-devel] [PATCH edk2-platforms v7 2/4] Platform/SbsaQemu: use SbsaQemuHardwareInfoLib for cpu information
` [edk2-devel] [PATCH edk2-platforms v7 3/4] Platform/SbsaQemu: drop FdtHandlerLib
` [edk2-devel] [PATCH edk2-platforms v7 4/4] Platform/SbsaQemu: get the information of memory via SMC calls

[edk2-devel] [PATCH v2] SecurityPkg/OpalPasswordDxe: Update UI according to UEFI spec
 2024-03-20 10:33 UTC 

[edk2-devel] [PATCH V1 1/1] OvmfPkg/QemuBootOrderLib: Measure the etc/boot-menu-wait
 2024-03-20 10:04 UTC  (6+ messages)

[edk2-devel] [PATCH v1] SecurityPkg/OpalPasswordDxe: Update UI according to UEFI spec
 2024-03-20  9:19 UTC 

[edk2-devel] [PATCH v2 00/13] Part 2 patch set to add LoongArch support into UefiCpuPkg
 2024-03-20  8:43 UTC  (14+ messages)
` [edk2-devel] [PATCH v2 01/13] UefiCpuPkg/CpuTimerLib: Reorder the INF file alphabetically
` [edk2-devel] [PATCH v2 02/13] UefiCpuPkg/CpuExceptionHandlerLib: Reorder the INF files alphabetically
` [edk2-devel] [PATCH v2 03/13] UefiCpuPkg/MpInitLib: "
` [edk2-devel] [PATCH v2 04/13] UefiCpuPkg/CpuDxe: Reorder the INF file alphabetically
` [edk2-devel] [PATCH v2 05/13] UefiCpuPkg: Add LoongArch64 CPU Timer instance
` [edk2-devel] [PATCH v2 06/13] UefiCpuPkg: Add CPU exception library for LoongArch
` [edk2-devel] [PATCH v2 07/13] UefiCpuPkg: Add CpuMmuLib.h to UefiCpuPkg
` [edk2-devel] [PATCH v2 08/13] UefiCpuPkg: Added a new PCD named PcdCpuExceptionVectorBaseAddress
` [edk2-devel] [PATCH v2 09/13] UefiCpuPkg: Add CpuMmuLib to UefiCpuPkg
` [edk2-devel] [PATCH v2 10/13] UefiCpuPkg: Add CpuMmuInitLib.h "
` [edk2-devel] [PATCH v2 11/13] UefiCpuPkg: Add CpuMmuInitLib "
` [edk2-devel] [PATCH v2 12/13] UefiCpuPkg: Add multiprocessor library for LoongArch64
` [edk2-devel] [PATCH v2 13/13] UefiCpuPkg: Add CpuDxe driver "

[edk2-devel] [PATCH 1/1] MdeModulePkg/XhciDxe: Reset endpoint while USB Transaction error
 2024-03-20  8:22 UTC  (2+ messages)

[edk2-devel] VS2019 and AARCH64 with current EDKII mainline code
 2024-03-20  3:48 UTC  (2+ messages)

[edk2-devel] [PATCH] MdePkg: Add PciVenNameLib to get vendor name
 2024-03-20  3:32 UTC  (3+ messages)

[edk2-devel] [PATCH v2 0/1] MdePkg/BaseLib: Fix AARCH64 compilation error
 2024-03-20  2:51 UTC  (2+ messages)
` [edk2-devel] [PATCH v2 1/1] "

[edk2-devel] [PATCH v2 0/3] Adding support for verbose UEFI Table dumping to Dmem.c
 2024-03-19 19:11 UTC  (4+ messages)
` [edk2-devel] [PATCH v2 1/3] ShellPkg: UefiShellDebug1CommandsLib: Dumping RT Properties in Dmem.c
` [edk2-devel] [PATCH v2 2/3] ShellPkg: UefiShellDebug1CommandsLib: Image Execution Table "
` [edk2-devel] [PATCH v2 3/3] ShellPkg: UefiShellDebug1CommandsLib: Conformance Profiles "

[edk2-devel] Refactoring the UEFI shell
 2024-03-19 17:43 UTC 

[edk2-devel] [PATCH v4 0/4] RISC-V: Support Svpbmt extension
 2024-03-19 16:44 UTC  (9+ messages)
` [edk2-devel] [PATCH v4 1/4] MdePkg.dec: RISC-V: Define override bit for "
` [edk2-devel] [PATCH v4 2/4] UefiCpuPkg: RISC-V: MMU: Explictly use UINT64 instead of UINTN
` [edk2-devel] [PATCH v4 3/4] UefiCpuPkg: RISC-V: MMU: Support Svpbmt extension
` [edk2-devel] [PATCH v4 4/4] OvmfPkg/RiscVVirt: Disable "

[edk2-devel] [PATCH 1/3] CryptoPkg/BaseCryptLib: add additional RSAEP-OAEP crypto functions
 2024-03-19 14:15 UTC  (5+ messages)
` [edk2-devel] [PATCH 2/3] CryptoPkg/Driver: "
` [edk2-devel] [PATCH 3/3] CryptoPkg/BaseCryptLibUnitTest: add unit test functions

[edk2-devel] [PATCH edk2-non-osi 1/1] Qemu/Sbsa: update TF-A binaries to get needed SMC calls
 2024-03-19 13:26 UTC  (2+ messages)

[edk2-devel] [PATCH] NetworkPkg:Resolved Consecutive Pxe-Http Boot Issue
 2024-03-19 11:32 UTC  (4+ messages)

[edk2-devel] [PATCH edk2-platforms v6 0/7] get rid of DeviceTree from SbsaQemu
 2024-03-19 11:27 UTC  (17+ messages)
` [edk2-devel] [PATCH edk2-platforms v6 1/7] Platform/SbsaQemu: add SbsaQemuHardwareInfoLib
` [edk2-devel] [PATCH edk2-platforms v6 2/7] Platform/SbsaQemu: read amount of cpus during init
` [edk2-devel] [PATCH edk2-platforms v6 3/7] Platform/SbsaQemu: use PcdCoreCount directly
` [edk2-devel] [PATCH edk2-platforms v6 4/7] Platform/SbsaQemu: move FdtHandlerLib to SbsaQemuHardwareInfoLib
` [edk2-devel] [PATCH edk2-platforms v6 6/7] Platform/SbsaQemu: get the information of memory via SMC calls

[edk2-devel] [PATCH v2 0/6] Tests for TCG2 Protocol
 2024-03-19  9:15 UTC  (19+ messages)
` [edk2-devel] [PATCH v2 1/6] uefi-sct/SctPkg: TCG2 Protocol: add header with TCG2 protocol definitions
` [edk2-devel] [PATCH v2 2/6] uefi-sct/SctPkg: TCG2 Protocol: add test infrastructure and GetCapability Test
` [edk2-devel] [PATCH v2 3/6] uefi-sct/SctPkg: TCG2 Protocol: add GetActivePcrBanks test
` [edk2-devel] [PATCH v2 4/6] uefi-sct/SctPkg: TCG2 Protocol: add HashLogExtendEvent test
` [edk2-devel] [PATCH v2 5/6] uefi-sct/SctPkg: TCG2 Protocol: add GetEventLog test
` [edk2-devel] [PATCH v2 6/6] uefi-sct/SctPkg: TCG2 Protocol: add SubmitCommand test

[edk2-devel] [PATCH] REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4647
 2024-03-19  8:53 UTC 

[edk2-devel] [PATCH] REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4645
 2024-03-19  8:49 UTC 

[edk2-devel] [PATCH] CryptoPkg: BaseCryptLib: ASN1_get_object() function return value is not checked properly in CryptX509.c
 2024-03-19  5:44 UTC 

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, March 19, 2024 #cal-reminder
 2024-03-19  1:30 UTC 

[edk2-devel] Now: Tools, CI, Code base construction meeting series - Monday, March 18, 2024 #cal-notice
 2024-03-18 23:30 UTC 

[edk2-devel] [PATCH] Package/Module: edk2-platforms\Features\Intel\UserInterface\UserAuthFeaturePkg
 2024-03-18 12:18 UTC 

[edk2-devel] [PATCH] REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4650
 2024-03-18 12:05 UTC 

[edk2-devel] [PATCH v1 0/1] Revert "ProcessLibraryConstructorList()
 2024-03-18  9:48 UTC  (2+ messages)
` [edk2-devel] [PATCH v1 1/1] UefiPayloadPkg: Revert "ProcessLibraryConstructorList()"

[edk2-devel] [PATCH v1 0/1] Cleanup ProcessLibraryConstructorList()
 2024-03-15  9:28 UTC  (3+ messages)
` [edk2-devel] [PATCH v1 1/1] UefiPayloadPkg: "

[edk2-devel] [PATCH 1/3] CryptoPkg/BaseCryptLib: add additional RSAEP-OAEP crypto functions
 2024-03-15  1:16 UTC  (3+ messages)
` [edk2-devel] [PATCH 2/3] CryptoPkg/Driver: "
` [edk2-devel] [PATCH 3/3] CryptoPkg/BaseCryptLibUnitTest: add unit test functions

[edk2-devel] [PATCH 0/2] OvmfPkg: Implement minimal HSTI driver
 2024-03-15 11:29 UTC  (7+ messages)
` [edk2-devel] [PATCH 1/2] OvmfPkg: Add VirtHstiDxe driver
` [edk2-devel] [PATCH 2/2] OvmfPkg: Add VirtHstiDxe to OVMF firmware build

[edk2-devel] [PATCH] NanhuDev:Add BOSC NanhuDev platform
 2024-03-14  9:23 UTC  (4+ messages)

[edk2-devel] [PATCH V1] MdePkg: Update GetImage , GetImageInfo description details
 2024-03-14  8:16 UTC  (3+ messages)

[edk2-devel] [PATCH V1 1/3] FmpDevicePkg: GetImageInfo Add missing conditions
 2024-03-14  8:11 UTC  (3+ messages)
` [edk2-devel] [PATCH V1 2/3] MdePkg: Update GetImage , GetImageInfo description details
` [edk2-devel] [PATCH V1 3/3] SignedCapsulePkg: Update GetImage and "

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, March 18, 2024 #cal-reminder
 2024-03-18 22:30 UTC 

[edk2-devel] [PATCH] SecurityPkg/Tcg2Config: Hide BIOS unsupported hash algorithm from UI
 2024-03-18 15:41 UTC 

[PATCH] uefi-sct/SctPkg:Enhance BBTestReadKeyStrokeExFunctionAutoTestCheckpoint1()
 2024-03-18 10:52 UTC  (2+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH v1 0/1] MdePkg/BaseLib: Fix AARCH64 compilation error
 2024-03-18 10:40 UTC  (3+ messages)
` [edk2-devel] [PATCH v1 1/1] "

[edk2-devel] [PATCH] IntelFsp2Pkg/Tools: Let PatchFv support to get Image Base
 2024-03-18  9:08 UTC  (2+ messages)
` [edk2-devel] [PATCH] IntelFsp2Pkg/Tools: Updated iterator usage for Python 3 compatibility

[edk2-devel] [PATCH 0/6] Support to unregister SMI handler in SMI handlers
 2024-03-18  2:19 UTC  (7+ messages)
` [edk2-devel] [PATCH 1/6] Revert 2ec8f0c6407f062441b205b900038933865c7b3c
` [edk2-devel] [PATCH 2/6] Revert 049ff6c39c73edd3709c05bd0e46184320471358
` [edk2-devel] [PATCH 3/6] Revert 17b28722008eab745ce186b72cd325944cbe6bf0
` [edk2-devel] [PATCH 4/6] Revert ae1079b386a597108a8070652bf7cdaa4ec3dda3
` [edk2-devel] [PATCH 5/6] MdeModulePkg/SMM: Support to unregister SMI handler in SMI handlers
` [edk2-devel] [PATCH 6/6] StandaloneMmPkg: Support to unregister MMI handler in MMI handlers

[edk2-devel] [Patch V2] [edk2-staging]BaseTools: Python VfrCompiler Tool
 2024-03-18  0:36 UTC  (2+ messages)

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, March 18, 2024 #cal-reminder
 2024-03-17 23:30 UTC 

[edk2-devel][PATCH v1 1/3] MdeModulePkg: ImagePropertiesRecordLib: Use SectionAlignment for CodeSize
 2024-03-16 15:47 UTC  (6+ messages)

[edk2-devel] [PATCH v2 1/3] MdeModulePkg: ImagePropertiesRecordLib: Use SectionAlignment for CodeSize
 2024-03-16 12:21 UTC  (2+ messages)

[edk2-devel] [PATCH 1/1] MdeModulePkg/UefiBootManagerLib: Build proper SD/MMC boot descriptions
 2024-03-15 21:21 UTC  (2+ messages)

[edk2-devel] [PATCH 1/1] MdeModulePkg/SdMmcPciHcDxe: Support override for SD 1.8v signaling switch
 2024-03-15 21:18 UTC  (2+ messages)

[edk2-devel] [PATCH edk2-platform v2 0/3] StandloneMm support for FVP
 2024-03-15 10:59 UTC  (4+ messages)
` [edk2-devel] [PATCH edk2-platform v2 1/3] Platform/Arm: FVP: Add a NorFlashLib instance for StandaloneMm
  ` [edk2-devel] [PATCH edk2-platform v2 2/3] Platform/Arm: Enable UEFI Secure Variable support for FVP
    ` [edk2-devel] [PATCH edk2-platform v2 3/3] Platform/Arm: Add Standalone MM "

[edk2-devel] [PATCH RESEND edk2-platforms v1 0/3] Platform/Arm: StandloneMm support for FVP
 2024-03-15 10:31 UTC  (4+ messages)

[edk2-devel] [PATCH RESEND edk2-platforms v1 2/3] Platform/Arm: Enable UEFI Secure Variable support for FVP
 2024-03-15 10:29 UTC  (3+ messages)

[edk2-devel] [PATCH] BaseTools: Python VfrCompiler implementation
 2024-03-15  6:38 UTC 

[edk2-devel] [edk2-redfish-client][PATCH 1/2] RedfishClientPkg/Features: support Redfish Secure Boot
 2024-03-14 19:38 UTC  (2+ messages)

[edk2-devel][PATCH v2 1/1] MdeModulePkg: Remove ArmPkg Dependency
 2024-03-14 16:32 UTC  (5+ messages)
` 回复: "

[edk2-devel][PATCH v3 0/3] Fix Runtime Granularity Issues
 2024-03-14 16:31 UTC  (3+ messages)
` 回复: "

[edk2-devel] [edk2-redfish-client][PATCH 2/2] RedfishClientPkg/Features: release resources
 2024-03-14 14:53 UTC 

[edk2-devel] [PATCH v2 0/2] ArmPkg/MdePkg: Move Chipset/* files to MdePkg
 2024-03-14 14:51 UTC  (3+ messages)
` [edk2-devel] [PATCH v2 1/2] ArmPkg,MdePkg: Move ArmPkg/Chipset/AArch64[|Mmu].h "
` [edk2-devel] [PATCH v2 2/2] ArmPkg,MdePkg: Move ArmPkg/Chipset/ArmV7[|Mmu].h "

回复: [edk2-devel] [PATCH v1 1/1] BaseTools: InfBuildData: Fix Private value retrieval
 2024-03-14 14:45 UTC 

[edk2-devel] [PATCH V1 0/3] OvmfPkg: Update TDVMCALL to avoid leaking secrets to the VMM
 2024-03-14 14:33 UTC  (3+ messages)
` [edk2-devel] [PATCH V1 1/3] MdePkg/BaseLib: Update TDVMCALL_EXPOSE_REGS_MASK
  ` 回复: "

[edk2-devel] [PATCH edk2-non-osi 1/1] Qemu/Sbsa: update TF-A binaries to get needed SMC calls
 2024-03-14 14:17 UTC 

[edk2-devel] [PATCH] MdeModulePkg/XhciDxe: Increase 1ms extra delay for xHCI issue HCRST
 2024-03-14 13:39 UTC 


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