messages from 2020-03-19 14:37:19 to 2020-03-24 17:44:19 UTC [more...]
[PATCH v4 0/3] Add RpmcLib and VariableKeyLib
2020-03-24 17:44 UTC (5+ messages)
` [PATCH v4 1/3] SecurityPkg: add RpmcLib and VariableKeyLib public headers
` [EXTERNAL] [edk2-devel] "
` [PATCH v4 2/3] SecurityPkg: add null version of RpmcLib
` [PATCH v4 3/3] SecurityPkg: add null version of VariableKeyLib
[PATCH v6 00/42] SEV-ES guest support
2020-03-24 17:40 UTC (40+ messages)
` [PATCH v6 01/42] MdePkg: Create PCDs to be used in support of SEV-ES
` [PATCH v6 02/42] MdePkg: Add the MSR definition for the GHCB register
` [PATCH v6 03/42] MdePkg: Add a structure definition for the GHCB
` [PATCH v6 04/42] MdeModulePkg/DxeIplPeim: Support GHCB pages when creating page tables
` [PATCH v6 05/42] MdePkg/BaseLib: Add support for the XGETBV instruction
` [PATCH v6 06/42] MdePkg/BaseLib: Add support for the VMGEXIT instruction
` [PATCH v6 07/42] UefiCpuPkg: Implement library support for VMGEXIT
` [PATCH v6 08/42] OvmfPkg: Prepare OvmfPkg to use the VmgExitLib library
` [PATCH v6 09/42] UefiPayloadPkg: Prepare UefiPayloadPkg "
` [PATCH v6 10/42] UefiCpuPkg/CpuExceptionHandler: Add base support for the #VC exception
` [PATCH v6 11/42] UefiCpuPkg/CpuExceptionHandler: Add support for IOIO_PROT NAE events
` [PATCH v6 12/42] UefiCpuPkg/CpuExceptionHandler: Support string IO "
` [PATCH v6 13/42] UefiCpuPkg/CpuExceptionHandler: Add support for CPUID "
` [PATCH v6 14/42] UefiCpuPkg/CpuExceptionHandler: Add support for MSR_PROT "
` [PATCH v6 15/42] UefiCpuPkg/CpuExceptionHandler: Add support for NPF NAE events (MMIO)
` [PATCH v6 16/42] UefiCpuPkg/CpuExceptionHandler: Add support for WBINVD NAE events
` [PATCH v6 17/42] UefiCpuPkg/CpuExceptionHandler: Add support for RDTSC "
` [PATCH v6 18/42] UefiCpuPkg/CpuExceptionHandler: Add support for RDPMC "
` [PATCH v6 19/42] UefiCpuPkg/CpuExceptionHandler: Add support for INVD "
` [PATCH v6 20/42] UefiCpuPkg/CpuExceptionHandler: Add support for VMMCALL "
` [PATCH v6 21/42] UefiCpuPkg/CpuExceptionHandler: Add support for RDTSCP "
` [PATCH v6 22/42] UefiCpuPkg/CpuExceptionHandler: Add support for MONITOR/MONITORX "
` [PATCH v6 23/42] UefiCpuPkg/CpuExceptionHandler: Add support for MWAIT/MWAITX "
` [PATCH v6 24/42] UefiCpuPkg/CpuExceptionHandler: Add support for DR7 Read/Write "
` [PATCH v6 25/42] OvmfPkg/MemEncryptSevLib: Add an SEV-ES guest indicator function
` [PATCH v6 26/42] OvmfPkg: Add support to perform SEV-ES initialization
` [PATCH v6 27/42] OvmfPkg: Create a GHCB page for use during Sec phase
` [PATCH v6 28/42] OvmfPkg/PlatformPei: Reserve GHCB-related areas if S3 is supported
` [PATCH v6 29/42] OvmfPkg: Create GHCB pages for use during Pei and Dxe phase
` [PATCH v6 30/42] OvmfPkg/PlatformPei: Move early GDT into ram when SEV-ES is enabled
` [PATCH v6 31/42] UefiCpuPkg: Create an SEV-ES workarea PCD
` [PATCH v6 32/42] OvmfPkg: Reserve a page in memory for the SEV-ES usage
` [PATCH v6 33/42] OvmfPkg/ResetVector: Add support for a 32-bit SEV check
` [PATCH v6 34/42] OvmfPkg/Sec: Add #VC exception handling for Sec phase
` [PATCH v6 36/42] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Bypass flash detection with SEV-ES is enabled
` [PATCH v6 37/42] UefiCpuPkg: Add a 16-bit protected mode code segment descriptor
` [PATCH v6 38/42] UefiCpuPkg/MpInitLib: Add CPU MP data flag to indicate if SEV-ES is enabled
` [PATCH v6 39/42] UefiCpuPkg: Allow AP booting under SEV-ES
` [PATCH v6 40/42] OvmfPkg: Use the SEV-ES work area for the SEV-ES AP reset vector
[Patch 1/1] BaseTools: Add .map file as a target in makefile
2020-03-24 17:40 UTC (2+ messages)
` [EXTERNAL] "
[PATCH v4] MdePkg/UnitTestBaseLib: Add check for pointer BinData
2020-03-24 17:38 UTC (3+ messages)
` [EXTERNAL] [edk2-devel] "
[edk2-platforms][PATCH] IntelSiliconPkg/IntelPciDeviceSecurityDxe: Replace ASSERT_EFI_ERROR
2020-03-24 17:19 UTC (4+ messages)
` [EXTERNAL] [edk2-devel] "
[PATCH] UnitTestFrameworkPkg: Invalid index may be used
2020-03-24 17:17 UTC (5+ messages)
` [edk2-devel] "
[PATCH 00/17]: OvmfPkg: Support booting from VMware PVSCSI controller
2020-03-24 17:04 UTC (39+ messages)
` [PATCH 01/17] OvmfPkg/PvScsiDxe: Create empty driver
` [edk2-devel] "
` [PATCH 02/17] OvmfPkg/PvScsiDxe: Install DriverBinding protocol
` [edk2-devel] "
` [PATCH 03/17] OvmfPkg/PvScsiDxe: Report name of driver
` [edk2-devel] "
` [PATCH 04/17] OvmfPkg/PvScsiDxe: Probe PCI devices and look for PvScsi
` [edk2-devel] "
` [PATCH 05/17] OvmfPkg/PvScsiDxe: Install stubbed EXT_SCSI_PASS_THRU
` [edk2-devel] "
` [PATCH 06/17] OvmfPkg/PvScsiDxe: Report the number of targets and LUNs
` [edk2-devel] "
` [PATCH 07/17] OvmfPkg/PvScsiDxe: Translate Target & LUN to/from DevicePath
` [edk2-devel] "
` [PATCH 08/17] OvmfPkg/PvScsiDxe: Open PciIo protocol for later use
` [edk2-devel] "
` [PATCH 09/17] OvmfPkg/PvScsiDxe: Backup/Restore PCI attributes on Init/UnInit
` [edk2-devel] "
` [PATCH 10/17] OvmfPkg/PvScsiDxe: Enable IOSpace & Bus-Mastering in PCI attributes
` [edk2-devel] "
` [PATCH 11/17] OvmfPkg/PvScsiDxe: Define device interface structures and constants
` [edk2-devel] "
` [PATCH 12/17] OvmfPkg/PvScsiDxe: Reset adapter on init
` [edk2-devel] "
` [PATCH 13/17] OvmfPkg/PvScsiDxe: Setup requests and completions rings
` [edk2-devel] "
` [PATCH 14/17] OvmfPkg/PvScsiDxe: Introduce DMA communication buffer
` [edk2-devel] "
` [PATCH 15/17] OvmfPkg/PvScsiDxe: Support sending SCSI request and receive response
` [edk2-devel] "
` [PATCH 16/17] OvmfPkg/PvScsiDxe: Reset device on ExitBootServices()
` [edk2-devel] "
` [PATCH 17/17] OvmfPkg/PvScsiDxe: Enable device 64-bit DMA addresses
` [edk2-devel] "
` [edk2-devel] [PATCH 00/17]: OvmfPkg: Support booting from VMware PVSCSI controller
[PATCH v2] UefiCpuPkg/MpInitLib DXE: Add PCD to control AP status check interval
2020-03-24 15:59 UTC (6+ messages)
` [edk2-devel] "
[PATCH] Features/Intel: Add LogoFeaturePkg to provide logo images and drivers
2020-03-24 15:13 UTC (2+ messages)
` [edk2-devel] "
[PATCH] MdeModulePkg/HiiDatabase: Do not modify CONST string
2020-03-24 14:26 UTC (2+ messages)
` [edk2-devel] "
[Patch 1/1] BaseTools: Drop the TargetTool
2020-03-24 9:58 UTC
[Patch 0/1] Propose to drop TargetTool
2020-03-24 9:57 UTC
[edk2-platforms][PATCH] IntelSiliconPkg: Add library header files
2020-03-24 6:37 UTC
[PATCH 1/2] BaseTools: Change CLANGPDB target to reduce image size
2020-03-24 6:24 UTC (3+ messages)
` [PATCH 2/2] MdePkg: Use __clang__ to decide if using clang or not
[PATCH] SecurityPkg/TcgStorageOpalLib: add transaction interface
2020-03-24 5:59 UTC
[PATCH] SecurityPkg/TcgStorageOpalLib: add transaction interface
2020-03-24 5:37 UTC
[PATCH v1 1/1] ArmPkg/ArmPkg.dsc: Add missing components
2020-03-24 2:01 UTC
Adding Bhyve support into upstream EDK2
2020-03-24 1:34 UTC (3+ messages)
` [edk2-devel] "
[PATCH V2] BaseTools:fix issue for decode the stdout/stderr byte arrays
2020-03-24 1:23 UTC (2+ messages)
[PATCH 1/1] BaseTools:Fix build tools print traceback info issue
2020-03-24 1:04 UTC (3+ messages)
[RFC][PATCH v1] UefiCpuPkg/MpInitLib DXE: Reduce AP status check interval
2020-03-24 0:32 UTC (7+ messages)
` [edk2-devel] "
[PATCH v3] MdePkg/UnitTestBaseLib: Add check for pointer BinData
2020-03-23 21:54 UTC (5+ messages)
` [edk2-devel] "
[PATCH v2] UnitTestFrameworkPkg/UnitTestLib: Check Suite pointer before use
2020-03-23 21:54 UTC (5+ messages)
` [edk2-devel] "
[RFCv2] code-first process for UEFI-forum specifications
2020-03-23 19:05 UTC
[edk2-devel] [PATCH] FmpDevicePkg/FmpDxe: Fix uninitialized pointer dereference
2020-03-23 16:05 UTC (6+ messages)
[edk2-devel] Questions about UEFI MAT / PcdPropertiesTableEnable
2020-03-23 13:21 UTC (2+ messages)
[PATCH 0/1] CryptoPkg/OpensslLib: Add native instruction support for IA32 and X64
2020-03-23 12:59 UTC (2+ messages)
` [edk2-devel] "
[PATCH v1 1/1] MdeModulePkg: PcdAcpiExposedTableVersions default for Arm64 platforms
2020-03-23 12:53 UTC (3+ messages)
` [edk2-devel] "
Information about the VMs used to do EDK2 CI?
2020-03-23 12:38 UTC (6+ messages)
` [EXTERNAL] [edk2-devel] "
` [edk2-devel] "
CLANGPDB binary debugging
2020-03-23 9:10 UTC (7+ messages)
` [edk2-devel] "
TianoCore Community Design Meeting Minutes - Mar 20, 2020
2020-03-23 7:46 UTC (4+ messages)
[edk2-platform][PATCH v2] IntelSiliconPkg: Add periods in comments
2020-03-23 6:56 UTC (4+ messages)
` [edk2-devel] "
[PATCH 0/1] UART Dynamic clock freq Support
2020-03-23 5:31 UTC (5+ messages)
` [PATCH 1/1] MdeModulePkg: "
[PATCH] EmulatorPkg/WinHost: Add EFI_BUFFER_TOO_SMALL for return status
2020-03-23 1:40 UTC (3+ messages)
Ray Ban Sunglasses, 2020 New Style, Up to 85% off Online, Don't Miss
2020-03-22 23:00 UTC
[edk2-staging/EdkRepo] [PATCH 0/4] Update 3rd party dependencies
2020-03-22 18:18 UTC (19+ messages)
` [PATCH 1/4] EdkRepo: Installer should remove obsolete dependencies
` [edk2-staging/EdkRepo] [PATCH 2/4] EdkRepo: Remove old 3rd party dependencies
` [edk2-staging/EdkRepo] [PATCH 3/4] EdkRepo: Add new "
` [edk2-staging/EdkRepo] [PATCH 4/4] EdkRepo: Update 3rd party packages in installer config
[PATCH] Update mtoc installation guide for Xcode
2020-03-22 17:45 UTC (3+ messages)
` [edk2-devel] "
[edk2/master PATCH RISC-V CI v2 0/5] RISC-V EDK2 CI configuration files
2020-03-22 3:12 UTC (8+ messages)
` [edk2/master PATCH RISC-V CI v2 1/5] RiscVPlatformPkg: Add RiscVPlatformPkg yaml file for EDK2 CI
` [edk2-devel] "
` [edk2/master PATCH RISC-V CI v2 2/5] RiscVPkg: Add RiscVPkg "
` [edk2-devel] "
` [edk2/master PATCH RISC-V CI v2 3/5] BaseTools: Enable RISC-V architecture for RISC-V "
` [edk2-devel] "
[edk2-devel] [PATCH V2 0/2] MdePkg-IndustryStandard: CXL 1.1 Base Specification registers
2020-03-21 17:12 UTC
[PATCH V2 0/2] MdePkg-IndustryStandard: CXL 1.1 Base Specification registers
2020-03-21 17:07 UTC (3+ messages)
` [PATCH V2 1/2] "
` [PATCH V2 2/2] MdePkg-IndustryStandard: "
[PATCH V1] MdePkg-IndustryStandard: CXL 1.1 Base Specification registers
2020-03-20 17:33 UTC (4+ messages)
[PATCH v2 0/3] Allow building MdeModulePkg on non-x86
2020-03-20 7:24 UTC (6+ messages)
` [PATCH v2 3/3] MdeModulePkg: Use CopyMem instead of GUID assignment
` [edk2-devel] "
` [EXTERNAL] "
[PATCH] EmulatorPkg/WinHost: Add link flags for VS2019 tool chains
2020-03-20 5:25 UTC
[edk2/master PATCH RISC-V CI Code Changes v1 00/11] Necessary code changes for RISCV64 CI testing
2020-03-20 3:49 UTC (8+ messages)
` [edk2/master PATCH RISC-V CI Code Changes v1 01/11] FatPkg: Add RISC-V architecture for EDK2 CI
` [edk2-devel] "
[PATCH] PcAtChipsetPkg: Wrong System YEAR displayed in SETUP
2020-03-20 3:42 UTC
Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Wed, 03/25/2020 9:30am-10:30am #cal-reminder
2020-03-20 1:30 UTC
[edk2/master PATCH DxeIplHandoffLib v1] MdePkg/DxeIplHandoffLibNullLib: Abstract DxeIpl
2020-03-20 1:28 UTC (7+ messages)
` [edk2-devel] "
Upcoming Event: TianoCore Design Meeting - APAC/NAMO - Fri, 03/20/2020 9:30am-10:30am #cal-reminder
2020-03-20 1:15 UTC
[edk2-platforms][PATCH 0/8] Add platform support for RD-Daniel
2020-03-19 19:16 UTC (3+ messages)
` [edk2-platforms][PATCH 1/8] Platform/ARM/SgiPkg: Create individual Platform Description File
[PATCH] ArmPkg/ArmLib: Fix cache-invalidate initial page tables
2020-03-19 17:39 UTC (2+ messages)
[PATCH] .pytool: Add two keys in cspell.base.yaml
2020-03-19 15:10 UTC (2+ messages)
` [EXTERNAL] "
[PATCH V2] MdePkg-PciExpress40.h: DVSEC definition missing
2020-03-19 15:07 UTC (4+ messages)
` [edk2-devel] "
[PATCH v2 00/28] Add PEI phase to LS1043ARDB Platform
2020-03-20 14:35 UTC (11+ messages)
` [PATCH v2 19/28] Silicon/NXP/LS1043A: Use ChassisLib from Chassis2 Pkg
` [PATCH v2 20/28] Silicon/NXP/LS1043A: Move SocLib to Soc Package
` [PATCH v2 21/28] Slicon/NXP: Add PlatformPei Lib
` [PATCH v2 22/28] NXP/LS1043aRdbPkg/ArmPlatformLib: Use default ArmPlatformHelper.S
` [PATCH v2 23/28] NXP/LS1043aRdbPkg/ArmPlatformLib: Use Allocate pool
` [PATCH v2 24/28] NXP/LS1043aRdbPkg/ArmPlatformLib: Remove extern SocInit
` [PATCH v2 25/28] Platform/NXP: Modify FV rules
` [PATCH v2 26/28] Platform/NXP/LS1043aRdbPkg: Add VarStore
` [PATCH v2 27/28] Silicon/NXP: move MemoryInitPeiLib as per PEIM structures
` [PATCH v2 28/28] Platform/NXP/LS1043aRdbPkg: Add PEI Phase
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox