public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-07-20 08:37:31 to 2020-07-21 21:25:06 UTC [more...]

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

[edk2-platforms][PATCH v4 0/5] Platform: Add initial support for N1SDP board
 2020-07-21 18:31 UTC  (4+ messages)
` [edk2-platforms][PATCH v4 2/5] Silicon/ARM/N1SoC: Implement Neoverse N1 Soc specific PciExpressLib
  ` [edk2-devel] "
` [edk2-devel] [edk2-platforms][PATCH v4 0/5] Platform: Add initial support for N1SDP board

[PATCH 0/2] Enable HttpDynamicCommand for ArmVirtPkg and OvmfPkg
 2020-07-21 17:23 UTC  (3+ messages)
` [PATCH 1/2] ArmVirtPkg: enable HttpDynamiCommand
` [PATCH 2/2] OvmfPkg: enable HttpDynamicCommand

[PATCH 00/15] Add a plugin LicenseCheck in open ci
 2020-07-21 16:42 UTC  (23+ messages)
` [PATCH 03/15] ArmVirtPkg/ArmVirtPkg.ci.yaml: Add configuration for LicenseCheck
` [PATCH 04/15] CryptoPkg/CryptoPkg.ci.yaml: "
  ` [edk2-devel] "
` [PATCH 06/15] FmpDevicePkg/FmpDevicePkg.ci.yaml: "
  ` [edk2-devel] "
` [PATCH 07/15] MdeModulePkg/MdeModulePkg.ci.yaml: "
  ` [edk2-devel] "
` [PATCH 08/15] MdePkg/MdePkg.ci.yaml: "
` [PATCH 09/15] NetworkPkg/NetworkPkg.ci.yaml: "
  ` [edk2-devel] "
` [PATCH 10/15] OvmfPkg/OvmfPkg.ci.yaml: "
` [PATCH 11/15] PcAtChipsetPkg/PcAtChipsetPkg.ci.yaml: "
` [PATCH 12/15] SecurityPkg/SecurityPkg.ci.yaml: "
` [PATCH 13/15] ShellPkg/ShellPkg.ci.yaml: "
` [PATCH 14/15] UefiCpuPkg/UefiCpuPkg.ci.yaml: "
` [PATCH 15/15] UnitTestFrameworkPkg: Add configuration for LicenseCheck in yaml file

[PATCH v4 0/6] Add capability to let PEIM extend TcgEvent
 2020-07-21 15:05 UTC  (15+ messages)
` [PATCH v4 1/6] SecurityPkg/TcgPpi: Add TcgPpi header file
` [PATCH v4 2/6] SecurityPkg/dec: Add TcgPpi
` [PATCH v4 3/6] SecurityPkg/Tcg: "
` [PATCH v4 4/6] SecurityPkg/Tcg2: "
` [PATCH v4 5/6] SecurityPkg/PeiTpmMeasurementLib: Add PEI instance
    ` [edk2-devel] "
` [PATCH v4 6/6] SecurityPkg/dsc: Add PeiTpmMeasurementLib

[PATCH 1/1] EmbeddedPkg: fix gcc build errors in AndroidBootImgLib
 2020-07-21 14:26 UTC  (3+ messages)

[edk2-platforms] [PATCH v8 0/6] Create a Library instance of ReportCpuHobLib
 2020-07-21 12:41 UTC  (9+ messages)
` [edk2-platforms] [PATCH v8 1/6] Platform/Intel/MinPlatformPkg: Fix build error
` [edk2-platforms] [PATCH v8 2/6] Platform/Intel/CometlakeOpenBoardPkg: Add ReportCpuHobLib
` [edk2-platforms] [PATCH v8 3/6] Platform/Intel/KabylakeOpenBoardPkg: "
` [edk2-platforms] [PATCH v8 4/6] Platform/Intel/SimicsOpenBoardPkg: "
` [edk2-platforms] [PATCH v8 5/6] Platform/Intel/WhiskeylakeOpenBoardPkg: "
` [edk2-platforms] [PATCH v8 6/6] Platform/Intel/MinPlatformPkg: "

[PATCH 1/1] BaseTools/Scripts: Ignore the CRLF check when upgrade submodule
 2020-07-21 10:38 UTC  (3+ messages)

[edk2-platforms PATCH 1/5] Silicon/Synopsys/DesignWare: Import DesignWare USB3 peripheral driver
 2020-07-21  8:17 UTC  (4+ messages)

