public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-04-21 02:05:02 to 2020-04-22 21:35:52 UTC [more...]

[edk2-devel] [edk2-staging/EdkRepo][PATCH V2 0/3] EdkRepo: Add initial manifest repository support
 2020-04-22 21:35 UTC  (4+ messages)
` [edk2-staging/EdkRepo] [PATCH V2 1/3] EdkRepo: Initial commit of workspace_maitenance.py
` [edk2-staging/EdkRepo] [PATCH V2 2/3] EdkRepo: Add edkrepo/common/workspace_maitenance/manifest_repos_maitenance
` [edk2-staging/EdkRepo] [PATCH V2 3/3] EdkRepo: Update pull_latest_manifest_repo to use pull_single_manifest_repo

[PATCH v1 0/7] Add definitions introduced in UEFI 2.8
 2020-04-22 20:41 UTC  (5+ messages)
` [PATCH v1 7/7] MdePkg: UEFI JSON Capsule Support
  ` [edk2-devel] "
` [edk2-devel] [PATCH v1 0/7] Add definitions introduced in UEFI 2.8

[PATCH 0/6] OvmfPkg/ResetSystemLib: clean up, refactor, fix
 2020-04-22 20:35 UTC  (6+ messages)
` [PATCH 5/6] OvmfPkg/ResetSystemLib: rename to BaseResetSystemLib
  ` [edk2-devel] "
` [edk2-devel] [PATCH 0/6] OvmfPkg/ResetSystemLib: clean up, refactor, fix

[edk2-devel] FW: Discussion: Basetools a separate repo
 2020-04-22 19:30 UTC  (6+ messages)

[edk2-platforms] [PATCH V1 0/2] Integrate BDS Hook Points into New Platforms
 2020-04-22 18:15 UTC  (5+ messages)
` [edk2-platforms] [PATCH V1 1/2] CometlakeOpenBoardPkg: Add BDS Hook Dxe Driver
  ` [edk2-devel] "
` [edk2-platforms] [PATCH V1 2/2] WhiskeylakeOpenBoardPkg/UpXtreme: "
  ` [edk2-devel] "

[PATCH v7 00/43] SEV-ES guest support
 2020-04-22 17:46 UTC  (41+ messages)
` [PATCH v7 01/43] MdeModulePkg: Create PCDs to be used in support of SEV-ES
` [PATCH v7 02/43] UefiCpuPkg: Create PCD "
` [PATCH v7 03/43] MdePkg: Add the MSR definition for the GHCB register
` [PATCH v7 04/43] MdePkg: Add a structure definition for the GHCB
` [PATCH v7 05/43] MdeModulePkg/DxeIplPeim: Support GHCB pages when creating page tables
` [PATCH v7 06/43] MdePkg/BaseLib: Add support for the XGETBV instruction
` [PATCH v7 07/43] MdePkg/BaseLib: Add support for the VMGEXIT instruction
` [PATCH v7 08/43] UefiCpuPkg: Implement library support for VMGEXIT
` [PATCH v7 09/43] OvmfPkg: Prepare OvmfPkg to use the VmgExitLib library
` [PATCH v7 10/43] UefiPayloadPkg: Prepare UefiPayloadPkg "
  ` [edk2-devel] "
