public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-07-03 15:49:31 to 2020-07-08 15:31:52 UTC [more...]

[edk2-devel] [PATCH v1 0/2] Fix VS2017 build errors
 2020-07-08 15:31 UTC 

[PATCH 00/11] Introduce LsiScsi driver to OvmfPkg
 2020-07-08 15:26 UTC  (33+ messages)
` [PATCH 01/11] OvmfPkg/LsiScsiDxe: Create the empty driver
` [PATCH 02/11] OvmfPkg/LsiScsiDxe: Install the skeleton of driver binding
` [PATCH 03/11] OvmfPkg/LsiScsiDxe: Report the name of the driver
` [PATCH 04/11] OvmfPkg/LsiScsiDxe: Probe PCI devices and look for LsiScsi
` [PATCH 05/11] OvmfPkg/LsiScsiDxe: Install stubbed EXT_SCSI_PASS_THRU
` [PATCH 06/11] OvmfPkg/LsiScsiDxe: Report Targets and LUNs
` [PATCH 07/11] OvmfPkg/LsiScsiDxe: Open PciIo protocol and initialize the device
` [PATCH 08/11] OvmfPkg/LsiScsiDxe: Map DMA buffer
` [PATCH 09/11] OvmfPkg/LsiScsiDxe: Examine the incoming SCSI Request Packet
` [PATCH 10/11] OvmfPkg/LsiScsiDxe: Process the "
` [PATCH 11/11] Maintainers.txt: Add myself as the reviewer for LsiScsi driver

Build error for UefiPayloadPkgIa32.dsc
 2020-07-08 15:24 UTC  (5+ messages)
  ` [edk2-devel] "

[PATCH v1 0/1] Remove x86 legacy UART defaults
 2020-07-08 15:24 UTC  (3+ messages)
` [PATCH v1 1/1] UefiPayloadPkg: "

[PATCH v9 00/46] SEV-ES guest support
 2020-07-08 15:24 UTC  (19+ messages)
` [PATCH v9 06/46] MdePkg/BaseLib: Add support for the XGETBV instruction
  ` [edk2-devel] "
` [PATCH v9 08/46] UefiCpuPkg: Implement library support for VMGEXIT
      ` [edk2-devel] "
                          ` bit-fields [was: PATCH v9 08/46 UefiCpuPkg: Implement library support for VMGEXIT]

[edk2-platform][PATCH v3 0/6] Update ASIX USB Networking drivers
 2020-07-08 14:56 UTC  (6+ messages)
` [edk2-platform][PATCH v3 4/6] Platform/RaspberryPi: Switch RPi3 USB NIC driver to Ax88772c
` [edk2-platform][PATCH v3 5/6] Platform/HiSilicon: Switch HiKey "

[PATCH v1 0/1] Protect coreboot tables
 2020-07-08 12:01 UTC  (2+ messages)
` [PATCH v1 1/1] UefipayloadPkg: "

[PATCH v4 0/9] Add new feature that evacuate temporary to permanent memory (CVE-2019-11098)
 2020-07-08  8:10 UTC  (10+ messages)
` [PATCH v4 1/9] MdeModulePkg: Add new PCD to control the evacuate temporary memory feature (CVE-2019-11098)
` [PATCH v4 2/9] MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)
` [PATCH v4 3/9] UefiCpuPkg/CpuMpPei: Add GDT and IDT migration support (CVE-2019-11098)
` [PATCH v4 4/9] UefiCpuPkg/SecMigrationPei: Add initial PEIM (CVE-2019-11098)
` [PATCH v4 5/9] MdeModulePkg/Core: Create Migrated FV Info Hob for calculating hash (CVE-2019-11098)
` [PATCH v4 6/9] SecurityPkg/Tcg2Pei: Use "
` [PATCH v4 7/9] UefiCpuPkg/CpuMpPei: Enable paging and set NP flag to avoid TOCTOU (CVE-2019-11098)
` [PATCH v4 8/9] UefiCpuPkg: Correct some typos
` [PATCH v4 9/9] SecurityPkg/TcgPei: Use Migrated FV Info Hob for calculating hash (CVE-2019-11098)

[PATCH edk2-platforms 0/3] Add Features to NXP Platforms
 2020-07-08  5:19 UTC  (4+ messages)
