public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-03-21 03:15:10 to 2020-03-25 09:40:25 UTC [more...]

[PATCH v1 0/3] Check if required ACPI tables are installed
 2020-03-25  9:39 UTC  (4+ messages)
` [PATCH v1 1/3] ShellPkg: acpiview: Add -r parameter for table requirements validation
` [PATCH v1 2/3] ShellPkg: acpiview: Add library for SBBR ACPI "
` [PATCH v1 3/3] ShellPkg: acpiview: Check if SBBR mandatory ACPI tables are installed

[edk2-devel][PATCH 0/2] Platform/RPi: Fix compilation warnings
 2020-03-25  9:37 UTC  (2+ messages)

[PATCH] ArmVirtPkg/PlatformPeiLib: add dummy assignment to work around older GCC
 2020-03-25  9:33 UTC 

[[edk2-platform][PATCH 1/1] Platform/RaspberryPi/RPi4: Enable HTTP Boot
 2020-03-25  9:20 UTC  (4+ messages)
  ` [edk2-devel] "

[PATCH v1 1/1] MdeModulePkg: PcdAcpiExposedTableVersions default for Arm64 platforms
 2020-03-25  9:15 UTC  (6+ messages)
` [edk2-devel] "

[PATCH] OvmfPkg/X86QemuLoadImageLib: add dummy assignment to work around GCC
 2020-03-25  9:12 UTC 

[Patch V2] Features/Intel: Add LogoFeaturePkg to provide logo images and drivers
 2020-03-25  8:04 UTC  (6+ messages)
` [edk2-devel] "

[Patch V3] Features/Intel: Add LogoFeaturePkg to provide logo images and drivers
 2020-03-25  8:01 UTC 

[PATCH v4] UefiCpuPkg/MpInitLib DXE: Add PCD to control AP status check interval
 2020-03-25  5:43 UTC  (3+ messages)

[edk2-devel] Questions about UEFI MAT / PcdPropertiesTableEnable
 2020-03-25  5:17 UTC  (3+ messages)

[RFCv2] code-first process for UEFI-forum specifications
 2020-03-25  5:14 UTC  (2+ messages)
` [edk2-rfc] "

[PATCH v3] UefiCpuPkg/MpInitLib DXE: Add PCD to control AP status check interval
 2020-03-25  4:44 UTC  (4+ messages)

[edk2-devel] Questions about UEFI MAT / PcdPropertiesTableEnable
 2020-03-25  3:36 UTC 

Event: TianoCore Design Meeting - APAC/NAMO - Wednesday, 25 March 2020 #cal-invite
 2020-03-25  3:13 UTC 

[PATCH v1 1/1] MdeModulePkg/Variable: Return GetVariable() attr if EFI_BUFFER_TOO_SMALL
 2020-03-25  3:04 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v2 2/2] Revert "NetworkPkg/TlsAuthConfigDxe: fix TlsCaCertificate attributes retrieval"
 2020-03-25  2:59 UTC 

[PATCH v2 1/2] MdeModulePkg/Variable: Return GetVariable() attr if EFI_BUFFER_TOO_SMALL
 2020-03-25  2:59 UTC 

[PATCH v2 0/2] Return GetVariable() attr if EFI_BUFFER_TOO_SMALL
 2020-03-25  2:58 UTC 

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

[PATCH v2] UefiCpuPkg/MpInitLib DXE: Add PCD to control AP status check interval
 2020-03-25  1:50 UTC  (10+ messages)
` [edk2-devel] "

[PATCH 00/17]: OvmfPkg: Support booting from VMware PVSCSI controller
 2020-03-25  1:48 UTC  (42+ 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

Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Wed, 03/25/2020 9:30am-10:30am #cal-reminder
 2020-03-25  1:15 UTC 

Updated Event: TianoCore Bug Triage - APAC / NAMO #cal-invite
 2020-03-25  1:00 UTC 

[PATCH] Features/Intel: Add LogoFeaturePkg to provide logo images and drivers
 2020-03-25  0:48 UTC  (3+ messages)
` [edk2-devel] "

Adding Bhyve support into upstream EDK2
 2020-03-25  0:04 UTC  (4+ messages)
` [edk2-devel] "

[edk2-devel] EDK II Python development process specification -draft
 2020-03-24 20:22 UTC  (2+ messages)

[PATCH v6 00/42] SEV-ES guest support
 2020-03-24 19:44 UTC  (43+ 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 v6 35/42] OvmfPkg/Sec: Enable cache early to speed up booting
` [PATCH v6 41/42] OvmfPkg: Move the GHCB allocations into reserved memory
` [PATCH v6 42/42] UefiCpuPkg/MpInitLib: Prepare SEV-ES guest APs for OS use

[PATCH v1 1/1] ArmPlatformPkg/ArmPlatformPkg.dsc: Add missing components
 2020-03-24 19:30 UTC 

[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 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] 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 

[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  (2+ 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] "

[edk2-devel] [PATCH] FmpDevicePkg/FmpDxe: Fix uninitialized pointer dereference
 2020-03-23 16:05 UTC  (6+ messages)

[PATCH 0/1] CryptoPkg/OpensslLib: Add native instruction support for IA32 and X64
 2020-03-23 12:59 UTC  (2+ 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  (9+ messages)
` [PATCH 1/4] EdkRepo: Installer should remove obsolete dependencies

[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  (4+ messages)
` [edk2/master PATCH RISC-V CI v2 2/5] RiscVPkg: Add RiscVPkg yaml file for EDK2 CI
  ` [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: "


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