public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-10-15 09:31:00 to 2019-10-17 17:44:20 UTC [more...]

[PATCH V4 00/10] UEFI Variable SMI Reduction
 2019-10-17 17:44 UTC  (30+ messages)
` [PATCH V4 01/10] MdeModulePkg/Variable: Consolidate common parsing functions
` [PATCH V4 02/10] MdeModulePkg/Variable: Parameterize GetNextVariableInternal () stores
` [PATCH V4 03/10] MdeModulePkg/Variable: Parameterize VARIABLE_INFO_ENTRY buffer
` [PATCH V4 04/10] MdeModulePkg/Variable: Parameterize auth status in VariableParsing
` [PATCH V4 05/10] MdeModulePkg/Variable: Add a file for NV variable functions
` [PATCH V4 06/10] MdeModulePkg VariableInfo: Always consider RT DXE and SMM stats
` [PATCH V4 07/10] MdeModulePkg/Variable: Add RT GetVariable() cache support
    ` [edk2-devel] "
` [PATCH V4 08/10] MdeModulePkg/Variable: Add RT GetNextVariableName() "
` [PATCH V4 10/10] MdeModulePkg: Enable variable runtime cache by default

[edk2-platforms][PATCH 1/1] SfcPkg: Add new package
 2019-10-17 17:18 UTC  (2+ messages)

[Patch v3 00/11] New Cross OS tool chain CLANG9
 2019-10-17 17:15 UTC  (17+ messages)
` [Patch v3 01/11] BaseTools tools_def.template: Remove unnecessary $(DEST_DIR_DEBUG) path
` [Patch v3 02/11] BaseTools tools_def: Add CLANG9 tool chain to directly generate PE image
` [Patch v3 03/11] BaseTools GenFw: Fix the issue to update the wrong size as SectionSize
` [Patch v3 04/11] MdePkg Base.h: Add definition for CLANG9 tool chain
` [Patch v3 05/11] MdePkg BaseIoLibIntrinsic: Remove __inline__ attribute for IO functions
` [Patch v3 06/11] MdeModulePkg LzmaCustomDecompressLib: Update macro to be same in CLANG tool
` [Patch v3 07/11] MdeModulePkg RegularExpressionDxe: Disable warning for CLANG9 tool chain
` [Patch v3 08/11] CryptoPkg: Append options to make CLANG9 tool chain pass build
` [Patch v3 09/11] CryptoPkg IntrinsicLib: Make _fltused always be used
` [Patch v3 10/11] EmulatorPkg: Enable CLANG9 tool chain
` [Patch v3 11/11] OvmfPkg: "
` [edk2-devel] [Patch v3 00/11] New Cross OS tool chain CLANG9

[edk2-staging/UEFI_PCI_ENHANCE-1 PATCH V4] MdePkg/Protocols: New interface, EFI encodings to PCI Plat protocol
 2019-10-17 16:53 UTC 

[plaforms/devel-riscv-v2 PATCHv2 00/14] Add SiFive U500 VC707 FPGA Platform
 2019-10-17 16:38 UTC  (21+ messages)
` [plaforms/devel-riscv-v2 PATCHv2 02/14] Silicon/SiFive: Add library module of SiFive RISC-V cores
  ` [edk2-devel] "
` [plaforms/devel-riscv-v2 PATCHv2 03/14] platforms/RiscV: Initial version of RISC-V platform package
  ` [edk2-devel] "
` [plaforms/devel-riscv-v2 PATCHv2 05/14] RiscV/Library: Initial version of libraries introduced in "
  ` [edk2-devel] "
` [plaforms/devel-riscv-v2 PATCHv2 06/14] RiscV/Universal: Initial version of common RISC-V SEC module
  ` [edk2-devel] "
` [plaforms/devel-riscv-v2 PATCHv2 10/14] U500Pkg/Library: Library instances of U500 platform library
  ` [edk2-devel] "

[edk2-platforms][PATCH 0/1] New pkg for Solarflare Communications
 2019-10-17 16:19 UTC 

[PATCH v1 0/4] Support HTTPS HostName validation feature(CVE-2019-14553)
 2019-10-17 15:49 UTC  (42+ messages)
` [edk2-devel] "
` [RFC v1 5/4] CryptoPkg/TlsLib: accept peer certs via both DNS names and IP addresses
  ` [edk2-devel] "

[edk2-staging/UEFI_PCI_ENHANCE-2 PATCH] PciBusDxe: New PCI features Max_Payload_Size, Max_Read_Req_Size
 2019-10-17 14:45 UTC  (9+ messages)
              ` [edk2-devel] "

