public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-09-23 00:22:20 to 2023-09-29 21:59:26 UTC [more...]

[edk2-devel] [[edk2-non-osi][Silicon/AMD][PATCH v2] 1/2] Maintainers.txt: Add maintainer for Silicon/AMD and Silicon/AMD/Vangogh
 2023-09-29  5:25 UTC  (6+ messages)
` [edk2-devel] [[edk2-non-osi][Silicon/AMD][PATCH v2] 2/2] Silicon/AMD: Add VanGogh initial firmware binaries

[edk2-devel] [PATCH 0/9] RedfishClientPkg: various minor fixes
 2023-09-29 21:59 UTC  (5+ messages)
` [edk2-devel] [PATCH 1/9] RedfishClientPkg: fix format used for output __func__
` [edk2-devel] [PATCH 2/9] RedfishClientPkg: fix DEBUG macro arguments
` [edk2-devel] [PATCH 3/9] RedfishLib: remove redudant zeroing
` [edk2-devel] [PATCH 4/9] RedfishClientPkg: RedfishFeatureUtilityLib: fix memory leaks

[edk2-devel] [PATCH v4 00/28] Implement Dynamic Memory Protection Settings
 2023-09-29 19:52 UTC  (4+ messages)
` [edk2-devel] [PATCH v4 20/28] MdeModulePkg: Add Additional Profiles to SetMemoryProtectionsLib

[edk2-devel] [PATCH 1/1] Maintainers.txt: add Sami as maintainer of arm-architectural subdirs
 2023-09-29 17:52 UTC  (4+ messages)

[edk2-devel] Problems mocking UEFI Protocol in gMock
 2023-09-29 16:47 UTC  (2+ messages)

[edk2-devel] [[edk2-non-osi][Silicon/AMD][PATCH] VanGogh Silicon initialization firmware binaries 1/2] Maintainers.txt: Add maintainer for Silicon/AMD and Silicon/AMD/Vangogh
 2023-09-29 16:17 UTC  (14+ messages)
` [edk2-devel] [[edk2-non-osi][Silicon/AMD][PATCH] VanGogh Silicon initialization firmware binaries 2/2] Silicon/AMD: Add VanGogh Silicon initialization firmware binaries

[edk2-devel] [PATCH v1] EmbeddedPkg/NorFlashInfoLib: Update norflash device list
 2023-09-29 14:10 UTC  (2+ messages)

[edk2-devel] UDK2022 stable202211 - GCC compiler for Windows for building X64 EFI
 2023-09-29  2:52 UTC  (4+ messages)

[edk2-devel] [PATCH v2 0/5] MdePkg: various fixes to ARM/AArch64 SetJump/LongJump
 2023-09-29 15:07 UTC  (11+ messages)
` [edk2-devel] [PATCH v2 1/5] MdePkg/BaseLib: fix comments in ARM* SetJump/LongJump implementations
` [edk2-devel] [PATCH v2 2/5] MdePkg/BaseLib: add ASSERT in ARM* SetJump implementations
` [edk2-devel] [PATCH v2 3/5] MdePkg/BaseLib: use normal register init in ARM "
` [edk2-devel] [PATCH v2 4/5] MdePkg/BaseLib: correct register sizes in AArch64 SetJump/LongJump
` [edk2-devel] [PATCH v2 5/5] MdePkg/BaseLib: ensure ARM LongJump never returns 0

[edk2-devel] [PATCH 1/1] CryptoPkg/TlsLib: fix tls cipher configuration
 2023-09-29 13:23 UTC 

[edk2-devel] [PATCH 1/1] MdePkg/DxeRngLib: Add missing GUID declaration in inf
 2023-09-29 13:08 UTC  (2+ messages)

[edk2-devel] efi and ext4 and case sensitive file names
 2023-09-29 11:01 UTC  (7+ messages)

[edk2-devel] setting TLS ciphers is broken (openssl 3?)
 2023-09-29 10:19 UTC  (9+ messages)

[edk2-devel] PLDM messages via MCTP over KCS
 2023-09-29  6:20 UTC  (15+ messages)
