public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-04-19 09:09:51 to 2023-04-21 15:51:27 UTC [more...]

[PATCH v5 0/2] add ArmCpuInfo application
 2023-04-21 15:51 UTC  (14+ messages)
  ` [PATCH v5 1/2] ArmLib: add functions to read system registers
  ` [PATCH v5 2/2] add ArmCpuInfo EFI application
      ` [edk2-devel] "
      ` [PATCH v6 1/2] ArmLib: add functions to read system registers
        ` [PATCH v6 2/2] add ArmCpuInfo EFI application
            ` [edk2-devel] "
                  ` [PATCH v7 1/2] ArmLib: add functions to read system registers
                    ` [PATCH v7 2/2] add ArmCpuInfo EFI application

[PATCH] MdePkg: Add DEBUG_MANAGEABILITY print error level
 2023-04-21 15:44 UTC  (6+ messages)
    ` [edk2-devel] "

[Patch V2 0/8] Create page table by CpuPageTableLib in DxeIpl
 2023-04-21 15:42 UTC  (13+ messages)
` [Patch V2 5/8] MdeModulePkg: Add UefiCpuPkg.dec to pass DependencyCheck
    ` [edk2-devel] "

[edk2-redfish-client][PATCH] Initial edk2 redfish client repository
 2023-04-21 15:38 UTC  (3+ messages)
` [edk2-devel] "

[edk2-devel] [edk2-redfish-client][PATCH] Initial edk2 redfish client repository
 2023-04-21 15:37 UTC  (2+ messages)

[PATCH 1/1] ArmPkg/PlatformBootManagerLib: Add path to boot UEFI Shell over UiApp
 2023-04-21 14:57 UTC  (4+ messages)
    ` [edk2-devel] "

[Patch V3 00/11] Use CpuPageTableLib to create and update smm page table
 2023-04-21 14:53 UTC  (14+ messages)
` [Patch V3 01/11] OvmfPkg: Add CpuPageTableLib required by PiSmmCpuDxe
` [Patch V3 02/11] UefiPayloadPkg: "
` [Patch V3 03/11] OvmfPkg:Remove code that apply AddressEncMask to non-leaf entry
` [Patch V3 04/11] UefiCpuPkg: Use CpuPageTableLib to convert SMM paging attribute
` [Patch V3 05/11] UefiCpuPkg/PiSmmCpuDxeSmm: Avoid setting non-present range to RO/NX
` [Patch V3 06/11] UefiCpuPkg: Extern mSmmShadowStackSize in PiSmmCpuDxeSmm.h
` [Patch V3 07/11] UefiCpuPkg/PiSmmCpuDxeSmm: Add 2 function to disable/enable CR0.WP
` [Patch V3 08/11] UefiCpuPkg/PiSmmCpuDxeSmm: Clear CR0.WP before modify page table
` [Patch V3 09/11] UefiCpuPkg: Refinement to current smm page table generation code
` [Patch V3 10/11] UefiCpuPkg: Refinement to code about updating smm page table
` [Patch V3 11/11] UefiCpuPkg/PiSmmCpuDxeSmm: Remove unnecessary function

[edk2-platforms][PATCH V3 00/14] ManageabilityPkg part II
 2023-04-21 12:55 UTC  (19+ messages)