[PATCH 0/4] MdeModulePkg: Add check for variables and return value
 2019-10-17  8:41 UTC  (6+ messages)
` [PATCH 1/4] MdeModulePkg/EbcDebugger: Add check for Entry and RetEntry
` [PATCH 2/4] MdeModulePkg/HiiDatabaseDxe: Add check for StringPtr
` [PATCH 3/4] MdeModulePkg/EsrtDxe: Add check for EsrtRepository
` [PATCH 4/4] MdeModulePkg/SetupBrowserDxe: Add check for GetBufferForValue()

[edk2-platforms][PATCH V1 1/1] IntelSiliconPkg/BootMediaLib: Reduce library API
 2019-10-17  7:37 UTC  (11+ messages)
          ` [edk2-devel] "

[edk2-platforms] [PATCH v2 0/4] Add FIT support using FitGen
 2019-10-17  6:50 UTC  (11+ messages)
` [edk2-platforms] [PATCH v2 1/4] BoardModulePkg: Add BIOS Info HOB
` [edk2-platforms] [PATCH v2 2/4] KabylakeOpenBoardPkg: Add BIOS Info PEIM
` [edk2-platforms] [PATCH v2 3/4] WhiskeylakeOpenBoardPkg: "
` [edk2-platforms] [PATCH v2 4/4] Platform/Intel: Add FIT generation tool
  ` [edk2-devel] "

[PATCH] MdeModulePkg/HiiDatabaseDxe: Add check for 'Private->Attribute >> 4'
 2019-10-17  6:21 UTC  (2+ messages)
` [PATCH] MdeModulePkg/SdBlockIoPei: Add check for DeviceIndex

[Patch v2 00/11] New Cross OS tool chain CLANG9
 2019-10-17  5:21 UTC  (23+ messages)
` [Patch v2 03/11] BaseTools GenFw: Fix the issue to update the wrong size as SectionSize
  ` [edk2-devel] "
` [Patch v2 04/11] MdePkg Base.h: Add definition for CLANG9 tool chain
  ` [edk2-devel] "
` [Patch v2 06/11] MdeModulePkg LzmaCustomDecompressLib: Update macro to be same in CLANG tool
  ` [edk2-devel] "
` [Patch v2 07/11] MdeModulePkg RegularExpressionDxe: Disable warning for CLANG9 tool chain
  ` [edk2-devel] "
` [Patch v2 08/11] CryptoPkg: Append options to make CLANG9 tool chain pass build
  ` [edk2-devel] "
` [Patch v2 09/11] CryptoPkg IntrinsicLib: Make _fltused always be used
  ` [edk2-devel] "
` [Patch v2 10/11] EmulatorPkg: Enable CLANG9 tool chain
  ` [edk2-devel] "
` [edk2-devel] [Patch v2 00/11] New Cross OS tool chain CLANG9

[v7 v7] IntelSiliconPkg-Vtd: A new PMR interface
 2019-10-17  5:10 UTC  (2+ messages)

[PATCH v7 3/3] ShellPkg/UefiShellDebug1CommandsLib: Update to support SmBios 3.3.0
 2019-10-17  3:49 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH] MdeModulePkg/Variable/Pei: Update the condition in if statement
 2019-10-17  3:19 UTC 

[PATCH v5 0/3] Update to support SmBios 3.3.0
 2019-10-17  2:46 UTC  (3+ messages)
` [PATCH v5 1/3] MdeModulePkg: "
  ` [edk2-devel] "

[PATCH v4 0/2] Fix Aligned Page Allocation For XHCI
 2019-10-17  2:43 UTC  (6+ messages)
` [PATCH v4 1/2] MdeModulePkg/XhciDxe: Fix Aligned Page Allocation
  ` [edk2-devel] "
` [PATCH v4 2/2] MdeModulePkg/XhciPei: "

[v6 v6] IntelSiliconPkg-Vtd: A new PMR interface
 2019-10-17  2:33 UTC  (2+ messages)

[PATCH] IntelSiliconPkg-Vtd: Code Optimization
 2019-10-17  2:23 UTC  (2+ messages)

[PATCH] BaseTools: Fix an incremental build issue caused by macro in #include
 2019-10-17  2:02 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v2 0/4] trivial: Fix typos in "processing/processed"
 2019-10-17  1:10 UTC  (8+ messages)
` [PATCH v2 1/4] MdeModulePkg DxeCore: Fix typo in function name
` [PATCH v2 2/4] MdeModulePkg/PiSmmCore: "
` [PATCH v2 3/4] StandaloneMmPkg/Core: "
` [PATCH v2 4/4] NetworkPkg/Ip6Dxe: Fix typo in comment
  ` [edk2-devel] [PATCH v2 0/4] trivial: Fix typos in "processing/processed"