` [edk2-devel] [edk2-discuss] "

[edk2-devel] [PATCH v1] EmulatorPkg: Fix Source Level Debug on Windows
 2023-09-29  3:30 UTC  (10+ messages)

[edk2-devel] [PATCH v2 0/2] StandaloneMmPkg: Make StandaloneMmCpu platform
 2023-09-28 21:14 UTC  (10+ messages)
` [edk2-devel] [PATCH v2 1/2] StandaloneMmPkg: Make StandaloneMmCpu driver platform independent
` [edk2-devel] [PATCH v2 2/2] StandaloneMmPkg: Arm: Update to use the new StandaloneMmCpu driver

[edk2-devel] [PATCH v3 0/2] Make StandaloneMmCpu architecture independent
 2023-09-28 21:14 UTC  (3+ messages)
` [edk2-devel] [PATCH v3 1/2] StandaloneMmPkg: Make StandaloneMmCpu driver "
` [edk2-devel] [PATCH v3 2/2] StandaloneMmPkg: Arm: Update to use the new StandaloneMmCpu driver

[edk2-devel] [PATCH v3 00/11] Add HMAC/HKDF/RSA/HASH/AES features based on Mbedtls
 2023-09-28 15:34 UTC  (12+ messages)
` [edk2-devel] [PATCH v3 01/11] CryptoPkg: Add mbedtls submodule for EDKII
` [edk2-devel] [PATCH v3 02/11] CryptoPkg: Add mbedtls_config and MbedTlsLib.inf
` [edk2-devel] [PATCH v3 03/11] CryptoPkg: Add HMAC functions based on Mbedtls
` [edk2-devel] [PATCH v3 04/11] CryptoPkg: Add HKDF "
` [edk2-devel] [PATCH v3 05/11] CryptoPkg: Add RSA "
` [edk2-devel] [PATCH v3 06/11] CryptoPkg: Add all .inf files for BaseCryptLibMbedTls
` [edk2-devel] [PATCH v3 07/11] CryptoPkg: Add Null functions for building pass
` [edk2-devel] [PATCH v3 08/11] CryptoPkg: Add MD5/SHA1/SHA2 functions based on Mbedtls
` [edk2-devel] [PATCH v3 09/11] CryptoPkg: Add Mbedtls submodule in CI
` [edk2-devel] [PATCH v3 10/11] CryptoPkg: Add basic Readme for BaseCryptLibMbedTls
` [edk2-devel] [PATCH v3 11/11] CryptoPkg: Add CryptAes functions based on Mbedtls Add CryptAes APIS

[edk2-devel] EDK2 ArmVirtQemu behaviour with multiple UARTs
 2023-09-28 11:50 UTC  (5+ messages)

[edk2-devel] [PATCH v1 0/2] BZ 4249: Fix FatPkg/EnhancedFatDxe issues pointed by Coverity
 2023-09-28  7:46 UTC  (3+ messages)
` [edk2-devel] [PATCH v1 1/2] FatPkg/EnhancedFatDxe: Fix SIGN_EXTENSION Coverity issues
` [edk2-devel] [PATCH v1 2/2] FatPkg/EnhancedFatDxe: Fix OVERFLOW_BEFORE_WIDEN Coverity issue

[edk2-devel] [PATCH v1 0/1] Add support for XDSDT table
 2023-09-28  6:45 UTC  (2+ messages)
` [edk2-devel] [PATCH v1 1/1] MdeModulePkg: Fix issue with ACPI table creation

[edk2-devel] [PATCH v2] MdeModulePkg/Xhci: Skip size round up for TRB during address translation
 2023-09-28  2:08 UTC  (4+ messages)

[edk2-devel] [PATCH] IntelSiliconPkg/Vtd: fix incorrect number of arguments
 2023-09-28  1:54 UTC 

[edk2-devel] UDK2022 GCC compiler
 2023-09-27 16:53 UTC 

[edk2-devel] [PATCH v2 0/7] Uncrustify GoogleTest update
 2023-09-27 19:43 UTC  (3+ messages)

[edk2-devel] [PATCHv2 0/2] MdePkg/UefiDevicePathLib: Fix buffer overflows in DevPathToTextAcpiEx
 2023-09-27 15:51 UTC  (3+ messages)
` [edk2-devel] [PATCHv2 1/2] MdePkg/UefiDevicePathLib: Fix AcpiEx print logic
` [edk2-devel] [PATCHv2 2/2] MdePkg/Test: Add DevicePathLib host test module

[edk2-devel] [PATCH v4 0/4] Add support for generating ACPI ThermalZones
 2023-09-27 15:07 UTC  (8+ messages)
` [edk2-devel] [PATCH v4 2/4] DynamicTablesPkg: Add support for simple method invocation