` [PATCH v7 11/43] UefiCpuPkg/CpuExceptionHandler: Add base support for the #VC exception
` [PATCH v7 12/43] UefiCpuPkg/CpuExceptionHandler: Add support for IOIO_PROT NAE events
` [PATCH v7 13/43] UefiCpuPkg/CpuExceptionHandler: Support string IO "
` [PATCH v7 14/43] UefiCpuPkg/CpuExceptionHandler: Add support for CPUID "
` [PATCH v7 15/43] UefiCpuPkg/CpuExceptionHandler: Add support for MSR_PROT "
` [PATCH v7 16/43] UefiCpuPkg/CpuExceptionHandler: Add support for NPF NAE events (MMIO)
` [PATCH v7 17/43] UefiCpuPkg/CpuExceptionHandler: Add support for WBINVD NAE events
` [PATCH v7 18/43] UefiCpuPkg/CpuExceptionHandler: Add support for RDTSC "
` [PATCH v7 19/43] UefiCpuPkg/CpuExceptionHandler: Add support for RDPMC "
` [PATCH v7 20/43] UefiCpuPkg/CpuExceptionHandler: Add support for INVD "
` [PATCH v7 21/43] UefiCpuPkg/CpuExceptionHandler: Add support for VMMCALL "
` [PATCH v7 22/43] UefiCpuPkg/CpuExceptionHandler: Add support for RDTSCP "
` [PATCH v7 23/43] UefiCpuPkg/CpuExceptionHandler: Add support for MONITOR/MONITORX "
` [PATCH v7 24/43] UefiCpuPkg/CpuExceptionHandler: Add support for MWAIT/MWAITX "
` [PATCH v7 25/43] UefiCpuPkg/CpuExceptionHandler: Add support for DR7 Read/Write "
` [PATCH v7 26/43] OvmfPkg/MemEncryptSevLib: Add an SEV-ES guest indicator function
` [PATCH v7 27/43] OvmfPkg: Add support to perform SEV-ES initialization
` [PATCH v7 28/43] OvmfPkg: Create a GHCB page for use during Sec phase
` [PATCH v7 29/43] OvmfPkg/PlatformPei: Reserve GHCB-related areas if S3 is supported
` [PATCH v7 30/43] OvmfPkg: Create GHCB pages for use during Pei and Dxe phase
` [PATCH v7 31/43] OvmfPkg/PlatformPei: Move early GDT into ram when SEV-ES is enabled
` [PATCH v7 32/43] UefiCpuPkg: Create an SEV-ES workarea PCD
` [PATCH v7 33/43] OvmfPkg: Reserve a page in memory for the SEV-ES usage
` [PATCH v7 34/43] OvmfPkg/ResetVector: Add support for a 32-bit SEV check
` [PATCH v7 35/43] OvmfPkg/Sec: Add #VC exception handling for Sec phase
` [PATCH v7 36/43] OvmfPkg/Sec: Enable cache early to speed up booting
` [PATCH v7 37/43] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Bypass flash detection with SEV-ES is enabled
` [PATCH v7 38/43] UefiCpuPkg: Add a 16-bit protected mode code segment descriptor
` [PATCH v7 39/43] UefiCpuPkg/MpInitLib: Add CPU MP data flag to indicate if SEV-ES is enabled

[PATCH 0/1] ShellPkg: Add support for input with separately reported modifiers
 2020-04-22 16:55 UTC  (10+ messages)
` [PATCH 1/1] "
  ` [edk2-devel] "

[edk2-platforms: PATCH] MinPlatformPkg/PlatformInitPei: Create Library Instance of ReportCpuHobLib
 2020-04-22 16:56 UTC 

[PATCH] UefiCpuPkg/MpInitLib: Remove Executable attribute from MpLib.h
 2020-04-22 16:55 UTC  (2+ messages)

[PATCH edk2-platforms v3 00/24] Add PEI phase to LS1043ARDB Platform
 2020-04-22 16:51 UTC  (8+ messages)
` [PATCH edk2-platforms v3 01/24] Silicon/NXP: Add I2c lib
` [PATCH edk2-platforms v3 02/24] Silicon/NXP: changes to use I2clib in i2cdxe
` [PATCH edk2-platforms v3 07/24] Silicon/NXP: remove print information from Soc lib
  ` [PATCH edk2-platforms v3 07/24] Silicon/NXP: remove print information from Soc

[PATCH v3 0/6] Add BhyvePkg, to support the bhyve hypervisor
 2020-04-22 16:48 UTC  (11+ messages)
` [PATCH v3 1/6] OvmfPkg: Add bhyve support into AcpiTimerLib
` [PATCH v3 2/6] OvmfPkg: Add QemuFwCfgLibNull
` [PATCH v3 3/6] OvmfPkg: Add VBE2 mode info structure to LegacyVgaBios.h
` [PATCH v3 4/6] Add BhyvePkg, to support the bhyve hypervisor
` [PATCH v3 5/6] BhyvePkg: Add PlatformPei
` [PATCH v3 6/6] BhyvePkg: Add AcpiPlatformDxe

[PATCH v1] UefiCpuPkg/MpInitLib: Add missing explicit PcdLib dependency
 2020-04-22 16:14 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 0/2] OvmfXen: Cleanup debug options
 2020-04-22 16:10 UTC  (7+ messages)
` [PATCH 1/2] OvmfPkg/OvmfXen: Remove DEBUG_ON_SERIAL_PORT
` [PATCH 2/2] OvmfPkg/OvmfXen: Introduce XenDebugLibIoPort

[PATCH 1/1] BaseTools: convert diff.order to LF-only
 2020-04-22 16:09 UTC  (3+ messages)
  ` [edk2-devel] "

[edk2-discuss] Load Option passing. Either bugs or my confusion
 2020-04-22 16:05 UTC  (6+ messages)

[PATCH] BaseTools/PatchCheck.py: Add LicenseCheck
 2020-04-22 16:01 UTC  (4+ messages)
  ` [edk2-devel] "

[PATCH 00/13] BhyvePkg - initial patch series for review
 2020-04-22 15:49 UTC  (9+ messages)
` [PATCH 02/13] OvmfPkg: support powering off bhyve guests
  ` [edk2-devel] "
` [edk2-devel] [PATCH 00/13] BhyvePkg - initial patch series for review

