public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-03-26 10:24:57 to 2020-03-30 03:05:10 UTC [more...]

[PATCH 0/8] CryptoPkg: Retire the deprecate function
 2020-03-30  3:04 UTC  (34+ messages)
` [PATCH 1/8] CryptoPkg/BaseCrpytLib: Retire MD4 algorithm
` [PATCH 2/8] CryptoPkg/BaseCryptLib: Retire ARC4 algorithm
` [PATCH 3/8] CryptoPkg/BaseCryptLib: Retire the Tdes algorithm
` [PATCH 4/8] CryptoPkg/BaseCryptLib: Retire Aes Ecb mode algorithm
` [PATCH 5/8] CryptoPkg/dec: Add pcds to avoid building the deprecated function
` [PATCH 6/8] NetWorkPkg/Pcd.inc: Enable the MD5 for iSCSI
` [PATCH 7/8] Crypto/BaseCryptLib: Using pcd to control MD5 enablement
` [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 v2 0/1] UefiScsiLib: Set FUA bit for synchronous SCSI Write operations
 2020-03-30  1:52 UTC  (3+ messages)
` [PATCH v2 1/1] MdePkg/UefiScsiLib: "

[PATCH] .azurepipelines: Enable CI for OvmfPkg and EmulatorPkg
 2020-03-30  1:44 UTC  (19+ messages)
` [edk2-devel] "
` [EXTERNAL] "

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

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

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

[PATCH v1 0/2] Fix SRAT generator warnings repoted by VS2017 compiler
 2020-03-29 17:37 UTC  (3+ messages)
` [PATCH v1 1/2] DynamicTablesPkg: SRAT: Fix entry points
` [PATCH v1 2/2] DynamicTablesPkg: SRAT: Fix uninitialized memory usage

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

[PATCH v2 00/16] Fix warnings reported by VS2017 compiler
 2020-03-29 15:13 UTC  (17+ messages)
` [PATCH v2 01/16] DynamicTablesPkg: Fix entry point param definition
` [PATCH v2 02/16] DynamicTablesPkg: Fix missing local header warning
` [PATCH v2 03/16] DynamicTablesPkg: Remove struct CM_ARM_CPU_INFO
` [PATCH v2 04/16] DynamicTablesPkg: Fix serial port subtype warning
` [PATCH v2 05/16] DynamicTablesPkg: Fix Proc node length assignment
` [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
` [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] OvmfPkg/GenericQemuLoadImageLib: Fix VS2019 UINT32 conversion error
 2020-03-29 13:51 UTC 