` [PATCH edk2-platforms 1/3] Silicon/NXP: Use runtime safe version of DebugLib
` [PATCH edk2-platforms 2/3] Silicon/NXP: Add support for reserving a chunk from RAM
` [PATCH edk2-platforms 3/3] Silicon/NXP: Add Support for git commit info print

[PATCH edk2-platforms v3 0/5] Add LS1046AFRWY Platform
 2020-07-08  4:57 UTC  (6+ messages)
` [PATCH edk2-platforms v3 1/5] Silicon/NXP: Add comments explaining RCW bits' parsing
` [PATCH edk2-platforms v3 2/5] Silicon/NXP/LS1043A: Fix the "
` [PATCH edk2-platforms v3 3/5] Silicon/NXP: Add LS1046A Soc package
` [PATCH edk2-platforms v3 4/5] Platform/NXP: Add LS1046AFRWY Platform
` [PATCH edk2-platforms v3 5/5] Platform/NXP/LS1046aFrwyPkg: Add VarStore

[PATCH v3 00/11] Add new feature that evacuate temporary to permanent memory (CVE-2019-11098)
 2020-07-08  2:46 UTC  (12+ messages)
` [PATCH v3 01/11] MdeModulePkg: Add new PCD to control the evacuate temporary memory feature (CVE-2019-11098)
` [PATCH v3 02/11] ArmVirtPkg: Disable PcdMigrateTemporaryRamFirmwareVolumes
` [PATCH v3 03/11] EmulatorPkg: "
` [PATCH v3 04/11] OvmfPkg: "
` [PATCH v3 05/11] MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)
` [PATCH v3 06/11] UefiCpuPkg/CpuMpPei: Add GDT and IDT migration support (CVE-2019-11098)
` [PATCH v3 07/11] UefiCpuPkg/SecMigrationPei: Add initial PEIM (CVE-2019-11098)
` [PATCH v3 08/11] MdeModulePkg/Core: Create Migrated FV Info Hob for calculating hash (CVE-2019-11098)
` [PATCH v3 09/11] SecurityPkg/Tcg2Pei: Use "
` [PATCH v3 10/11] UefiCpuPkg/CpuMpPei: Enable paging and set NP flag to avoid TOCTOU (CVE-2019-11098)
` [PATCH v3 11/11] UefiCpuPkg: Correct some typos

acpiview error handling patches
 2020-07-08  2:30 UTC  (2+ messages)

[PATCH V2 0/3] MdeModulePkg/PartitionDxe: Fix the partition check issue
 2020-07-08  2:27 UTC  (4+ messages)
` [PATCH V2 1/3] MdeModulePkg/PartitionDxe: Correct the MBR last block value
` [PATCH V2 2/3] MdeModulePkg/PartitionDxe: Skip the MBR that add for CD-ROM
` [PATCH V2 3/3] MdeModulePkg/PartitionDxe: Add already start check for child hanldes

[PATCH v7 00/16] Add a plugin to check Ecc issues for edk2 on open ci
 2020-07-08  1:56 UTC  (21+ messages)
` [PATCH v7 01/16] pip-requirements.txt: Add Ecc required lib
` [PATCH v7 02/16] .pytool/Plugin: Add a plugin EccCheck
` [PATCH v7 03/16] MdeModulePkg/MdeModulePkg.ci.yaml: Add configuration for Ecc check
` [PATCH v7 04/16] ArmVirtPkg/ArmVirtPkg.ci.yaml: "
` [PATCH v7 05/16] CryptoPkg/CryptoPkg.ci.yaml: "
` [PATCH v7 06/16] EmulatorPkg/EmulatorPkg.ci.yaml: "
` [PATCH v7 07/16] FatPkg/FatPkg.ci.yaml: "
` [PATCH v7 08/16] FmpDevicePkg/FmpDevicePkg.ci.yaml: "
` [PATCH v7 09/16] MdePkg/MdePkg.ci.yaml: "
` [PATCH v7 10/16] NetworkPkg/NetworkPkg.ci.yaml: "
` [PATCH v7 11/16] OvmfPkg/OvmfPkg.ci.yaml: "
` [PATCH v7 12/16] PcAtChipsetPkg/PcAtChipsetPkg.ci.yaml: "
` [PATCH v7 13/16] SecurityPkg/SecurityPkg.ci.yaml: "
` [PATCH v7 14/16] ShellPkg/ShellPkg.ci.yaml: "
` [PATCH v7 15/16] UefiCpuPkg/UefiCpuPkg.ci.yaml: "
` [PATCH v7 16/16] UnitTestFrameworkPkg: Add configuration for Ecc check in yaml file
` [edk2-devel] [PATCH v7 00/16] Add a plugin to check Ecc issues for edk2 on open ci

[PATCH v1 0/3] *** SUBJECT HERE ***
 2020-07-08  1:31 UTC  (4+ messages)
` [PATCH v1 1/3] UnitTestFrameworkPkg : BaseTimerLib: Adds a host-based timer Lib
` [PATCH v1 2/3] CryptoPkg: BaseCryptLib: Add unit tests (Host and Shell based)
` [PATCH v1 3/3] AzurePipelines : Pr Gate: Turn on HBUT for CryptoPkg

Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Tue, 07/07/2020 6:30pm-7:30pm #cal-reminder
 2020-07-08  1:15 UTC 