[PATCH V2 0/9] UEFI Variable SMI Reduction
 2019-10-17  1:00 UTC  (7+ messages)
` [PATCH V2 4/9] MdeModulePkg/Variable: Add local auth status in VariableParsing
  ` [edk2-devel] "

[Patch] SecurityPkg Tcg2Dxe: Add Variable Arch protocol dependency
 2019-10-16 23:52 UTC  (2+ messages)

[PATCH 0/3] BaseTools: Add a script to use with 'git-send-email --cc-cmd'
 2019-10-16 18:30 UTC  (9+ messages)
` [PATCH 1/3] BaseTools: Let the GetMaintainer.py script be executable
` [PATCH 2/3] BaseTools: Add '--quiet' option to GetMaintainer.py script
` [PATCH 3/3] BaseTools: Add script to help git-send-email pick addresses to cc

[PATCH v2 0/2] PlatformBootManagerLib: Don't update progress if Pcd is 0
 2019-10-16 16:36 UTC  (3+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH 1/1] RPi3/PlatformSmbiosDxe: Fix use of invalid debug facility
 2019-10-16 13:35 UTC  (4+ messages)
` [edk2-devel] "

[PATCH 1/1] DynamicTablesPkg: include ARM intrinsics library to fix 32-bit build
 2019-10-16 11:51 UTC  (4+ messages)
` [edk2-devel] "

[PATCH] MdeModulePkg/BdsDxe: Make PlatformRecovery work regardless of OsIndications
 2019-10-16  9:43 UTC  (4+ messages)
` [edk2-devel] "

[Patch v2 01/11] BaseTools tools_def.template: Remove unnecessary $(DEST_DIR_DEBUG) path
 2019-10-16  8:59 UTC  (2+ messages)
` [edk2-devel] "

Use a pcd to control PlatformRecovery
 2019-10-16  8:42 UTC  (5+ messages)
  ` [edk2-devel] "

[edk2-test][PATCH v1 1/1] SctPkg: Convert files from UTF-16 to UTF-8
 2019-10-16  8:11 UTC  (2+ messages)
  ` [edk2-devel] "

[edk2-devel] [edk2-test] [PATCH V4] uefi-sct/SctPkg: Auto gen result of "EFICompliantTest"
 2019-10-16  6:46 UTC 

[PATCH] uefi-sct/SctPkg: Auto gen result of "EFICompliantTest"
 2019-10-16  6:33 UTC 

[edk2-devel] [edk2-test] [PATCH V3] uefi-sct/SctPkg: Auto gen result of "EFICompliantTest"
 2019-10-16  6:32 UTC 

[edk2-platforms: PATCH v5 8/9] Marvell/Drivers: SmbiosPlatformDxe: Load SMBIOS strings from PCD
 2019-10-16  6:01 UTC  (3+ messages)

[edk2-staging/RISC-V-V2 PATCH v2 00/29] RISC-V EDK2 Port on
 2019-10-16  5:06 UTC  (20+ messages)
` [edk2-staging/RISC-V-V2 PATCH v2 10/29] MdePkg/BasePeCoff: Add RISC-V PE/Coff related code
  ` [edk2-devel] "
` [edk2-staging/RISC-V-V2 PATCH v2 24/29] BaseTools: BaseTools changes for RISC-V platform
  ` [edk2-devel] "
` [edk2-staging/RISC-V-V2 PATCH v2 25/29] BaseTools/Scripts
  ` [edk2-devel] "

[PATCH 0/3] MdeModulePkg: Initialize variables
 2019-10-16  1:46 UTC  (4+ messages)
` [PATCH 1/3] MdeModulePkg/EhciPei: Initialize the variable Map
` [PATCH 2/3] MdeModulePkg/UhciPei: Initialize the variable RequestMap
` [PATCH 3/3] MdeModulePkg/Mem: Initialize the variable MapMemory

[edk2-platforms][PATCH v3 0/5] Various SMBIOS improvements
 2019-10-15 20:00 UTC  (2+ messages)

[PATCH] MdeModulePkg/XhciDxe: Fix Aligned Page Allocation
 2019-10-15 17:19 UTC  (12+ messages)
        ` [edk2-devel] "

[PATCH V2 0/8] Decrease the name collisions
 2019-10-15 11:20 UTC  (7+ messages)
` [PATCH V2 3/8] MdePkg/UefiDebugLibStdErr: "
  ` [edk2-devel] "


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