[PATCH] BaseTools/PatchCheck.py: Skip length check for user name in xxx-by
 2020-07-21  5:58 UTC  (5+ messages)

Help of acpi event
 2020-07-21  5:53 UTC 

[edk2-platforms] [PATCH v7 0/6] Create a Library instance of ReportCpuHobLib
 2020-07-21  5:43 UTC  (9+ messages)
` [edk2-platforms] [PATCH v7 1/6] Platform/Intel/MinPlatformPkg: Fix build error
` [edk2-platforms] [PATCH v7 2/6] Platform/Intel/CometlakeOpenBoardPkg: Add ReportCpuHobLib
` [edk2-platforms] [PATCH v7 3/6] Platform/Intel/KabylakeOpenBoardPkg: "
` [edk2-platforms] [PATCH v7 4/6] Platform/Intel/SimicsOpenBoardPkg: "
` [edk2-platforms] [PATCH v7 5/6] Platform/Intel/WhiskeylakeOpenBoardPkg: "
` [edk2-platforms] [PATCH v7 6/6] Platform/Intel/MinPlatformPkg: "

[PATCH edk2-platforms 0/4] Readme.md: various build example updates
 2020-07-21  3:58 UTC  (3+ messages)
` [PATCH edk2-platforms 2/4] Readme.md: update build parallellism information
  ` [edk2-devel] "

[PATCH] Using LLVM compiler set to build BaseTools in Linux
 2020-07-21  3:51 UTC  (3+ messages)

[Patch v4] BaseTools: Add Guid name support in GenFfs
 2020-07-21  3:39 UTC  (2+ messages)
  ` [edk2-devel] "

[PATCH 0/2] BaseTools: Convert ReadMe.txt to reStructuredText
 2020-07-21  3:20 UTC  (2+ messages)
` [edk2-devel] "

[edk2-platforms] [PATCH v6 0/6] Create a Library instance of ReportCpuHobLib
 2020-07-21  2:51 UTC  (15+ messages)
` [edk2-platforms] [PATCH v6 1/6] Platform/Intel/MinPlatformPkg: Fix build error
    ` [edk2-devel] "
      ` 回覆: "
` [edk2-platforms] [PATCH v6 2/6] Platform/Intel/CometlakeOpenBoardPkg: Add ReportCpuHobLib
  ` [edk2-devel] "
` [edk2-platforms] [PATCH v6 3/6] Platform/Intel/KabylakeOpenBoardPkg: "
` [edk2-platforms] [PATCH v6 4/6] Platform/Intel/SimicsOpenBoardPkg: "
  ` [edk2-devel] "
` [edk2-platforms] [PATCH v6 5/6] Platform/Intel/WhiskeylakeOpenBoardPkg: "
` [edk2-platforms] [PATCH v6 6/6] Platform/Intel/MinPlatformPkg: "

[PATCH] MdePkg Base.h: Delete prototype for __builtin_return_address
 2020-07-21  2:29 UTC  (6+ messages)
  ` [edk2-devel] "

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

File in the build question. I'm working on a smart git grep
 2020-07-21  1:53 UTC  (6+ messages)
` [edk2-devel] "

[PATCH v7 00/16] Add a plugin to check Ecc issues for edk2 on open ci
 2020-07-21  1:13 UTC  (3+ messages)
` [PATCH v7 03/16] MdeModulePkg/MdeModulePkg.ci.yaml: Add configuration for Ecc check
  ` [edk2-devel] "

[PATCH v2 0/2] UefiPayloadPkg: Runtime MMCONF
 2020-07-21  0:49 UTC  (6+ messages)
` [PATCH v2 1/2] UefiPayloadPkg: Store the real size of the MMCONF window
` [PATCH v2 2/2] MdePkg: Add support for variable size MMCONF space

[PATCH] MdeModulePkg: Upon BootOption failure, Destroy RamDisk memory before RSC
 2020-07-21  0:46 UTC  (5+ messages)
` [edk2-devel] "

[PATCH v4 0/6] *** SUBJECT HERE ***
 2020-07-21  0:18 UTC  (3+ messages)
` [edk2-devel] "
  ` 回覆: "

[PATCH] SecurityPkg: Fix GetSupportedAndActivePcrs counter calculation
 2020-07-21  0:12 UTC  (4+ messages)
` [edk2-devel] "

