public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-02-19 08:12:08 to 2020-02-26 00:24:52 UTC [more...]

[PATCH v2 0/5] ArmVirtPkg: implement measured boot for ArmVirtQemu
 2020-02-26  0:24 UTC  (10+ messages)
` [PATCH v2 1/5] OvmfPkg/Tcg2ConfigPei: introduce a signalling PPI to depex on
` [PATCH v2 2/5] ArmVirtPkg/PlatformPeiLib: make PcdLib dependency explicit in .INF
  ` [edk2-devel] "
` [PATCH v2 3/5] ArmVirtPkg/PlatformPeiLib: discover the TPM base address from the DT
  ` [edk2-devel] "
` [PATCH v2 4/5] ArmVirtPkg: implement ArmVirtPsciResetSystemPeiLib
` [PATCH v2 5/5] ArmVirtPkg/ArmVirtQemu: add optional support for TPM2 measured boot
` [edk2-devel] [PATCH v2 0/5] ArmVirtPkg: implement measured boot for ArmVirtQemu

[PATCH v2 0/6] OvmfPkg: implement initrd shell command and mixed mode loader
 2020-02-26  0:00 UTC  (13+ messages)
` [PATCH v2 1/6] OvmfPkg: add definition of LINUX_EFI_INITRD_MEDIA_GUID
  ` [edk2-devel] "
` [PATCH v2 2/6] OvmfPkg: add 'initrd' shell command to expose Linux initrd via device path
  ` [edk2-devel] "
` [PATCH v2 3/6] ArmVirtPkg: add the 'initrd' dynamic shell command
  ` [edk2-devel] "
` [PATCH v2 4/6] OvmfPkg: "
  ` [edk2-devel] "
` [PATCH v2 5/6] MdeModulePkg/DxeCore: defer PE/COFF emulator registration to StartImage
` [PATCH v2 6/6] OvmfPkg IA32: add support for loading X64 images
  ` [edk2-devel] "

[PATCH 1/1] ArmPlatformPkg/PrePi: replace set/way cache ops with by-VA ones
 2020-02-25 22:27 UTC  (3+ messages)

[PATCH edk2-stable202002] OvmfPkg/QemuVideoDxe: unbreak "secondary-vga" and "bochs-display" support
 2020-02-25 22:12 UTC  (7+ messages)
  ` [edk2-devel] "

A problem with live migration of UEFI virtual machines
 2020-02-25 21:35 UTC  (7+ messages)
    ` [edk2-devel] "

[PATCH 0/2] UefiCpuPkg/Library: Fix bug in MpInitLib
 2020-02-25 19:39 UTC  (3+ messages)
` [PATCH 1/2] UefiCpuPkg: LocalApicLib: Export StandardSignatureIsAuthenticAMD function
` [PATCH 2/2] UefiCpuPkg: MpInitLib: Exclude code no pertinent to AMD processors

[PATCHv2 0/1] MdeModulePkg/SdMmcPciHcDxe: Increase driver reliability
 2020-02-25 15:05 UTC  (2+ messages)
` [PATCHv2 1/1] MdeModulePkg/SdMmcPciHcDxe: Send SEND_STATUS at lower frequency

[PATCH] acpi/iort: check output reference for the real used mapping
 2020-02-25 14:57 UTC  (2+ messages)

[PATCH 0/3] Allow building MdeModulePkg on non-x86
 2020-02-25 11:48 UTC  (6+ messages)
` [PATCH 1/3] MdeModulePkg: Restrict libraries using SMM to x86
  ` [edk2-devel] "
` [PATCH 2/3] MdeModulePkg: Set PcdDxeIplSwitchToLongMode false on non-x86
` [PATCH 3/3] MdeModulePkg: Use CopyGuid instead of GUID assignment

[PATCH] EmulatorPkg/WinHost: Debug CpuBreakPoint
 2020-02-25 10:41 UTC 

[edk2-platforms][PATCH 1/1] Platform/RPi4/Acpi: Use "rgmii-rxid" phy-mode for Genet
 2020-02-25 10:39 UTC  (2+ messages)

[edk2-devel] [PATCH] acpi/iort: check output reference for the real used mapping
 2020-02-25  9:13 UTC 

[edk2-platforms: PATCH] MinPlatformPkg/PeiReportFvLib: Install FvFspT in PeiReportFvLib
 2020-02-25  7:20 UTC  (3+ messages)

[PATCH v3 1/1] MdeModulePkg/Pci: Fixed Asserts in SCT PCIIO Protocol Test
 2020-02-25 12:00 UTC 

[PATCH] CryptoPkg: ECC issue
 2020-02-25  1:53 UTC 

[PATCH] UefiCpuPkg: ECC issue
 2020-02-25  1:32 UTC 

[PATCH 00/16] OvmfPkg: support VCPU hotplug with -D SMM_REQUIRE
 2020-02-24 16:31 UTC  (19+ messages)
` [PATCH 01/16] MdeModulePkg/PiSmmCore: log SMM image start failure
` [PATCH 02/16] UefiCpuPkg/PiSmmCpuDxeSmm: fix S3 Resume for CPU hotplug
` [PATCH 03/16] OvmfPkg: clone SmmCpuPlatformHookLib from UefiCpuPkg
` [PATCH 04/16] OvmfPkg: enable SMM Monarch Election in PiSmmCpuDxeSmm
` [PATCH 05/16] OvmfPkg: enable CPU hotplug support "
` [PATCH 06/16] OvmfPkg/CpuHotplugSmm: introduce skeleton for CPU Hotplug SMM driver
` [PATCH 07/16] OvmfPkg/CpuHotplugSmm: add hotplug register block helper functions
` [PATCH 08/16] OvmfPkg/CpuHotplugSmm: define the QEMU_CPUHP_CMD_GET_ARCH_ID macro
` [PATCH 09/16] OvmfPkg/CpuHotplugSmm: add function for collecting CPUs with events
` [PATCH 10/16] OvmfPkg/CpuHotplugSmm: collect "
` [PATCH 11/16] OvmfPkg/CpuHotplugSmm: introduce Post-SMM Pen for hot-added CPUs
` [PATCH 12/16] OvmfPkg/CpuHotplugSmm: introduce First SMI Handler "
  ` [edk2-devel] "
` [PATCH 13/16] OvmfPkg/CpuHotplugSmm: complete root MMI handler for CPU hotplug
` [PATCH 14/16] OvmfPkg: clone CpuS3DataDxe from UefiCpuPkg
` [PATCH 15/16] OvmfPkg/CpuS3DataDxe: superficial cleanups
` [PATCH 16/16] OvmfPkg/CpuS3DataDxe: enable S3 resume after CPU hotplug

[edk2-stable202002][edk2-devel] [PATCH v2 1/1] MdeModulePkg/Pci: Fixed Asserts in SCT PCIIO Protocol Test
 2020-02-24 12:50 UTC  (5+ messages)
` [EXT] "

[PATCH 0/1] MdeModulePkg/SdMmcPciHcDxe: Increase driver reliability
 2020-02-24 10:10 UTC  (4+ messages)
` [PATCH 1/1] MdeModulePkg/SdMmcPciHcDxe: Send SEND_STATUS at lower frequency

[edk2-staging/RISC-V-V2 PATCH v1 0/2] Fix MdeModulePkg and MdePkg
 2020-02-22 14:37 UTC  (3+ messages)
` [edk2-staging/RISC-V-V2 PATCH v1 1/2] MdePkg/BaseSafeIntLib: Add RISCV64 arch for BaseSafeIntLib
` [edk2-staging/RISC-V-V2 PATCH v1 2/2] MdeModulePkg: Add RISCV64 arch to MdeModulePkg

[PATCH] MdeModulePkg/SdDxe: Potential NULL pointer on Token
 2020-02-22  5:25 UTC 

[PATCH] MdeModulePkg/SmiHandlerProfileInfo: Overflowed Array Index
 2020-02-22  5:19 UTC 

[PATCH v3 0/2] CryptoPkg/OpensslLib: Remove "no-autoalginit" flag from OpenSSL build
 2020-02-22  4:28 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 0/1] UefiScsiLib: Set FUA bit for synchronous SCSI Write operations
 2020-02-22  2:11 UTC  (2+ messages)
` [PATCH 1/1] MdePkg/UefiScsiLib: "

Request to make CometlakeOpenBoardPkg Component at bugzilla database
 2020-02-21 17:00 UTC  (2+ messages)
` [edk2-devel] "

[PATCH edk2-platforms 1/1] Platform/DeveloperBox: drop dma-ranges property from DT root node
 2020-02-21 16:29 UTC 

[PATCH] MdeModulePkg/Application: Overflowed Array Index
 2020-02-21 16:24 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] MdeModulePkg/Bus: Potential NULL pointer on Token
 2020-02-21 16:22 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 1/1] ArmPlatformPkg/PrePeiCore: replace set/way cache ops with by-VA ones
 2020-02-21 15:54 UTC  (3+ messages)
` [edk2-devel] "