[PATCH v6 0/4] AMD processor MSR_IA32_MISC_ENABLE
 2020-07-08  0:21 UTC  (13+ messages)
` [PATCH v6 2/4] SourceLevelDebugPkg: SourceLevelDebugPkg.dsc add UefiCpuLib LibraryClass
` [PATCH v6 3/4] UefiCpuPkg: Move StandardSignatureIsAuthenticAMD to BaseUefiCpuLib
` [PATCH v6 4/4] UefiCpuPkg: PiSmmCpuDxeSmm skip MSR_IA32_MISC_ENABLE manipulation on AMD
` [edk2-devel] [PATCH v6 0/4] AMD processor MSR_IA32_MISC_ENABLE

[PATCH 0/2] BaseTools: Convert ReadMe.txt to reStructuredText
 2020-07-07 23:13 UTC  (3+ messages)
` [PATCH 1/2] BaseTools: Update ReadMe.txt to match current functionality
` [PATCH 2/2] BaseTools: rename ReadMe.txt to ReadMe.rst

2nd OVMF question about why InitRootBridge does not set ResourceAssigned?
 2020-07-07 23:08 UTC  (4+ messages)
` [edk2-devel] "

Question about the OVMF and MTRRs?
 2020-07-07 19:08 UTC  (2+ messages)
` [edk2-devel] "

warning: Empty loadable segment detected
 2020-07-07 19:07 UTC  (5+ messages)
` [edk2-devel] "

[PATCH 0/2] Drop suggestions of alternative acceptable licenses
 2020-07-07 15:57 UTC  (7+ messages)
` [PATCH 1/2] Revert "BaseTools/PatchCheck.py: Add LicenseCheck"
    ` [edk2-devel] "
` [PATCH 2/2] ReadMe.rst: delete statements about other accepted licenses

[PATCH] FmpDevicePkg: Enhance capsule verification with secure boot keys
 2020-07-07 15:42 UTC  (10+ messages)
` [edk2-devel] "

OvmfPkg: Adding support for bhyve as OvmfPkg/Bhyve
 2020-07-07 14:31 UTC  (11+ messages)
  ` License Check - was "
    ` [edk2-devel] "

Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Tue, 06/30/2020 6:30pm-7:30pm #cal-reminder
 2020-07-07 14:28 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] .gitignore: Ignore .vscode/ directory generated by VS Code
 2020-07-07 14:19 UTC  (2+ messages)

[PATCH v4 00/15] Kvmtool guest firmware support for Arm
 2020-07-07 13:28 UTC  (22+ messages)
` [PATCH v4 01/15] PcAtChipsetPkg: Add MMIO Support to RTC driver
` [PATCH v4 02/15] ArmVirtPkg: Add Kvmtool RTC Fdt Client Library
` [PATCH v4 03/15] ArmPlatformPkg: Dynamic flash variable base
` [PATCH v4 04/15] ArmVirtPkg: Add kvmtool platform driver
` [PATCH v4 05/15] ArmVirtPkg: kvmtool platform memory map
` [PATCH v4 06/15] ArmVirtPkg: Add Kvmtool NOR flash lib
` [PATCH v4 07/15] MdeModulePkg: Fix constructor invocation ordering
` [PATCH v4 08/15] ArmVirtPkg: GUID Hob for 16550 UART base address
` [PATCH v4 09/15] ArmVirtPkg: 16550 UART Platform hook library
` [PATCH v4 10/15] ArmVirtPkg: Add Kvmtool Platform Pei Lib
` [PATCH v4 11/15] ArmVirtPkg: Support for kvmtool virtual platform
` [PATCH v4 12/15] ArmVirtPkg: Package dependency for MC146818 RTC
` [PATCH v4 13/15] ArmVirtPkg: Add kvmtool to package dictionary
` [PATCH v4 14/15] .python/SpellCheck: Add 'XIPFLAGS' to "words" section
` [PATCH v4 15/15] Maintainer.txt: Add Kvmtool platform reviewer

