public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-03-25 18:48:47 to 2020-03-28 19:58:34 UTC [more...]

[PATCH v3 00/17] OvmfPkg: Support booting from VMware PVSCSI controller
 2020-03-28 20:00 UTC 

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

[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/1] UART Dynamic clock freq Support
 2020-03-28 12:36 UTC  (7+ messages)
` [PATCH 1/1] MdeModulePkg: "
        ` [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

[PATCH 0/8] CryptoPkg: Retire the deprecate function
 2020-03-27 23:43 UTC  (31+ 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

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  (9+ messages)
` [PATCH 1/4] OvmfPkg: remove handling of "
  ` [edk2-devel] "
` [PATCH 2/4] MdeModulePkg: disable properties table generation but retain the code
` [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  (7+ 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  (7+ messages)
` [PATCH v5 1/3] SecurityPkg: add RpmcLib and VariableKeyLib public headers
` [PATCH v5 2/3] SecurityPkg: add null version of RpmcLib
` [PATCH v5 3/3] SecurityPkg: add null version of VariableKeyLib
` [edk2-devel] [PATCH v5 0/3] Add RpmcLib and VariableKeyLib

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

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

[PATCH] MdeModulePkg: Remove gEfiFormBrowserExProtocolGuid Protocol Guid
 2020-03-27  0:48 UTC  (2+ messages)
` [edk2-devel] "

[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

[PATCH V6] BaseTools:GuidedSectionTools.txt is not generated correctly
 2020-03-26 10:15 UTC  (2+ messages)

[PATCH V5] BaseTools:GuidedSectionTools.txt is not generated correctly
 2020-03-26  9:12 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] ArmVirtPkg/PlatformPeiLib: add dummy assignment to work around older GCC
 2020-03-26  8:11 UTC  (3+ messages)
` [edk2-devel] "

[PATCH] OvmfPkg/X86QemuLoadImageLib: add dummy assignment to work around GCC
 2020-03-26  8:10 UTC  (3+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH] CryptoPkg: Check the type is data and Support other OID types
 2020-03-26  8:00 UTC  (2+ messages)

[PATCH v4 0/3] Add RpmcLib and VariableKeyLib
 2020-03-26  7:41 UTC  (5+ messages)
` [PATCH v4 1/3] SecurityPkg: add RpmcLib and VariableKeyLib public headers
  ` [EXTERNAL] [edk2-devel] "

[PATCH v2 0/1] UefiScsiLib: Set FUA bit for synchronous SCSI Write operations
 2020-03-26  7:34 UTC  (2+ messages)
` [PATCH v2 1/1] MdePkg/UefiScsiLib: "

[edk2-devel] [PATCH] MdeModulePkg/SmiHandlerProfileInfo: Overflowed Array Index
 2020-03-26  6:10 UTC 

[PATCH v2] MdeModulePkg/SdDxe: Potential NULL pointer on Token
 2020-03-26  6:05 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v1] ShellPkg: Fix 'ping' command Ip4 receive flow
 2020-03-26  3:16 UTC  (3+ messages)
` [edk2-devel] "

[edk2/master PATCH DxeIplHandoffLib v1] MdePkg/DxeIplHandoffLibNullLib: Abstract DxeIpl
 2020-03-26  1:12 UTC  (3+ messages)
    ` [edk2-devel] "

[PATCH] Features/Intel/UserInterface: Add VirtualKeyboardFeaturePkg
 2020-03-26  0:43 UTC 

[PATCH v1] NetworkPkg/Ip6Dxe: Improve Neightbor Discovery message validation (CVE-2019-14559)
 2020-03-26  0:01 UTC  (3+ messages)
` [edk2-devel] "

[edk2-devel] EDK II Python development process specification -draft
 2020-03-25 21:23 UTC  (2+ messages)

[edk2-devel] Questions about UEFI MAT / PcdPropertiesTableEnable
 2020-03-25 20:34 UTC  (6+ messages)
        ` [EXTERNAL] "

[PATCH] OvmfPkg: Add bhyve support into AcpiTimerLib
 2020-03-25 20:21 UTC  (2+ messages)

[PATCH v2 2/2] Revert "NetworkPkg/TlsAuthConfigDxe: fix TlsCaCertificate attributes retrieval"
 2020-03-25 20:01 UTC  (3+ messages)
  ` [edk2-devel] "
    ` [EXTERNAL] "

[edk2-devel][PATCH v2 0/1] Platform/RPi/ConfigDxe: Improve CPU Frequency configuration
 2020-03-25 18:48 UTC  (3+ messages)
` [edk2-devel][PATCH v2 1/1] "


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