[PATCH 0/1] OvmfPkg: Fix SMM/RT driver section alignment for XCODE5/CLANGPDB
 2020-03-29 13:21 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v3 00/17] OvmfPkg: Support booting from VMware PVSCSI controller
 2020-03-29  9:29 UTC  (19+ 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
` [PATCH v3 13/17] OvmfPkg/PvScsiDxe: Setup requests and completions rings
` [PATCH v3 14/17] OvmfPkg/PvScsiDxe: Introduce DMA communication buffer
` [PATCH v3 15/17] OvmfPkg/PvScsiDxe: Support sending SCSI request and receive response
` [PATCH v3 16/17] OvmfPkg/PvScsiDxe: Reset device on ExitBootServices()
` [PATCH v3 17/17] OvmfPkg/PvScsiDxe: Enable device 64-bit DMA addresses

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 v2 00/17] OvmfPkg: Support booting from VMware PVSCSI controller
 2020-03-28 19:18 UTC  (29+ messages)
` [PATCH v2 01/17] OvmfPkg/PvScsiDxe: Create empty driver
  ` [edk2-devel] "
` [PATCH v2 09/17] OvmfPkg/PvScsiDxe: Backup/Restore PCI attributes on Init/UnInit
  ` [edk2-devel] "
` [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
  ` [edk2-devel] "
` [PATCH v2 12/17] OvmfPkg/PvScsiDxe: Reset adapter on init
  ` [edk2-devel] "
` [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
  ` [edk2-devel] "
` [PATCH v2 17/17] OvmfPkg/PvScsiDxe: Enable device 64-bit DMA addresses
  ` [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 1/3] MdeModulePkg Variable: Return GetVariable() attr if EFI_BUFFER_TOO_SMALL
 2020-03-27 21:55 UTC  (3+ messages)
` [PATCH v3 2/3] MdeModulePkg VariablePei: "
` [PATCH v3 3/3] Revert "NetworkPkg/TlsAuthConfigDxe: fix TlsCaCertificate attributes retrieval"

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

[PATCH 0/4] remove generation of EFI properties table
 2020-03-27 14:01 UTC  (8+ messages)
` [PATCH 1/4] OvmfPkg: remove handling of "
  ` [edk2-devel] "
` [PATCH 3/4] MdePkg: remove PropertiesTable GUID
  ` [EXTERNAL] "
` [PATCH 4/4] MdeModulePkg/DxeCore: merge properties table routines into MAT handling

[edk2-platforms][PATCH 1/1] EmbeddedPkg/AcpiLib: add GICC table init macro for ACPI 6.3
 2020-03-27 13:06 UTC  (2+ messages)
` [PATCH "

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 0/1] BaseTools: Use SEH exceptions in CLANGPDB for IA32
 2020-03-27 10:45 UTC  (2+ messages)
` [PATCH 1/1] "

[edk2-platforms][PATCH 1/1] Platform/RPi/AcpiTables: Move PPTT constants to the alsc source
 2020-03-27 10:34 UTC 

[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

[PATCH] EmulatorPkg/WinHost: Enable network support
 2020-03-27  2:57 UTC 

[Patch V3] Features/Intel: Add LogoFeaturePkg to provide logo images and drivers
 2020-03-27  2:11 UTC  (3+ messages)

[PATCH v5 0/3] Add RpmcLib and VariableKeyLib
 2020-03-27  1:48 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v1 1/1] MdeModulePkg: PcdAcpiExposedTableVersions default for Arm64 platforms
 2020-03-27  1:17 UTC  (8+ messages)
` [edk2-devel] "

[PATCH v3] MdeModulePkg/SdDxe: Check the Token to avoid null pointer
 2020-03-27  1:06 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 0/1] CryptoPkg/OpensslLib: Add native instruction support for IA32 and X64
 2020-03-27  0:52 UTC  (9+ messages)
` [PATCH 1/1] "
    ` [edk2-devel] "

[PATCH v4] UefiCpuPkg/MpInitLib DXE: Add PCD to control AP status check interval
 2020-03-27  0:49 UTC  (2+ messages)

[PATCH v3 1/1] EmbeddedPkg: Fixed Asserts in SCT Runtime Services test
 2020-03-26 18:40 UTC  (2+ messages)

[PATCH] [Tianocore-Docs]: EDK II Python development Process and coding standards spec
 2020-03-26 18:39 UTC  (2+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH 1/1] Platform/RPi4/ConfigDxe: Replace SD Host with eMMC2 SDHCI option
 2020-03-26 17:09 UTC 

[edk2-platforms][PATCH 1/1] Platform/RPi/AcpiTables: Add Static PPTT tables
 2020-03-26 16:46 UTC  (4+ messages)

[PATCH v1 1/1] DynamicTablesPkg: Update FADT generator to ACPI 6.3
 2020-03-26 15:25 UTC  (2+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH] MdeModulePkg: Remove gEfiFormBrowserExProtocolGuid Protocol Guid
 2020-03-26 15:00 UTC 

[edk2-platforms][PATCH 0/6] Platforms/RPi/AcpiTables: ACPI platform improvements
 2020-03-26 14:06 UTC  (8+ messages)
` [edk2-platforms][PATCH 1/6] Platform/RPi/AcpiTables: Fix Pi 4 interrupts values
` [edk2-platforms][PATCH 2/6] Platform/RPi/AcpiTables: Replace VendorLong () blobs with PinFunction ()
` [edk2-platforms][PATCH 3/6] Platform/RPi/AcpiTables: Use PCDs in MADT
` [edk2-platforms][PATCH 4/6] Platform/RPi/AcpiTables: Clean up ACPI IDs
` [edk2-platforms][PATCH 5/6] Platform/RPi/AcpiTables: Move GPU devices into a separate ASL file
` [edk2-platforms][PATCH 6/6] Platform/RPi/AcpiTables: Describe DMA constraints for devices behind GPU

[PATCH v2 00/28] Add PEI phase to LS1043ARDB Platform
 2020-03-26 12:36 UTC  (2+ messages)

[PATCH v3 0/3] ArmPkg/ArmMmuLib AARCH64: correctness fix
 2020-03-26 10:35 UTC  (6+ messages)
` [PATCH v3 1/3] ArmPkg/ArmMmuLib AARCH64: limit recursion when freeing page tables
` [edk2-devel] [PATCH v3 0/3] ArmPkg/ArmMmuLib AARCH64: correctness fix


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