` [edk2-platforms][PATCH V3 01/14] ManageabilityPkg: Add more helper functions
` [edk2-platforms][PATCH V3 02/14] ManageabilityPkg: Support Maximum Transfer Unit
  ` [edk2-devel] "
` [edk2-platforms][PATCH V3 03/14] ManageabilityPkg: Add HeaderSize and TrailerSize
` [edk2-platforms][PATCH V3 04/14] ManageabilityPkg: Add PldmProtocolLib
` [edk2-platforms][PATCH V3 05/14] ManageabilityPkg: Add PldmSmbiosTransferDxe driver
` [edk2-platforms][PATCH V3 06/14] ManageabilityPkg/KCS: KCS transport interface
` [edk2-platforms][PATCH V3 07/14] ManageabilityPkg: Add definitions of MCTP
` [edk2-platforms][PATCH V3 08/14] ManageabilityPkg: Add MCTP manageability header file
` [edk2-platforms][PATCH V3 09/14] ManageabilityPkg/MctpProtocol: Add MctpProtocol
` [edk2-platforms][PATCH V3 10/14] ManageabilityPkg: Add MCTP transport interface
` [edk2-platforms][PATCH V3 11/14] ManageabilityPkg/PldmProtocol: Add PLDM protocol
` [edk2-platforms][PATCH V3 12/14] ManageabilityPkg: Add Manageability PCDs
` [edk2-platforms][PATCH V3 13/14] ManageabilityPkg: Relocate Manageability.dsc
` [edk2-platforms][PATCH V3 14/14] ManageabilityPkg: Add Manageability FDFs

[PATCH v5 00/10] BaseTools: remove duplicate includes
 2023-04-21  9:23 UTC  (17+ messages)
` [PATCH v5 01/10] BaseTools: make sure the got is empty
` [PATCH v5 02/10] MdePkg: don't set visibility to hidden
` [PATCH v5 03/10] BaseTools: remove WinNtInclude.h
` [PATCH v5 04/10] BaseTools: remove duplicate includes: <arch>/ProcessorBind.h
` [PATCH v5 05/10] BaseTools: remove duplicate includes: IndustryStandard/Acpi*.h
` [PATCH v5 06/10] MdePkg/PeImage.h: add bits from BaseTools version
` [PATCH v5 07/10] BaseTools: drop IMAGE_FILE_MACHINE_ARM hacks
` [PATCH v5 08/10] BaseTools: switch from EFI_IMAGE_MACHINE_* to IMAGE_FILE_MACHINE_*
` [PATCH v5 09/10] BaseTools: remove duplicate includes: IndustryStandard/PeImage.h
` [PATCH v5 10/10] BaseTools: remove duplicate includes: IndustryStandard/*.h

[PATCH V1 1/1] OvmfPkg/PlatformPei: Skip PlatformInitEmuVariableNvStore in SEV guest
 2023-04-21  9:18 UTC  (13+ messages)

[edk2-devel] [PATCH 1/1] MdeModulePkg/RegularExpressionDxe: Fix Arm build error
 2023-04-21  9:11 UTC  (6+ messages)
  ` 回复: "

[edk2-platforms][PATCH V2 00/14] ManageabilityPkg part II
 2023-04-21  7:09 UTC  (41+ messages)