[PATCHv2 0/4] MdeModulePkg/SdMmcPciHcDxe: Refactor command processing
 2020-02-21 14:30 UTC  (8+ messages)
` [PATCHv2 1/4] MdeModulePkg/SdMmcPciHcDxe: Enhance driver traces
` [PATCHv2 2/4] MdeModulePkg/SdMmcPciHcDxe: Read response on command completion
` [PATCHv2 3/4] MdeModulePkg/SdMmcPciHcDxe: Refactor data transfer completion
` [PATCHv2 4/4] MdeModulePkg/SdMmcPciHcDxe: Fix PIO transfer mode
    ` [edk2-devel] [PATCHv2 0/4] MdeModulePkg/SdMmcPciHcDxe: Refactor command processing

[PATCH] MdeModulePkg: Remove gEfiFormBrowserExProtocolGuid Protocol Guid
 2020-02-21 10:10 UTC 

Patch List for 202002 stable tag
 2020-02-21  8:22 UTC  (12+ messages)
              ` [edk2-devel] "

Hard Feature Freeze starts now for edk2-stable202002
 2020-02-21  8:19 UTC 

EDK2 -CryptoPkg
 2020-02-21  7:15 UTC 

[edk2-platforms] [PATCH v3 0/4] Add Initial Support for UP Xtreme
 2020-02-21  2:26 UTC  (7+ messages)
` [edk2-platforms] [PATCH v3 1/4] WhiskeylakeOpenBoardPkg/WhiskeylakeURvp: Remove BoardFuncInit
` [edk2-platforms] [PATCH v3 2/4] WhiskeylakeOpenBoardPkg: Add UpXtreme board ID
` [edk2-platforms] [PATCH v3 3/4] WhiskeylakeOpenBoardPkg/UpXtreme: Add Includes and Libraries
` [edk2-platforms] [PATCH v3 4/4] WhiskeylakeOpenBoardPkg/UpXtreme: Add DSC and build files

[PATCH] MdeModulePkg/SetupBrowserDxe: Fix IsZeroGuid() ASSERT
 2020-02-21  2:25 UTC  (7+ messages)
` [edk2-devel] "

[PATCH v2] MdeModulePkg/SetupBrowserDxe: Fix IsZeroGuid() ASSERT
 2020-02-21  2:16 UTC  (2+ messages)

[edk2-platforms][PATCH] Tools/FitGen: Update the UTILITY_MINOR_VERSION
 2020-02-21  1:49 UTC  (2+ messages)

Upcoming Event: TianoCore Design Meeting - APAC/NAMO - Fri, 02/21/2020 9:30am-10:30am #cal-reminder
 2020-02-21  1:15 UTC 

Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Thu, 02/20/2020 5:00pm-5:30pm #cal-reminder
 2020-02-21  0:45 UTC 

[PATCH] UnitTestFrameworkPkg: Invalid index may be used
 2020-02-20 21:39 UTC  (2+ messages)
` [EXTERNAL] [edk2-devel] "

[PATCH 00/19] ADD LX2160ARDB Platform Support
 2020-02-20 19:05 UTC  (15+ messages)
` [PATCH 07/19] Silicon/NXP: remove not needed components
` [PATCH 08/19] Silicon/NXP: Remove unnecessary PCDs
` [PATCH 14/19] Silicon/NXP/LS1043A: Replce SocLib

A problem with live migration of UEFI virtual machines
 2020-02-20 15:47 UTC  (2+ messages)

[PATCH 1/1] MdeModulePkg/Pci: Fixed Asserts in SCT PCIIO Protocol Test
 2020-02-20 11:33 UTC  (3+ messages)
  ` [EXT] "

[PATCH edk2-platforms v2 1/1] Platform: Add SerialUartClockLib for all platforms
 2020-02-20 16:02 UTC 

[PATCH v2 1/1] MdeModulePkg/Pci: Fixed Asserts in SCT PCIIO Protocol Test
 2020-02-20 15:40 UTC 

[PATCH v3 0/1] Add PCD to disable safe string constraint assertions
 2020-02-20 10:18 UTC  (16+ messages)