[edk2-devel] [PATCH v1 0/9] MdePkg changes for RISC-V edk2 port
 2020-04-22 14:48 UTC  (5+ messages)

[edk2-platforms][PATCH v4 0/9]Platform/Arm/Sgi: Add platform support for RD-Daniel
 2020-04-22 12:12 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v2 1/2] UefiCpuPkg/MpInitLib: Restore IDT context for APs
 2020-04-22 11:47 UTC  (4+ messages)
` [PATCH v2 2/2] UefiCpuPkg/MpInitLib: Avoid ApInitReconfig in PEI

[PATCH 0/2] UefiCpuPkg/MpInitLib: Fix ASSERT in AP procedure
 2020-04-22 11:26 UTC  (8+ messages)
` [PATCH 1/2] UefiCpuPkg/MpInitLib: Restore IDT context for APs
      ` [edk2-devel] "
` [PATCH 2/2] UefiCpuPkg/MpInitLib: Avoid ApInitReconfig in PEI
  ` [edk2-devel] "

[edk2-platforms] [PATCH 00/11] Add BDS Hook Points
 2020-04-22 10:31 UTC  (3+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH v2 8/9] MdePkg/BaseSynchronizationLib: RISC-V cache related code
 2020-04-22  9:15 UTC 

[PATCH v1 2/9] MdeModulePkg: Define the VariablePolicyLib
 2020-04-22  9:14 UTC  (2+ messages)
  ` [edk2-devel] "

[PATCH v2 5/9] MdePkg/BaseIoLibIntrinsic: Rename IoLibArm.c=>IoLibNoIo.c
 2020-04-22  9:03 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v2 8/9] MdePkg/BaseSynchronizationLib: RISC-V cache related code
 2020-04-22  9:03 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v2 0/2] UefiCpuPkg/MpInitLib: Fix ASSERT in AP procedure
 2020-04-22  8:52 UTC  (2+ messages)
` [PATCH 1/2] UefiCpuPkg/MpInitLib: Restore IDT context for APs

[PATCH v2 0/2] UefiCpuPkg/MpInitLib: Fix ASSERT in AP procedure
 2020-04-22  8:45 UTC  (3+ messages)
` [PATCH v2 1/2] UefiCpuPkg/MpInitLib: Restore IDT context for APs
` [PATCH 2/2] UefiCpuPkg/MpInitLib: Avoid ApInitReconfig in PEI

[PATCH v4 3/3] BaseTools: BaseTools changes for RISC-V platform
 2020-04-22  6:36 UTC  (3+ messages)
` [edk2-devel] "

[edk2-staging/EdkRepo] [PATCH 0/2] EdkRepo: Add initial manifest repository support
 2020-04-22  5:30 UTC  (5+ messages)
` [edk2-staging/EdkRepo] [PATCH 1/2] EdkRepo: Add edkrepo/common/workspace_mgmt/manifest_repos_mgmt
` [edk2-staging/EdkRepo] [PATCH 2/2] EdkRepo: Update pull_latest_manifest_repo to use pull_single_manifest_repo

[edk2-staging/EdkRepo] [PATCH v1] EdkRepo: Improve removal of content with AlwaysExclude
 2020-04-22  0:14 UTC  (2+ messages)

[PATCH v4] UefiCpuPkg: Fix bug in MpInitLib
 2020-04-21 18:47 UTC  (5+ messages)
` [PATCH] UefiCpuPkg/MpInitLib: Skip reading PlatformId on AMD processors
  ` [edk2-devel] "

[PATCH v1 1/2] MdePkg/UnitTestLib.h: Drop FrameworkHandle param from SaveFrameworkState()
 2020-04-21 18:35 UTC  (2+ messages)
` [PATCH v1 2/2] UnitTestFrameworkPkg/UnitTestLib: Update SaveFrameworkState() signature

[PATCH v1 0/2] Drop FrameworkHandle param from SaveFrameworkState()
 2020-04-21 18:35 UTC 

[PATCH] EdkRepo: Fix Linux install failures
 2020-04-21 17:42 UTC  (3+ messages)

[PATCH 1/1] ShellPkg/DynamicCommand: add HttpDynamicCommand
 2020-04-21 17:37 UTC  (5+ messages)
` [edk2-devel] "

[edk2-platform][PATCH v1 1/1] * Readme.md: Update supported platforms
 2020-04-21 17:17 UTC  (3+ messages)
