public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-10-30 02:47:33 to 2019-11-01 15:10:32 UTC [more...]

[edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 00/12] New PCI features - MPS, MRRS, RO, NS, CTO
 2019-11-01 15:09 UTC  (13+ messages)
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 01/12] MdeModulePkg/PciBusDxe:New PCI features separation with PCD
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 02/12] PciBusDxe: Reorganize the PCI Platform Protocol usage code
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 03/12] PciBusDxe: Separation of the PCI device registration and start
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 04/12] PciBusDxe: Inclusion of new PCI Platform Protocol 2
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 05/12] PciBusDxe: Setup sub-phases for PCI feature enumeration
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 06/12] PciBusDxe: Integration of setup "
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 07/12] PciBusDxe: Record the PCI-Express Capability Structure
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 08/12] PciBusDxe: New PCI feature Max_Payload_Size
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 09/12] PciBusDxe: New PCI feature Max_Read_Req_Size
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 10/12] PciBusDxe: New PCI feature Relax Ordering
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 11/12] PciBusDxe: New PCI feature No-Snoop
` [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 12/12] PciBusDxe: New PCI feature Completion Timeout

[PATCH v1 0/2] Update the SRAT Acpiview parser to ACPI 6.3
 2019-11-01 13:59 UTC  (3+ messages)

Question regarding MMIO address space exposed from GetMemoryMap
 2019-11-01  8:40 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v4] CryptoPkg: Upgrade OpenSSL to 1.1.1d
 2019-11-01  7:31 UTC  (2+ messages)

[PATCH 1/2] BaseTools: Add map file parsing support for CLANG9
 2019-11-01  6:27 UTC  (2+ messages)
` [PATCH 2/2] BaseTools: Add support for parseing map files generated by CLANG9 in GenFv

[PATCH v 3 0/4] MdeModulePkg: Add check and ASSERT for variables
 2019-11-01  6:14 UTC  (5+ messages)
` [PATCH v3 1/4] MdeModulePkg/EbcDebugger: Add check for Entry and RetEntry
` [PATCH v3 2/4] MdeModulePkg/HiiDatabaseDxe: ASSERT StringPtr
` [PATCH v3 3/4] MdeModulePkg/EsrtDxe: Add check for EsrtRepository
` [PATCH v3 4/4] MdeModulePkg/SetupBrowserDxe: ASSERT GetBufferForValue(&Value)

How /sys/firmware/fdt getting created
 2019-11-01  5:46 UTC  (13+ messages)
` [edk2-devel] "

[Patch v3 00/22] Enable Phase 1 of EDK II CI
 2019-11-01  5:03 UTC  (23+ messages)
` [Patch v3 01/22] Maintainers.txt: Add continuous integration(CI) directories
` [Patch v3 02/22] .gitignore: Ignore python compiled files, extdeps, and vscode
` [Patch v3 03/22] requirements.txt: Add python pip requirements file
    ` [edk2-devel] "
` [Patch v3 17/22] UefiCpuPkg: Add YAML file for CI builds
` [Patch v3 22/22] Readme.md: Add CI build status badges
` [edk2-devel] [Patch v3 00/22] Enable Phase 1 of EDK II CI

[PATCH v2] MdeModulePkg/HiiDatabaseDxe: Add check for 'Private->Attribute >> 4'
 2019-11-01  2:10 UTC  (2+ messages)

[PATCH v2 0/4] MdeModulePkg: Add check for variables and return value
 2019-11-01  2:07 UTC  (7+ messages)
` [PATCH v2 1/4] MdeModulePkg/EbcDebugger: Add check for Entry and RetEntry
` [PATCH v2 2/4] MdeModulePkg/HiiDatabaseDxe: Add check for StringPtr
` [PATCH v2 3/4] MdeModulePkg/EsrtDxe: Add check for EsrtRepository
` [PATCH v2 4/4] MdeModulePkg/SetupBrowserDxe: Add check for GetBufferForValue()
  ` [edk2-devel] "

[PATCH v2 0/3] MdeModulePkg: Initialize variables
 2019-11-01  1:59 UTC  (7+ messages)
` [PATCH v2 1/3] MdeModulePkg/EhciPei: Initialize the variable Map
` [PATCH v2 2/3] MdeModulePkg/UhciPei: Initialize the variable RequestMap
` [PATCH v2 3/3] MdeModulePkg/Mem: Initialize the variable MapMemory

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

[edk2-platforms: PATCH v3 0/6] Add SetCacheMtrrLib library class
 2019-11-01  1:24 UTC  (10+ messages)
` [edk2-platforms: PATCH v3 1/6] MinPlatformPkg: "
  ` [edk2-devel] "
