public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-03-27 03:20:39 to 2020-03-30 16:23:38 UTC [more...]

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

[PATCH v2 1/1] INF Spec: Add file dependency to [Sources] syntax
 2020-03-30 16:20 UTC  (2+ messages)

[PATCH v4 1/1] BaseTools: Enable file dependencies in .inf files
 2020-03-30 16:09 UTC 

Upcoming Event: TianoCore Community Meeting - EMEA/NAMO - Thu, 04/02/2020 9:00am-10:00am #cal-reminder
 2020-03-30 16:00 UTC 

[PATCH v1 1/1] INF Spec: Add file dependency to [Sources] syntax
 2020-03-30 15:51 UTC  (2+ messages)

[PATCH V2 0/2] MdePkg-IndustryStandard: CXL 1.1 Base Specification registers
 2020-03-30 15:06 UTC  (7+ messages)
` [PATCH V2 1/2] "
` [PATCH V2 2/2] MdePkg-IndustryStandard: "

[edk2-platforms][PATCH 1/1] Platform/RPi/AcpiTables: Move PPTT constants to the alsc source
 2020-03-30 14:53 UTC  (2+ messages)

[edk2-platforms][PATCH 1/1] Platform/RPi4/ConfigDxe: Replace SD Host with eMMC2 SDHCI option
 2020-03-30 14:53 UTC  (2+ messages)

[edk2-platforms][PATCH 1/1] EmbeddedPkg/AcpiLib: add GICC table init macro for ACPI 6.3
 2020-03-30 14:50 UTC  (18+ messages)
` [PATCH "

[PATCH v2 0/1] UefiScsiLib: Set FUA bit for synchronous SCSI Write operations
 2020-03-30 13:51 UTC  (4+ messages)
` [PATCH v2 1/1] MdePkg/UefiScsiLib: "

[PATCH 0/1] BaseTools: Use SEH exceptions in CLANGPDB for IA32
 2020-03-30 13:50 UTC  (4+ messages)
` [PATCH 1/1] "
  ` [edk2-devel] "

[PATCH 0/4] remove generation of EFI properties table
 2020-03-30 13:42 UTC  (8+ messages)
` [PATCH 1/4] OvmfPkg: remove handling of "
  ` [edk2-devel] "
` [PATCH 3/4] MdePkg: remove PropertiesTable GUID
  ` [EXTERNAL] "
  ` [edk2-devel] [PATCH 0/4] remove generation of EFI properties table

[PATCH v2] NetworkPkg/Ip6Dxe: Improve Neightbor Discovery message validation
 2020-03-30 12:23 UTC 

[PATCH v2 00/28] Add PEI phase to LS1043ARDB Platform
 2020-03-30 12:18 UTC  (3+ messages)
` [PATCH v2 28/28] Platform/NXP/LS1043aRdbPkg: Add PEI Phase

[PATCH] OvmfPkg/GenericQemuLoadImageLib: Fix VS2019 UINT32 conversion error
 2020-03-30 12:06 UTC  (3+ messages)

[PATCH 0/8] CryptoPkg: Retire the deprecate function
 2020-03-30 12:01 UTC  (22+ messages)
` [PATCH 6/8] NetWorkPkg/Pcd.inc: Enable the MD5 for iSCSI
  ` [edk2-devel] "
` [PATCH 8/8] CryptoPkg/BaseCryptLib: Use Pcd to control the SHA1 enablement
  ` [edk2-devel] "
  ` [edk2-devel] [PATCH 0/8] CryptoPkg: Retire the deprecate function

[PATCH 0/1] OvmfPkg: Fix SMM/RT driver section alignment for XCODE5/CLANGPDB
 2020-03-30 11:37 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v2 00/17] OvmfPkg: Support booting from VMware PVSCSI controller
 2020-03-30 11:29 UTC  (19+ messages)
` [PATCH v2 14/17] OvmfPkg/PvScsiDxe: Introduce DMA communication buffer
` [PATCH v2 15/17] OvmfPkg/PvScsiDxe: Support sending SCSI request and receive response
  ` [edk2-devel] "

[PATCH] .azurepipelines: Enable CI for OvmfPkg and EmulatorPkg
 2020-03-30  9:35 UTC  (16+ messages)