` [edk2-platforms][PATCH V2 01/14] ManageabilityPkg: Add more helper functions
` [edk2-platforms][PATCH V2 02/14] ManageabilityPkg: Support Maximum Transfer Unit
  ` [edk2-devel] "
` [edk2-platforms][PATCH V2 03/14] ManageabilityPkg: Add HeaderSize and TrailerSize
` [edk2-platforms][PATCH V2 04/14] ManageabilityPkg: Add PldmProtocolLib
` [edk2-platforms][PATCH V2 05/14] ManageabilityPkg: Add PldmSmbiosTransferDxe driver
` [edk2-platforms][PATCH V2 06/14] ManageabilityPkg/KCS: KCS transport interface
` [edk2-platforms][PATCH V2 07/14] ManageabilityPkg: Add definitions of MCTP
` [edk2-platforms][PATCH V2 08/14] ManageabilityPkg: Add MCTP manageability header file
` [edk2-platforms][PATCH V2 09/14] ManageabilityPkg/MctpProtocol: Add MctpProtocol
` [edk2-platforms][PATCH V2 10/14] ManageabilityPkg: Add MCTP transport interface
` [edk2-platforms][PATCH V2 11/14] ManageabilityPkg/PldmProtocol: Add PLDM protocol
` [edk2-platforms][PATCH V2 12/14] ManageabilityPkg: Add Manageability PCDs
` [edk2-platforms][PATCH V2 13/14] ManageabilityPkg: Relocate Manageability.dsc
` [edk2-platforms][PATCH V2 14/14] ManageabilityPkg: Add Manageability FDFs

[PATCH v2 1/1] OvmfPkg: replace SECURE_BOOT_FEATURE_ENABLED with PcdSecureBootSupported
 2023-04-21  6:55 UTC 

[PATCH v1 1/3] MdeModulePkg/Bus/Usb/UsbNetwork/UsbRndis: Add USB RNDIS devices support
 2023-04-21  3:27 UTC  (3+ messages)
` [PATCH v1 2/3] MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcEcm: Add USB Cdc ECM "
` [PATCH v1 3/3] MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcNcm: Add USB Cdc NCM "

[PATCH v4 01/10] BaseTools: add BASETOOLS define
 2023-04-21  3:26 UTC  (9+ messages)
    ` [edk2-devel] "
              ` 回复: "

[PATCH v4 00/13] BaseTools,CryptoPkg,EmulatorPkg,MdePkg,others: Delete CLANG35,CLANG38,VS2008-2013,EBC, deprecate GCC48,GCC49,GCC5, add GCC and GCCNOLTO, update CLANGDWARF
 2023-04-21  2:35 UTC  (17+ messages)
` [PATCH v4 01/13] BaseTools,CryptoPkg: Update CLANGDWARF, remove CLANG 35/38 toolchains
` [PATCH v4 02/13] BaseTools: Remove VS2008, 2010, 2012 and 2013 toolchain definitions
` [PATCH v4 03/13] BaseTools: Remove VS2008-VS2013 remnants
` [PATCH v4 04/13] MdePkg: "
` [PATCH v4 05/13] edksetup.bat: "
  ` [edk2-devel] "
` [PATCH v4 06/13] BaseTools: Remove unused IPHONE_TOOLS and SOURCERY_CYGWIN_TOOLS defs
` [PATCH v4 07/13] BaseTools: Remove EBC (EFI Byte Code) compiler definitions
` [PATCH v4 08/13] BaseTools: Update VS toolchain descriptions in tools_def.txt.template
` [PATCH v4 09/13] BaseTools/Conf/tools_def.template: Add GCC and GCCNOLTO toolchains
  ` 回复: "
` [PATCH v4 10/13] BaseTools: Only call LoadConfiguration once in build.py
` [PATCH v4 11/13] BaseTools: Add a deprecation warning for GCC48,GCC49,GCC5 to build.py
` [PATCH v4 12/13] BaseTools/Conf/tools_def.template: Add section for deprecated toolchains
` [PATCH v4 13/13] BaseTools/Conf/tools_def.template: Bump VERSION to 3.00
` 回复: [PATCH v4 00/13] BaseTools,CryptoPkg,EmulatorPkg,MdePkg,others: Delete CLANG35,CLANG38,VS2008-2013,EBC, deprecate GCC48,GCC49,GCC5, add GCC and GCCNOLTO, update CLANGDWARF

[PATCH 0/4] Trace Hub debug library support
 2023-04-21  2:33 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v3 0/3] Support FDT library
 2023-04-21  2:33 UTC  (12+ messages)
` [PATCH v3 1/3] Tianocore: "
` [PATCH v3 2/3] MdePkg: "
            ` [edk2-devel] "
` [PATCH v3 3/3] .pytool: "

[PATCH] MdePkg/Include: Add DMTF PLDM Base definitions
 2023-04-21  1:43 UTC  (6+ messages)
` [edk2-devel] "

[PATCH] ShellPkg: Add a condition to print accurate type0 Bios Size in smbiosview
 2023-04-21  1:00 UTC 

[edk2-devel] [Patch V2 0/8] Use CpuPageTableLib to create and update smm page table
 2023-04-21  0:44 UTC  (15+ messages)

[PATCH] RedfishPkg: Remove the global variables related to Discover Token functionality
 2023-04-21  0:12 UTC  (4+ messages)