` [edk2-platforms: PATCH v3 2/6] "
` [edk2-platforms: PATCH v3 3/6] KabylakeOpenBoardPkg: "
` [edk2-platforms: PATCH v3 4/6] WhiskeylakeOpenBoardPkg: "
` [edk2-platforms: PATCH v3 5/6] PurleyOpenBoardPkg/BoardMtOlympus: "
` [edk2-platforms: PATCH v3 6/6] SimicsOpenBoardPkg/BoardX58Ich10: "

[PATCH] ShellPkg/Ls: Return empty content for all empty folders
 2019-11-01  0:39 UTC  (2+ messages)

Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Thu, 10/31/2019 5:00pm-5:30pm #cal-reminder
 2019-10-31 23:45 UTC 

[edk2-staging/EdkRepo] [PATCH] EdkRepo: Make Installer use ProductCode from Vendor Customizer
 2019-10-31 22:47 UTC  (2+ messages)

[edk2-staging/EdkRepo] [PATCH] EdkRepo: Python 2.x deprecation warning in pip breaks EdkRepoInstaller
 2019-10-31 22:44 UTC  (2+ messages)

[PATCH V2 0/6] Add Device Security driver
 2019-10-31 12:31 UTC  (7+ messages)
` [PATCH V2 1/6] IntelSiliconPkg/Include: Add Intel PciSecurity definition
` [PATCH V2 2/6] IntelSiliconPkg/Include: Add Platform Device Security Policy protocol
` [PATCH V2 3/6] IntelSiliconPkg/dec: Add ProtocolGuid definition
` [PATCH V2 4/6] IntelSiliconPkg/IntelPciDeviceSecurityDxe: Add PciSecurity
` [PATCH V2 5/6] IntelSiliconPkg/SamplePlatformDevicePolicyDxe: Add sample policy
` [PATCH V2 6/6] IntelSiliconPkg/dsc: Add Device Security component

[PATCH V2 0/4] Add SPDM device security
 2019-10-31 12:30 UTC  (5+ messages)
` [PATCH V2 1/4] MdePkg/Include: Add DMTF SPDM definition
` [PATCH V2 2/4] MdeModulePkg/Include: Add DeviceSecurity.h
` [PATCH V2 3/4] MdeModulePkg/dec: Add EdkiiDeviceSecurityProtocolGuid
` [PATCH V2 4/4] MdeModulePkg/Pci: Add DeviceSecurity support

[PATCH v1 1/1] BaseTools: Build ASL files before C files
 2019-10-31 11:12 UTC  (4+ messages)
` [edk2-devel] "

Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, 1 November 2019 #cal-cancelled
 2019-10-31 11:07 UTC 

[edk2-devel] [edk2] Smbuslib and SmbusPpi
 2019-10-31 10:51 UTC 

[edk2-platforms: PATCH v2 0/6] Add SetCacheLib library class
 2019-10-31 10:22 UTC  (24+ messages)
` [edk2-platforms: PATCH v2 1/6] MinPlatformPkg: "
` [edk2-platforms: PATCH v2 2/6] "
` [edk2-platforms: PATCH v2 3/6] KabylakeOpenBoardPkg: "
` [edk2-platforms: PATCH v2 4/6] WhiskeylakeOpenBoardPkg: "
` [edk2-platforms: PATCH v2 5/6] PurleyOpenBoardPkg/BoardMtOlympus: "
  ` [edk2-devel] "
  ` FW: "
` [edk2-platforms: PATCH v2 6/6] SimicsOpenBoardPkg/BoardX58Ich10: "
  ` [edk2-devel] "

[PATCH] Support skipping automatic BM enumeration
 2019-10-31 10:14 UTC  (3+ messages)
` [PATCH] MdeModulePkg/UefiBootManagerLib: Support skipping "
` [edk2-devel] [PATCH] Support skipping automatic "

[PATCH v2 0/8] support server identity validation in HTTPS Boot (CVE-2019-14553)
 2019-10-31  9:28 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 0/2] Set X2ApicEnable flag from BSP
 2019-10-31  9:20 UTC  (5+ messages)
` [PATCH 1/2] UefiCpuPkg/MpInitLib: "
` [PATCH 2/2] UefiCpuPkg/MpInitLib: Remove global variable X2ApicEnable

[edk2-staging/RISC-V-V2 PATCH v3 00/39] RISC-V EDK2 Port on
 2019-10-31  8:20 UTC  (5+ messages)
` [edk2-staging/RISC-V-V2 PATCH v3 39/39] edk2-staging: Revise Readme.md
  ` [edk2-devel] "

[edk2-platforms] [PATCH] SimicsOpenBoardPkg: Add CmosAccessLib to BoardX58Ich10
 2019-10-31  7:22 UTC  (3+ messages)

[edk2-platforms] [PATCH] SimicsOpenBoardPkg: Fix gcc build failure
 2019-10-31  7:10 UTC  (3+ messages)

[edk2-platforms] [PATCH] SimicsOpenBoardPkg: Change Build Output Directory
 2019-10-31  7:03 UTC  (3+ messages)

[edk2-devel] [edk2] NOOPT and PcdOptimizeCompilerEnable
 2019-10-31  2:06 UTC  (3+ messages)

[PATCH v2] MdeModulePkg/SdBlockIoPei: Add check for DeviceIndex
 2019-10-31  1:57 UTC  (2+ messages)

[edk2-platforms][PATCH V1 0/2] Correct Platform Hook Library references
 2019-10-31  1:26 UTC  (7+ messages)
` [edk2-platforms][PATCH V1 1/2] KabylakeOpenBoardPkg: "
  ` [edk2-devel] "
` [edk2-platforms][PATCH V1 2/2] WhiskeylakeOpenBoardPkg: "