` [edk2-devel] "

[PATCH v1 0/2] Fix SRAT generator warnings repoted by VS2017 compiler
 2020-03-30  9:16 UTC  (7+ messages)
` [PATCH v1 1/2] DynamicTablesPkg: SRAT: Fix entry points
  ` [edk2-devel] "
` [PATCH v1 2/2] DynamicTablesPkg: SRAT: Fix uninitialized memory usage
  ` [edk2-devel] "
` [edk2-devel] [PATCH v1 0/2] Fix SRAT generator warnings repoted by VS2017 compiler

[PATCH] CryptoPkg/FltUsedLib: Add FltUsedLib for float
 2020-03-30  9:02 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 0/3] Fix build error of OpenBoard
 2020-03-30  9:00 UTC  (5+ messages)
` [PATCH 1/3] Platform/Intel: Add all pathes of feature domains to package path
` [PATCH 2/3] Features/Intel: Add LogoFeaturePkg to TemporaryBuildWorkaround
` [PATCH 3/3] Features/Intel: Correct wrong codes and remove unnecessary codes

[PATCH v1 1/1] MdePkg: Add AML FieldList OpCode definitions
 2020-03-30  8:52 UTC 

[PATCH v2 00/16] Fix warnings reported by VS2017 compiler
 2020-03-30  8:11 UTC  (22+ messages)
` [PATCH v2 01/16] DynamicTablesPkg: Fix entry point param definition
  ` [edk2-devel] "
` [PATCH v2 02/16] DynamicTablesPkg: Fix missing local header warning
  ` [edk2-devel] "
` [PATCH v2 03/16] DynamicTablesPkg: Remove struct CM_ARM_CPU_INFO
  ` [edk2-devel] "
` [PATCH v2 04/16] DynamicTablesPkg: Fix serial port subtype warning
` [PATCH v2 05/16] DynamicTablesPkg: Fix Proc node length assignment
  ` [edk2-devel] "
` [PATCH v2 06/16] DynamicTablesPkg: Fix GT Block "
` [PATCH v2 07/16] DynamicTablesPkg: Fix Boot arch flag width
` [PATCH v2 08/16] DynamicTablesPkg: Fix ACPI table rev field width
  ` [edk2-devel] "
` [PATCH v2 09/16] DynamicTablesPkg: Fix unaligned pointers usage
` [PATCH v2 10/16] DynamicTablesPkg: Serial debug port initialisation
` [PATCH v2 11/16] DynamicTablesPkg: Remove redundant frame count check
` [PATCH v2 12/16] DynamicTablesPkg: Fix IORT node length assignment
` [PATCH v2 13/16] DynamicTablesPkg: IORT: Fix uninitialized memory usage
` [PATCH v2 14/16] DynamicTablesPkg: PPTT: "
` [PATCH v2 15/16] DynamicTablesPkg: Remove erroneous use of EFIAPI
` [PATCH v2 16/16] DynamicTablesPkg: Option for VS2017 static code analysis

[PATCH 0/1] UART Dynamic clock freq Support
 2020-03-30  7:44 UTC  (10+ messages)
` [PATCH 1/1] MdeModulePkg: "
        ` [edk2-devel] "

[PATCH v2] CryptoPkg/Pkcs7: Extend support for other OID types
 2020-03-30  7:25 UTC 

[edk2/master PATCH v1 1/1] .python/SpellCheck: Add "RISCV" to "words" section
 2020-03-30  6:30 UTC 

[PATCH] Fix build error of OpenBoard caused by change of AdvancedFeaturePkg
 2020-03-30  5:55 UTC  (3+ messages)

[PATCH v3 1/3] MdeModulePkg Variable: Return GetVariable() attr if EFI_BUFFER_TOO_SMALL
 2020-03-30  4:19 UTC  (5+ messages)
` [PATCH v3 2/3] MdeModulePkg VariablePei: "
` [PATCH v3 3/3] Revert "NetworkPkg/TlsAuthConfigDxe: fix TlsCaCertificate attributes retrieval"

[edk2-devel] [PATCH] MdeModulePkg/SmiHandlerProfileInfo: Overflowed Array Index
 2020-03-30  1:32 UTC  (2+ messages)

[PATCH] MdeModulePkg: Remove gEfiFormBrowserExProtocolGuid Protocol Guid
 2020-03-30  1:16 UTC  (3+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH v3 0/8] Add platform support for RD-Daniel
 2020-03-29 16:41 UTC  (2+ messages)