[PATCH V2] RedfishPkg: Remove the Discover Token global variables
 2023-04-21  0:10 UTC  (2+ messages)

[PATCH 1/1] ArmPkg: older assemblers may lack ID_AA64ISAR2_EL1
 2023-04-20 19:56 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v3 1/2] ArmPkg/AsmMacroIoLibV8: Introduce ASM_FUNC_ALIGN()
 2023-04-20 15:58 UTC  (3+ messages)
` [PATCH v3 2/2] ArmPkg/ArmMmuLib: Fix ArmReplaceLiveTranslationEntry() alignment

[edk2-devel][PATCH v1 0/2] MdeModulePkg: Add Volatile Keyword to NvmExpress Passthru CQs and SQs
 2023-04-20 15:48 UTC  (5+ messages)
` [edk2-devel][PATCH v1 1/2] Add the volatile keyword to NvmExpressDxe's "
    ` [edk2-devel] [PATCH "
` [edk2-devel][PATCH v1 2/2] Add volatile keyword to NvmExpressPei's "

[PATCH 0/4] OvmfPkg: add virtio serial driver
 2023-04-20 13:31 UTC  (6+ messages)
    ` [edk2-devel] "

[PATCH] UefiPayloadPkg: Move Network modules from Dxe FV to Network FV in elf
 2023-04-20 10:03 UTC  (3+ messages)

[PATCH edk2-platforms v1 1/1] Platform/ARM: Reduce System Memory Size for FVP with RME extensions
 2023-04-20  9:52 UTC  (4+ messages)
` [edk2-devel] "

[PATCH 1/1] SecurityPkg/DxeImageVerificationLib: Add AUTH_SIG_NOT_FOUND Action
 2023-04-20  3:48 UTC  (4+ messages)
  ` [edk2-devel] "

[edk2-devel] [PATCH v1] Securitypkg/hddpassword: Update HddPasswordDxeInit to use Variable Policy
 2023-04-20  2:47 UTC  (2+ messages)

[PATCH v7 1/3] UsbNetworkPkg/UsbRndis: Add USB RNDIS devices support
 2023-04-20  1:55 UTC  (6+ messages)

[PATCH 0/5] Adding necessary changes for RedfishPkg
 2023-04-20  1:33 UTC  (6+ messages)
` [PATCH 3/5] RedfishPkg: Create RestEx child on selected interface

[PATCH v2 0/6] RISC-V MMU support
 2023-04-19 22:37 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH 1/2] ArmPkg/AsmMacroIoLibV8: Introduce ASM_FUNC_ALIGN()
 2023-04-19 22:27 UTC  (17+ messages)
        ` [edk2-devel] "

[PATCH v3 0/5] Introduce EDKII Redfish Platform Config Protocol
 2023-04-19 20:14 UTC  (2+ messages)

[PATCH v1 1/1] BaseTools/Plugin: Clarify code coverage failure message
 2023-04-19 17:50 UTC  (2+ messages)

[PATCH V2] MdePkg/Include: Add DMTF PLDM SMBIOS definitions
 2023-04-19 15:04 UTC  (3+ messages)
` 回复: [edk2-devel] "
  `  "

[edk2-devel] [edk2][PATCH v2 1/1] MdeModulePkg: Add EDKII Platform Boot Manager Protocol v2
 2023-04-19  9:49 UTC  (5+ messages)
      ` 回复: [ ** SPAMMAIL ** ]Re: "

[PATCH v3 2/5] RedfishPkg: introduce HII utility helper library
 2023-04-19  9:48 UTC  (2+ messages)

[PATCH v3 1/5] RedfishPkg: introduce EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL
 2023-04-19  9:44 UTC  (2+ messages)

[PATCH v3 5/5] RedfishPkg: Add Redfish Platform Config Protocol to RedfishPkg
 2023-04-19  9:09 UTC 

[PATCH v3 3/5] RedfishPkg: Implementation of EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL
 2023-04-19  9:09 UTC 


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