` [edk2-devel] "

[edk2-platforms] [PATCH V2 2/2] Enable build for CometlakeOpenBoardPkg
 2020-02-20  9:41 UTC  (3+ messages)

[PATCH] MdeModulePkg/Application: Overflowed Array Index
 2020-02-20  5:59 UTC 

[PATCH v4 1/1] NetworkPkg/ArpDxe: Recycle invalid ARP packets (CVE-2019-14559)
 2020-02-20  5:53 UTC  (3+ messages)
    ` [edk2-devel] "

[PATCH v2 1/1] ShellPkg: acpiview: Prevent infinite loop if structure length is 0
 2020-02-20  5:52 UTC  (2+ messages)

[PATCH v2 1/1] EmbeddedPkg: Fixed Asserts in SCT Runtime Services test
 2020-02-20  5:21 UTC  (4+ messages)
` [edk2-devel] "
  ` [EXT] "

[PATCH] UnitTestFrameworkPkg: Suspicious check for pointer Suite
 2020-02-20  2:42 UTC  (2+ messages)
` [EXTERNAL] [edk2-devel] "

[Patch 0/2] Disable EBC for unit tests
 2020-02-20  2:41 UTC  (4+ messages)
` [Patch 1/2] UnitTestFrameworkPkg: Disable EBC in DSC file
  ` [edk2-devel] "
    ` [EXTERNAL] "

[Patch] UnitTestFrameworkPkg/UnitTestLib: Fix XCODE parenthesis issues
 2020-02-20  2:40 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH 0/1] ShellPkg: Add support for input with separately reported modifiers
 2020-02-20  0:27 UTC  (5+ messages)
` [PATCH 1/1] "
  ` [edk2-devel] "

[PATCH v3 1/1] NetworkPkg/ArpDxe: Recycle invalid ARP packets (CVE-2019-14559)
 2020-02-19 23:46 UTC  (2+ messages)

[PATCH v2 1/1] NetworkPkg/ArpDxe: Recycle invalid ARP packets(CVE-2019-14559)
 2020-02-19 22:47 UTC 

[edk2-core] [PATCH v3 1/1] MdeModulePkg: Make retval in UninstallMultipleProtocol follow Spec
 2020-02-19 15:43 UTC  (5+ messages)
` [edk2-devel] "

[PATCH] [edk2-staging/FceFmmt]BaseTools: Support no UI section FFS
 2020-02-19 13:01 UTC  (2+ messages)

[edk2-staging/FceFmmt][PATCH] BaseTools/FCE: Fix multiple FVs with SEC module issue
 2020-02-19 13:01 UTC  (2+ messages)

[PATCH] Tools/FitGen: Check the input file path before open it
 2020-02-19 12:59 UTC  (2+ messages)

[edk2-platforms] [PATCH V1 0/2] Add Cometlake U Silicon support and Enable build
 2020-02-19 12:11 UTC  (4+ messages)
` [edk2-platforms] [PATCH V1 2/2] Enable build for CometlakeOpenBoardPkg

[PATCH edk2-platforms 1/1] Platform: Add SerialUartClockLib for all platforms
 2020-02-19 14:00 UTC  (2+ messages)

[PATCH v7] IntelSiliconPkg: FIT based shadow microcode PPI support
 2020-02-19 11:25 UTC  (2+ messages)

[edk2-devel][edk2 wiki][patch] Created Fmp Capsule Dependency Introduction
 2020-02-19  9:42 UTC  (6+ messages)

[PATCH v5] IntelSiliconPkg: FIT based shadow microcode PPI support
 2020-02-19  9:04 UTC  (4+ messages)

[edk2-platforms] [PATCH v3 0/5] Platform/ARM/SgiPkg: Add support for RD-N1-Edge-Dual platform
 2020-02-19  8:45 UTC  (3+ messages)
  ` [edk2-devel] "

[edk2-platforms] [PATCH] Platform/ARM/SgiPkg: Fix constant-logical-operand clang error
 2020-02-19  8:37 UTC  (2+ messages)
` [edk2-platforms] [PATCH v2] "

[PATCH] CoffeelakeSiliconBinPkg: Update Microcode
 2020-02-19  8:35 UTC  (2+ messages)

[edk2-non-osi] [PATCH 1/1] Maintainers.txt: Update Intel maintainers
 2020-02-19  8:22 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 0/1] UART Dynamic clock freq Support
 2020-02-19 13:31 UTC  (2+ messages)
` [PATCH 1/1] MdeModulePkg: "


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