[PATCH] SecurityPkg: Debug code to audit BIOS TPM extend operations
 2020-07-20 22:28 UTC 

[PATCH] SecurityPkg: Fix GetSupportedAndActivePcrs counter calculation
 2020-07-20 22:27 UTC 

[edk2-platform][PATCH v1 0/7] Platform/RaspberryPi : SMBIOS fixes and cleanup
 2020-07-20 21:55 UTC  (14+ messages)
` [edk2-platform][PATCH v1 1/7] Platforms/RaspberryPi: Fix NULL AssetTag in SMBIOS
` [edk2-platform][PATCH v1 2/7] Platforms/RaspberryPi: SMBIOS Type 2 and Type 3 fixes
` [edk2-platform][PATCH v1 3/7] Platforms/RaspberryPi: SMBIOS Type 0 fixes
` [edk2-platform][PATCH v1 4/7] Platforms/RaspberryPi: SMBIOS Type 4 fixes
` [edk2-platform][PATCH v1 5/7] Platforms/RaspberryPi: SMBIOS Type 7 fixes
` [edk2-platform][PATCH v1 6/7] Platforms/RaspberryPi: SMBIOS Memory Types fixes
` [edk2-platform][PATCH v1 7/7] Platforms/RaspberryPi: SMBIOS minor cleanup

[PATCH v5 1/6] Platform/Intel/MinPlatformPkg: Fix build error
 2020-07-20 20:26 UTC  (6+ messages)
` [PATCH v5 2/6] Platform/Intel/CometlakeOpenBoardPkg: Add ReportCpuHobLib
` [PATCH v5 3/6] Platform/Intel/KabylakeOpenBoardPkg: "
` [PATCH v5 4/6] Platform/Intel/SimicsOpenBoardPkg: "
` [PATCH v5 5/6] Platform/Intel/WhiskeylakeOpenBoardPkg: "
` [PATCH v5 6/6] Platform/Intel/MinPlatformPkg: "

[PATCH v1 1/1] ShellPkg: smbiosview - Change some type 17 field values format
 2020-07-20 19:32 UTC 

[edk2-platforms][PATCH 1/1] Platforms/RaspberryPi: Fix BIOS Release Date and System Manufacturer
 2020-07-20 16:51 UTC  (3+ messages)

[PATCH v10 00/46] SEV-ES guest support
 2020-07-20 15:27 UTC  (3+ messages)
` [PATCH v10 10/46] UefiPayloadPkg: Prepare UefiPayloadPkg to use the VmgExitLib library
  ` [edk2-devel] "

[PATCH] Maintainers.txt: Remove invalid email address and a few other role changes
 2020-07-20 15:18 UTC  (7+ messages)
          ` [edk2-devel] "

[PATCH] Maintainers.txt: Add 'Zhiguang Liu' for MdePkg review
 2020-07-20 14:30 UTC  (2+ messages)
` [edk2-devel] "

[edk2-staging][PATCH] BaseTools/Fmmt: Fix regression issue by b41fac8e
 2020-07-20 14:30 UTC  (2+ messages)

[edk2-platform][PATCH v1 0/2] Platform/RaspberryPi : Set supported platform Language to English
 2020-07-20 13:42 UTC  (6+ messages)
` [edk2-platform][PATCH v1 1/2] Platforms/RaspberryPi: Set RPi4 Language supported "
` [edk2-platform][PATCH v1 2/2] Platforms/RaspberryPi: Set RPi3 "

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

[PATCH v4 1/6] Platform/Intel/MinPlatformPkg: Fix build error
 2020-07-20  8:59 UTC  (6+ messages)
` [PATCH v4 2/6] Platform/Intel/CometlakeOpenBoardPkg: Add ReportCpuHobLib
` [PATCH v4 3/6] Platform/Intel/KabylakeOpenBoardPkg: "
` [PATCH v4 4/6] Platform/Intel/SimicsOpenBoardPkg: "
` [PATCH v4 5/6] Platform/Intel/WhiskeylakeOpenBoardPkg: "
` [PATCH v4 6/6] Platform/Intel/MinPlatformPkg: "

[PATCH 12/15] SecurityPkg/SecurityPkg.ci.yaml: Add configuration for LicenseCheck
 2020-07-20  8:39 UTC 


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