[edk2-devel] Uploading to fd file flash chip
 2023-09-27 12:48 UTC 

[edk2-devel] [PATCH 0/1] MdePkg/UefiDevicePathLib: Fix buffer overflows in DevPathToTextAcpiEx
 2023-09-27 11:33 UTC  (3+ messages)
` [edk2-devel] [PATCH 1/1] MdePkg/UefiDevicePathLib: Fix AcpiEx print logic

[edk2-devel] [PATCH edk2-platforms v3 0/1] Platform/SbsaQemu: use XHCI to replace EHCI
 2023-09-27 10:30 UTC  (4+ messages)
` [edk2-devel] [PATCH edk2-platforms v3 1/1] Platform/SbsaQemu: add XHCI support and "

[edk2-devel] [PATCH v1 0/5] BZ 4239: Fix PciBusDxe issues pointed by
 2023-09-27  6:17 UTC  (6+ messages)
` [edk2-devel] [PATCH v1 1/5] MdeModulePkg/Bus/Pci/PciBusDxe: Fix DEADCODE Coverity issue
` [edk2-devel] [PATCH v1 2/5] MdeModulePkg/Bus/Pci/PciBusDxe: Fix MISSING_BREAK Coverity issues
` [edk2-devel] [PATCH v1 3/5] MdeModulePkg/Bus/Pci/PciBusDxe: Fix ARRAY_VS_SINGLETON "
` [edk2-devel] [PATCH v1 4/5] MdeModulePkg/Bus/Pci/PciBusDxe: Fix NULL_RETURNS Coverity issue
` [edk2-devel] [PATCH v1 5/5] MdeModulePkg/Bus/Pci/PciBusDxe: Fix UNUSED_VALUE Coverity issues

[edk2-devel] [PATCH v2 0/5] BZ 4219: MdeModulePkg/Core/Dxe: Fix issues
 2023-09-27  6:06 UTC  (6+ messages)
` [edk2-devel] [PATCH v2 1/5] MdeModulePkg/Core/Dxe: Fix FORWARD_NULL Coverity issues
` [edk2-devel] [PATCH v2 2/5] MdeModulePkg/Core/Dxe: Fix MISSING_BREAK Coverity issue
` [edk2-devel] [PATCH v2 3/5] MdeModulePkg/Core/Dxe: Fix DEADCODE "
` [edk2-devel] [PATCH v2 4/5] MdeModulePkg/Core/Dxe: Fix OVERFLOW_BEFORE_WIDEN Coverity issues
` [edk2-devel] [PATCH v2 5/5] MdeModulePkg/Core/Dxe: Fix UNUSED_VALUE "

[edk2-devel] [PATCH v1] EmulatorPkg: Fix Terminal Issues
 2023-09-27  2:59 UTC  (7+ messages)

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, September 26, 2023 #cal-reminder
 2023-09-27  1:15 UTC 

[edk2-devel] [PATCH v1 0/5] Use CodeQL CLI
 2023-09-26 19:21 UTC  (6+ messages)