` [edk2-devel] "

[edk2][PATCH v2 0/2] ACPI table defailt for Aarch64
 2020-04-21 17:06 UTC  (9+ messages)
` [edk2][PATCH v2 1/2] MdeModulePkg: PcdAcpiExposedTableVersions default for Arm64 platforms
  ` [edk2-devel] "

[PATCH 1/1] BaseTools: explicitly import decode_header PatchCheck.py
 2020-04-21 15:42 UTC 

[PATCH v2 3/6] EmulatorPkg: Add Platform CI and configuration for Core CI
 2020-04-21 14:43 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH v2 0/6] Mark the File parameter as OPTIONAL
 2020-04-21 14:21 UTC  (6+ messages)
` [PATCH v2 6/6] MdePkg/Security2: "
  ` [edk2-devel] "
` [edk2-devel] [PATCH v2 0/6] "

[PATCH v2 0/6] Edk2 Platform and Core CI for ArmVirtPkg, EmulatorPkg, and OvmfPkg
 2020-04-21 14:18 UTC  (2+ messages)

[edk2-platforms][PATCH 1/2] Platform/RPi4: Update DSC to reflect switch to single TF-A binary
 2020-04-21 13:04 UTC  (3+ messages)
` [edk2-platforms][PATCH 2/2] Platform/RPi: Fix Readme issues

ShellPkg: acpiview command doesn't appear to be included in any profile
 2020-04-21 12:55 UTC  (3+ messages)
` [edk2-devel] "

[edk2-non-osi][PATCH 1/1] Platform/RPi/TrustedFirmware: Update TF-A binaries to v2.3 release
 2020-04-21 12:52 UTC  (4+ messages)

[edk2-devel] edk2 repo for RedfishPkg
 2020-04-21  9:50 UTC  (3+ messages)

[PATCH v1 0/9] MdePkg changes for RISC-V edk2 port
 2020-04-21  8:21 UTC  (20+ messages)
` [PATCH v1 1/9] MdePkg: RISC-V RV64 binding in MdePkg
  ` [edk2-devel] "
` [PATCH v1 2/9] MdePkg/Include: RISC-V definitions
  ` [edk2-devel] "
` [PATCH v1 3/9] MdePkg/BaseLib: BaseLib for RISC-V RV64 Processor
  ` [edk2-devel] "
` [PATCH v1 4/9] MdePkg/BaseCacheMaintenanceLib: RISC-V cache maintenance implementation
  ` [edk2-devel] "
` [PATCH v1 5/9] MdePkg/BaseIoLibIntrinsic: Rename IoLibArm.c=>IoLibNoIo.c
  ` [edk2-devel] "
` [PATCH v1 6/9] MdePkg/BasePeCoff: Add RISC-V PE/Coff related code
  ` [edk2-devel] "
` [PATCH v1 7/9] MdePkg/BaseCpuLib: RISC-V Base CPU library implementation
  ` [edk2-devel] "
` [PATCH v1 8/9] MdePkg/BaseSynchronizationLib: RISC-V cache related code
  ` [edk2-devel] "
` [PATCH v1 9/9] MdePkg/BaseSafeIntLib: Add RISCV64 arch for BaseSafeIntLib
  ` [edk2-devel] "

[PATCH 1/1] EmbeddedPkg/MmcDxe: Added MaxBlock Transfer Limit 65535 in R/W
 2020-04-21  6:39 UTC  (6+ messages)
    ` [EXT] "

[edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 00/12] New PCI features - MPS, MRRS, RO, NS, CTO
 2020-04-21  6:22 UTC  (12+ messages)
  ` [edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 05/12] PciBusDxe: Setup sub-phases for PCI feature enumeration

Cancelled Event: TianoCore Bug Triage - APAC / NAMO - Wednesday, 22 April 2020 #cal-cancelled
 2020-04-21  6:01 UTC 

[PATCH v3 0/3] BaseTools changes for RISC-V edk2 port
 2020-04-21  5:56 UTC  (6+ messages)
` [PATCH v3 1/3] BaseTools: BaseTools changes for RISC-V platform
` [PATCH v3 2/3] "
` [PATCH v3 3/3] "
  ` [edk2-devel] "

[edk2-staging/EdkRepo] [PATCH] EdkRepo: Remove required delimiter from edkrepo base config class
 2020-04-21  3:40 UTC  (2+ messages)
` [edk2-devel] "

[edk2-staging][PATCH] BaseTools/FMMT: Fix FV add FFs issue
 2020-04-21  3:21 UTC 

[edk2-devel] [PATCH v1 0/1] BaseTools: BaseTools changes for RISC-V platform
 2020-04-21  2:41 UTC  (2+ messages)

[PATCH v2 0/8] Add BhyvePkg, to support the bhyve hypervisor
 2020-04-21  2:04 UTC  (4+ messages)
` [PATCH v2 5/8] "
` [PATCH v2 6/8] BhyvePkg: Add PlatformPei
` [PATCH v2 7/8] BhyvePkg: Add AcpiPlatformDxe


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