[edk2-devel] [edk2] If use prebuild tools, not need install python 2.7 anymore?
 2019-10-30 16:56 UTC  (10+ messages)
  ` [edk2-devel] [edk2] [EmulatorPkg] using __debugbreak()

[Patch v3 00/11] New Cross OS tool chain CLANG9
 2019-10-30 15:43 UTC  (7+ messages)
` [Patch v3 10/11] EmulatorPkg: Enable CLANG9 tool chain
        ` [edk2-devel] "

[edk2-devel] [PATCH v1 1/1] MdePkg: Add AML OpCode definition for ExternalOp
 2019-10-30 15:14 UTC  (2+ messages)

[edk2-devel] [edk2] NOOPT and PcdOptimizeCompilerEnable
 2019-10-30 14:59 UTC  (2+ messages)

[PATCH v1 1/1] MdePkg: Add AML OpCode definition for ExternalOp
 2019-10-30 14:24 UTC 

[edk2-platforms: PATCH 0/5] Add SetCacheLib library class
 2019-10-30 12:29 UTC  (6+ messages)
` [edk2-platforms: PATCH 1/5] MinPlatformPkg: "
` [edk2-platforms: PATCH 2/5] KabylakeOpenBoardPkg: "
` [edk2-platforms: PATCH 3/5] WhiskeylakeOpenBoardPkg: "
` [edk2-platforms: PATCH 4/5] PurleyOpenBoardPkg/BoardMtOlympus: "
` [edk2-platforms: PATCH 5/5] SimicsOpenBoardPkg/BoardX58Ich10: "

[PATCH] MdeModulePkg/HiiDatabaseDxe: Add check for 'Private->Attribute >> 4'
 2019-10-30  7:53 UTC  (4+ messages)
` [PATCH] MdeModulePkg/SdBlockIoPei: Add check for DeviceIndex
  ` [edk2-devel] "

[PATCH] MdeModulePkg/Oniguruma: Remove redundant IF statement
 2019-10-30  7:20 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 0/4] MdeModulePkg: Add check for variables and return value
 2019-10-30  7:01 UTC  (7+ messages)
` [PATCH 1/4] MdeModulePkg/EbcDebugger: Add check for Entry and RetEntry
` [PATCH 3/4] MdeModulePkg/EsrtDxe: Add check for EsrtRepository
` [PATCH 4/4] MdeModulePkg/SetupBrowserDxe: Add check for GetBufferForValue()

[PATCH] MdeModulePkg/Variable/Pei: Update the condition in if statement
 2019-10-30  6:51 UTC  (2+ messages)

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

[PATCH] MdePkg-UefiSpec.h: Add UEFI 2.8 new memory attributes
 2019-10-30  5:45 UTC  (2+ messages)

[PATCH] MdeModulePkg/BdsDxe: Make PlatformRecovery work regardless of OsIndications
 2019-10-30  5:35 UTC  (8+ messages)
` [edk2-devel] "

[PATCH] MdePkg-UefiSpec.h: Add UEFI 2.8 new memory attributes
 2019-10-30  4:20 UTC  (4+ messages)

[PATCH] Add DT/ACPI Default Flexibility
 2019-10-30  3:38 UTC  (2+ messages)
` [PATCH] EmbeddedPkg/DtPlatformDxe: "

[PATCH v3] CryptoPkg: Upgrade OpenSSL to 1.1.1d
 2019-10-30  3:13 UTC 


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