` [edk2-devel] "

Upcoming Event: TianoCore Design Meeting - APAC/NAMO - Fri, 04/03/2020 9:30am-10:30am #cal-reminder
 2020-03-29  1:30 UTC 

[EXTERNAL] [edk2-devel] Information about the VMs used to do EDK2 CI?
 2020-03-28 21:41 UTC  (6+ messages)
` [edk2-devel] "

[PATCH 0/5] ArmPkg: cosmetic cleanups for ArmMmuLib
 2020-03-28 10:43 UTC  (6+ messages)
` [PATCH 1/5] ArmPkg/CpuDxe: use private copy of GetRootTranslationTableInfo()
` [PATCH 2/5] ArmPkg/CpuDxe: move PageAttributeToGcdAttribute() out of ArmMmuLib
` [PATCH 3/5] ArmPkg/ArmMmuLib: drop pointless LookupAddresstoRootTable() routine
` [PATCH 4/5] ArmPkg/ArmMmuLib: get rid of GetRootTranslationTableInfo()
` [PATCH 5/5] ArmPkg/ArmMmuLib: drop unused TT_ATTR_INDX_INVALID CPP symbol

Initial PXE boot over IPv6
 2020-03-27 23:01 UTC  (4+ messages)
` [edk2-devel] "

[edk2-staging/EdkRepo] [PATCH] EdkRepo: Display commands alphabetically
 2020-03-27 22:28 UTC  (2+ messages)

[PATCH v3 0/3] Return GetVariable() attr if EFI_BUFFER_TOO_SMALL
 2020-03-27 21:55 UTC 

[edk2-staging/EdkRepo] [PATCH] EdkRepo: Add missing import definition
 2020-03-27 20:33 UTC  (2+ messages)

[PATCH v2 (add signed-off-by)] OvmfPkg: Add bhyve support into AcpiTimerLib
 2020-03-27 19:01 UTC  (2+ messages)

[PATCH v2 1/2] MdeModulePkg/Variable: Return GetVariable() attr if EFI_BUFFER_TOO_SMALL
 2020-03-27 16:39 UTC  (3+ messages)
` [edk2-devel] "

Adding Bhyve support into upstream EDK2
 2020-03-27 12:56 UTC  (6+ messages)
` [edk2-devel] "
      ` [EXTERNAL] "

[PATCH 00/17]: OvmfPkg: Support booting from VMware PVSCSI controller
 2020-03-27 12:55 UTC  (8+ messages)
` [PATCH 12/17] OvmfPkg/PvScsiDxe: Reset adapter on init
  ` [edk2-devel] "

[edk2-devel] [PATCH v2 1/1] DynamicTablesPkg: Fix 'missing header' warnings
 2020-03-27 11:45 UTC  (2+ messages)

[PATCH v1 13/19] DynamicTablesPkg: IORT: Fix uninitialized memory usage
 2020-03-27 11:45 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 10/19] DynamicTablesPkg: Serial debug port initialisation
 2020-03-27 11:43 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 07/19] DynamicTablesPkg: Fix Boot arch flag width
 2020-03-27 11:40 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 0/1] ShellPkg: Add support for input with separately reported modifiers
 2020-03-27 11:00 UTC  (6+ messages)
` [PATCH 1/1] "
  ` [edk2-devel] "

[PATCH v2 1/2] CryptoPkg/BaseCryptLibOnProtocolPpi: Add missing comments
 2020-03-27  9:23 UTC  (4+ messages)
` [PATCH v2 2/2] CryptoPkg/BaseHashApiLib: Rename BaseHashApiLib by HashApiLib
` [edk2-devel] [PATCH v2 1/2] CryptoPkg/BaseCryptLibOnProtocolPpi: Add missing comments

[PATCH] PcAtChipsetPkg: Wrong System YEAR displayed in SETUP
 2020-03-27  5:15 UTC  (2+ messages)
` [edk2-devel] "

[edk2/master PATCH RISC-V CI Code Changes v1 00/11] Necessary code changes for RISCV64 CI testing
 2020-03-27  3:21 UTC  (5+ messages)
` [edk2/master PATCH RISC-V CI Code Changes v1 02/11] FmpDevicePkg: Add RISC-V architecture for EDK2 CI
  ` [edk2-devel] "
` [edk2/master PATCH RISC-V CI Code Changes v1 10/11] MdePkg/DxeServicesLib: Add RISC-V architecture


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