public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-03-24 05:37:49 to 2020-03-25 16:33:38 UTC [more...]

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

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

[PATCH v2 00/17] OvmfPkg: Support booting from VMware PVSCSI controller
 2020-03-25 16:10 UTC  (18+ messages)
` [PATCH v2 01/17] OvmfPkg/PvScsiDxe: Create empty driver
` [PATCH v2 02/17] OvmfPkg/PvScsiDxe: Install DriverBinding protocol
` [PATCH v2 03/17] OvmfPkg/PvScsiDxe: Report name of driver
` [PATCH v2 04/17] OvmfPkg/PvScsiDxe: Probe PCI devices and look for PvScsi
` [PATCH v2 05/17] OvmfPkg/PvScsiDxe: Install stubbed EXT_SCSI_PASS_THRU
` [PATCH v2 06/17] OvmfPkg/PvScsiDxe: Report the number of targets and LUNs
` [PATCH v2 07/17] OvmfPkg/PvScsiDxe: Translate Target & LUN to/from DevicePath
` [PATCH v2 08/17] OvmfPkg/PvScsiDxe: Open PciIo protocol for later use
` [PATCH v2 09/17] OvmfPkg/PvScsiDxe: Backup/Restore PCI attributes on Init/UnInit
` [PATCH v2 10/17] OvmfPkg/PvScsiDxe: Enable MMIO-Space & Bus-Mastering in PCI attributes
` [PATCH v2 11/17] OvmfPkg/PvScsiDxe: Define device interface structures and constants
` [PATCH v2 12/17] OvmfPkg/PvScsiDxe: Reset adapter on init
` [PATCH v2 13/17] OvmfPkg/PvScsiDxe: Setup requests and completions rings
` [PATCH v2 14/17] OvmfPkg/PvScsiDxe: Introduce DMA communication buffer
` [PATCH v2 15/17] OvmfPkg/PvScsiDxe: Support sending SCSI request and receive response
` [PATCH v2 16/17] OvmfPkg/PvScsiDxe: Reset device on ExitBootServices()
` [PATCH v2 17/17] OvmfPkg/PvScsiDxe: Enable device 64-bit DMA addresses

[PATCH v3 0/3] ArmPkg/ArmMmuLib AARCH64: correctness fix
 2020-03-25 15:48 UTC  (8+ messages)
` [PATCH v3 1/3] ArmPkg/ArmMmuLib AARCH64: limit recursion when freeing page tables
` [PATCH v3 2/3] ArmPkg/ArmMmuLib AARCH64: use helpers to determine table entry types
` [PATCH v3 3/3] ArmPkg/ArmMmuLib AARCH64: preserve attributes when replacing a table entry

[RFCv2] code-first process for UEFI-forum specifications
 2020-03-25 15:20 UTC  (3+ messages)
` [edk2-rfc] "
` [edk2-devel] "

Join from phone number if you have trouble joining through Zoom APP
 2020-03-25 15:11 UTC 

[[edk2-platform][PATCH 1/1] Platform/RaspberryPi/RPi3: Enable HTTP Boot
 2020-03-25 15:02 UTC 

TianoCore Design Meeting - APAC/NAMO (extended) - Wed, 03/25/2020 #cal-notice
 2020-03-25 15:00 UTC 

[PATCH v2 0/2] ArmPkg/ArmMmuLib AARCH64: correctness fix
 2020-03-25 14:58 UTC  (6+ messages)
` [PATCH v2 1/2] ArmPkg/ArmMmuLib AARCH64: use helpers to determine table entry types
` [PATCH v2 2/2] ArmPkg/ArmMmuLib AARCH64: preserve attributes when replacing a table entry

Upcoming Event: TianoCore Design Meeting - APAC/NAMO (extended) - Wed, 03/25/2020 11:00pm to Thu, 03/26/2020 12:00am #cal-reminder
 2020-03-25 14:45 UTC 

CLANGPDB binary debugging
 2020-03-25 13:20 UTC  (9+ messages)
` [edk2-devel] "

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

[PATCH v1] NetworkPkg/Ip6Dxe: Improve Neightbor Discovery message validation (CVE-2019-14559)
 2020-03-25 11:35 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1] ShellPkg: Fix 'ping' command Ip4 receive flow
 2020-03-25 11:34 UTC  (2+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH v3 0/8] Add platform support for RD-Daniel
 2020-03-25 10:52 UTC  (10+ messages)
` [edk2-platforms][PATCH v3 1/9] Platform/ARM/SgiPkg: create individual
` [edk2-platforms][PATCH v3 2/9] Platform/ARM/SgiPkg: move the GIC
` [edk2-platforms][PATCH v3 3/9] Platform/ARM/SgiPkg: move common
` [edk2-platforms][PATCH v3 4/9] Platform/ARM/SgiPkg: remove
` [edk2-platforms][PATCH v3 5/9] Platform/ARM/SgiPkg: add ACPI tables
` [edk2-platforms][PATCH v3 6/9] Platform/ARM/Sgi: add initial support
` [edk2-platforms][PATCH v3 7/9] Platform/ARM/SgiPkg: add ACPI tables
` [edk2-platforms][PATCH v3 8/9] Platform/ARM/Sgi: add initial support
` [edk2-platforms][PATCH v3 9/9] Maintainers.txt: Update Arm platform

[PATCH v1 1/1] ArmPlatformPkg/ArmPlatformPkg.dsc: Add missing components
 2020-03-25  9:57 UTC  (2+ messages)

[PATCH v1 1/1] ArmPkg/ArmPkg.dsc: Add missing components
 2020-03-25  9:56 UTC 

[PATCH v4 0/3] Add RpmcLib and VariableKeyLib
 2020-03-25  9:54 UTC  (6+ 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 0/2] ArmPkg/ArmMmuLib AARCH64: correctness fix
 2020-03-25  9:40 UTC  (4+ messages)
` [PATCH 2/2] ArmPkg/ArmMmuLib AARCH64: preserve attributes when replacing a table entry
  ` [edk2-devel] "

[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 

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

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

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


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