` [edk2-devel] [PATCH v1 1/5] Remove existing CodeQL infrastructure
` [edk2-devel] [PATCH v1 2/5] BaseTools/Plugin/CodeQL: Add CodeQL build plugin
` [edk2-devel] [PATCH v1 3/5] BaseTools/Plugin/CodeQL: Add integration helpers
` [edk2-devel] [PATCH v1 4/5] .pytool/CISettings.py: Integrate CodeQL
` [edk2-devel] [PATCH v1 5/5] .github/workflows/codeql.yml: Add CodeQL workflow

[edk2-devel] [PATCH v4 00/14] Add ImagePropertiesRecordLib and Fix MAT Bugs
 2023-09-26 16:02 UTC  (3+ messages)

[edk2-devel] Uploading to fd file flash chip
 2023-09-26 14:17 UTC 

[edk2-devel] [PATCH v1 0/2] Optimize semaphore sync between BSP and AP
 2023-09-26 11:39 UTC  (3+ messages)
` [edk2-devel] [PATCH v1 1/2] UefiCpuPkg/PiSmmCpuDxeSmm: "
` [edk2-devel] [PATCH v1 2/2] UefiCpuPkg/PiSmmCpuDxeSmm: Reduce the times of BSP and AP sync for exit

[edk2-devel] [PATCH v1 0/5] BZ 4219: MdeModulePkg/Core/Dxe: Fix issues
 2023-09-26  6:39 UTC  (6+ messages)
` [edk2-devel] [PATCH v1 1/5] MdeModulePkg/Core/Dxe: Fix FORWARD_NULL Coverity issues
` [edk2-devel] [PATCH v1 2/5] MdeModulePkg/Core/Dxe: Fix MISSING_BREAK Coverity issue
` [edk2-devel] [PATCH v1 3/5] MdeModulePkg/Core/Dxe: Fix DEADCODE "
` [edk2-devel] [PATCH v1 4/5] MdeModulePkg/Core/Dxe: Fix OVERFLOW_BEFORE_WIDEN Coverity issues
` [edk2-devel] [PATCH v1 5/5] MdeModulePkg/Core/Dxe: Fix UNUSED_VALUE "

[edk2-devel] [PATCH] MdeModulePkg/Xhci: Skip size round up for TRB during address translation
 2023-09-26  3:14 UTC  (2+ messages)

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, September 26, 2023 #cal-reminder
 2023-09-26  1:30 UTC 

[edk2-devel] [PATCH v1] MinPlatformPkg: If BaseTools doesn't build, try a clean build
 2023-09-26  0:47 UTC 

[edk2-devel] [PATCH v1 0/1] Maintainers.txt: Remove Isaac Oram
 2023-09-26  0:41 UTC  (2+ messages)
` [edk2-devel] [PATCH v1 1/1] "

[edk2-devel] Now: Tools, CI, Code base construction meeting series - Monday, September 25, 2023 #cal-notice
 2023-09-25 23:30 UTC 

[edk2-devel] [PATCH v5 0/2] Add FIT support
 2023-09-25 23:28 UTC  (7+ messages)
` [edk2-devel] [PATCH v5 1/2] MdePkg/BaseFdtLib: Add Fdt function
` [edk2-devel] [PATCH v5 2/2] UefiPayloadPkg: Add FIT support

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, September 25, 2023 #cal-reminder
 2023-09-25 22:30 UTC 

[edk2-devel] Maybe it is time to update code style?
 2023-09-25 19:22 UTC  (6+ messages)

[edk2-devel] [PATCH] MdeModulePkg/UsbBus: Get device/config descriptor after port reset
 2023-09-25  1:54 UTC 

[edk2-devel] [PATCH] DynamicTablesPkg: IORT generator updates for Rev E.e spec
 2023-09-25  9:47 UTC  (4+ messages)

[edk2-devel] [PATCH v1 0/2] MdeModulePkg/Bus/Pci/PciHostBridgeDxe: Fix issues pointed by Coverity
 2023-09-25  6:05 UTC  (2+ messages)

[edk2-devel] [PATCH V2 1/1] MdeModulePkg/XhciDxe: Abort the Address Device cmd when time out
 2023-09-25  4:09 UTC  (3+ messages)

[edk2-devel] [PATCH v2] MdeModulePkg/SmbiosDxe: Fix BcdRevision is not match with SMBIOS version
 2023-09-25  3:07 UTC  (2+ messages)

[edk2-devel] [PATCH v3] MdeModulePkg/XhciDxe: Use Performance Timer for XHCI Timeouts
 2023-09-25  2:58 UTC  (3+ messages)

[edk2-devel] [PATCH] MdeModulePkg/SmbiosDxe: Fix BcdRevision is not match with SMBIOS version
 2023-09-25  2:13 UTC  (15+ messages)

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, September 25, 2023 #cal-reminder
 2023-09-24 23:30 UTC 

[PATCH] Maintainers.txt: update maintainer for CryptoPkg
 2023-09-24 15:22 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