[PATCH edk2-platforms v2 0/6] Add LS1046AFRWY Platform
 2020-07-07 12:53 UTC  (11+ messages)
` [PATCH edk2-platforms v2 1/6] Silicon/NXP: Add comments explaining RCW bits' parsing
` [PATCH edk2-platforms v2 2/6] Silicon/NXP/LS1043A: Fix the "
` [PATCH edk2-platforms v2 3/6] Silicon/NXP: Add LS1046A Soc package
` [PATCH edk2-platforms v2 4/6] Platform/NXP/LS1046AFRWY: Add ArmPlatformLib
` [PATCH edk2-platforms v2 5/6] Platform/NXP: Add LS1046AFRWY Platform
` [PATCH edk2-platforms v2 6/6] Platform/NXP/LS1046aFrwyPkg: Add VarStore

[PATCH V2 0/2] Add gcc flag for void* pointer arithmetics
 2020-07-07  8:35 UTC  (3+ messages)
` [PATCH V2 1/2] BaseTools: Add gcc flag to warn on void* pointer arithmetic
` [PATCH V2 2/2] BaseTools: Factorize GCC flags

[PATCH v6 1/4] PcAtChipsetPkg: PcAtChipsetPkg.dsc add UefiCpuLib LibraryClass
 2020-07-07  7:42 UTC  (2+ messages)
` [edk2-devel] "

Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Tue, 07/07/2020 6:30pm-7:30pm #cal-reminder
 2020-07-07  1:30 UTC 

UefiPayloadPkg: assert error in PciHostBridgeDxe
 2020-07-06 19:58 UTC  (5+ messages)
` [edk2-devel] "

[edk2-platforms] [PATCH] IntelSiliconPkg: IOMMU generic bug fix
 2020-07-06 17:24 UTC  (5+ messages)
  ` [edk2-devel] "

[PATCH] uefi-sct/SctPkg: Remove gEfiFormBrowserExProtocolGuid
 2020-07-06 16:48 UTC  (4+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH v3 0/4] Platform: Add initial support for N1SDP board
 2020-07-06 14:27 UTC  (2+ messages)
` [edk2-devel] "

[PATCH V3 0/4] Add New Memory Attributes
 2020-07-06  9:57 UTC  (8+ messages)
` [PATCH V3 1/4] MdePkg: "
  ` [edk2-devel] "
` [PATCH V3 2/4] MdeModulePkg: "
  ` [edk2-devel] "
` [PATCH V3 3/4] UefiCpuPkg: Update EFI_MEMORY_CACHETYPE_MASK definition
  ` [edk2-devel] "
` [edk2-devel] [PATCH V3 0/4] Add New Memory Attributes

[PATCH] IntelFsp2Pkg/FspSecCore: Use UefiCpuLib
 2020-07-06  9:43 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH] Using LLVM compiler set to build BaseTools in Linux
 2020-07-06  6:38 UTC 

[PATCH v3 0/2] refine TPM2 operation pull down list
 2020-07-06  3:49 UTC  (3+ messages)
` [PATCH v3 1/2] SecurityPkg/Tpm2CommandLib: add new function Tpm2GetCapabilityIsCommandImplemented
` [PATCH v3 2/2] SecurityPkg/Tcg2Config: remove TPM2_ChangEPS if it is not supported

[PATCH v3 0/2] refine TPM2 operation pull down list
 2020-07-06  3:46 UTC  (3+ messages)
` [PATCH v3 1/2] SecurityPkg/Tpm2CommandLib: add new function Tpm2GetCapabilityIsCommandImplemented
` [PATCH v3 2/2] SecurityPkg/Tcg2Config: remove TPM2_ChangEPS if it is not supported

[PATCH 01/13] SecurityPkg/Tcg2Pei: Add missing PCRIndex in FvBlob event
 2020-07-06  3:03 UTC 

[PATCH 01/14] SecurityPkg/Tcg2Dxe: Add PcdTcgPfpMeasurementRevision in SpecId event
 2020-07-06  3:02 UTC 

[PATCH] MdeModulePkg/PartitionDxe: Seperate the Udf handler
 2020-07-06  2:55 UTC  (8+ messages)
  ` [edk2-devel] "

[PATCH v6 00/16] Add a plugin to check Ecc issues for edk2 on open ci
 2020-07-06  1:15 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v2 0/2] refine TPM2 operation pull down list
 2020-07-05 23:59 UTC  (3+ messages)

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

[PATCH edk2-test 1/1] SctPkg: fix page alignment calculations
 2020-07-04 15:52 UTC 


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