public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-03-19 03:16:57 to 2020-03-24 17:41:22 UTC [more...]

[PATCH v6 00/42] SEV-ES guest support
 2020-03-24 17:40 UTC  (12+ 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 12/42] UefiCpuPkg/CpuExceptionHandler: Support string IO for IOIO_PROT NAE events

[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 v4 0/3] Add RpmcLib and VariableKeyLib
 2020-03-24  6:35 UTC  (4+ messages)
` [PATCH v4 1/3] SecurityPkg: add RpmcLib and VariableKeyLib public headers
` [PATCH v4 2/3] SecurityPkg: add null version of RpmcLib
` [PATCH v4 3/3] SecurityPkg: add null version of VariableKeyLib

[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  (6+ messages)
` [PATCH 1/1] MdeModulePkg: "
  ` [edk2-devel] "

[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  (10+ messages)
` [edk2/master PATCH RISC-V CI Code Changes v1 01/11] FatPkg: Add RISC-V architecture for EDK2 CI
  ` [edk2-devel] "
` [edk2/master PATCH RISC-V CI Code Changes v1 11/11] MdeModulePkg: Use LockBoxNullLib for RISC-V
  ` [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  (9+ messages)
        ` [edk2-devel] "

[PATCH v2 00/28] Add PEI phase to LS1043ARDB Platform
 2020-03-20 14:35 UTC  (29+ messages)
` [PATCH v2 01/28] Silicon/NXP: Add I2c lib
` [PATCH v2 02/28] Silicon/NXP: changes to use I2clib in i2cdxe
` [PATCH v2 03/28] Silicon/NXP/I2cDxe: Fix I2c Timeout with RTC
` [PATCH v2 04/28] Silicon/Maxim: Fix bug in RtcWrite in Ds1307RtcLib
` [PATCH v2 05/28] Silicon/Maxim: Add comments "
` [PATCH v2 06/28] NXP/LS1043aRdb: Move Soc specific components to soc files
` [PATCH v2 07/28] Silicon/NXP: Implement SerialUartClockLib
` [PATCH v2 08/28] Silicon/NXP/LS1043A: Use BaseSerialPortLib16550 as SerialPortLib
` [PATCH v2 09/28] Silicon/NXP: Drop DUartPortLib
` [PATCH v2 10/28] Silicon/NXP: remove print information from Soc lib
` [PATCH v2 11/28] Silicon/NXP: remove not needed components
` [PATCH v2 12/28] Silicon/NXP: Remove unnecessary PCDs
` [PATCH v2 13/28] Silicon/NXP: Move dsc file
` [PATCH v2 14/28] Platform/NXP: rename the ArmPlatformLib as per ArmPlatformPkg
` [PATCH v2 15/28] Silicon/NXP: Move RAM retrieval from SocLib
` [PATCH v2 16/28] Platform/NXP/LS1043aRdbPkg: Add Clock retrieval APIs
` [PATCH v2 17/28] Silicon/NXP: Use Clock retrieval PPI in modules
` [PATCH v2 18/28] Silicon/NXP: Add Chassis2 Package
` [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


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