public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-01-30 15:49:45 to 2019-02-01 09:33:25 UTC [more...]

[PATCH edk2-platforms] Silicon/Bcm2836: add random number generator driver
 2019-02-01  9:33 UTC  (5+ messages)

[PATCH v3 00/12] Split the S3 PEI phase HW init codes from Opal driver
 2019-02-01  9:17 UTC  (16+ messages)
` [PATCH v3 01/12] MdeModulePkg: Add definitions for ATA AHCI host controller PPI
` [PATCH v3 02/12] MdeModulePkg: Add definitions for EDKII PEI ATA PassThru PPI
` [PATCH v3 03/12] MdeModulePkg: Add definitions for Storage Security Command PPI
` [PATCH v3 04/12] MdeModulePkg: Add GUID for LockBox to save storage dev to init in S3
` [PATCH v3 05/12] MdeModulePkg/NvmExpressPei: Avoid updating the module-level variable
` [PATCH v3 06/12] MdeModulePkg/NvmExpressPei: Add logic to produce SSC PPI
` [PATCH v3 07/12] MdeModulePkg/NvmExpressPei: Consume S3StorageDeviceInitList LockBox
` [PATCH v3 08/12] MdeModulePkg/AhciPei: Add AHCI mode ATA device support in PEI
` [PATCH v3 09/12] MdeModulePkg/SmmLockBoxLib: Use 'DEBUG_' prefix instead of 'EFI_D_'
` [PATCH v3 10/12] MdeModulePkg/SmmLockBox(PEI): Remove an ASSERT in RestoreLockBox()
` [PATCH v3 11/12] MdeModulePkg/SmmLockBoxLib: Support LockBox enlarge in UpdateLockBox()
` [PATCH v3 12/12] SecurityPkg/OpalPassword: Remove HW init codes and consume SSC PPI

[Patch] BaseTools: Fix the build report issue about Structure PCD
 2019-02-01  9:00 UTC 

[PATCH 00/10] Remove unused tool chain configuration
 2019-02-01  8:58 UTC  (16+ messages)
` [PATCH 01/10] BaseTools/tools_def.template: Remove VS2003 and VS2005
` [PATCH 02/10] OptionRomPkg/ReadMe.txt: Remove VS2005
` [PATCH 03/10] BaseTools/tools_def.template: Remove DDK3790
` [PATCH 04/10] BaseTools/tools_def.template: Remove UNIXGCC
` [PATCH 05/10] OvmfPkg: Remove UNIXGCC in DSC files
` [PATCH 06/10] OvmfPkg/README: Remove UNIXGCC
` [PATCH 07/10] BaseTools: Update MYTOOLS
` [PATCH 08/10] BaseTools/tools_def.template: Remove ELFGCC
` [PATCH 09/10] BaseTools/tools_def.template: Remove CYGGCC
` [PATCH 10/10] OptionRomPkg/ReadMe.txt: "

[PATCH] MdeModulePkg/PciBus: Fix a bug PPB MEM32 BAR isn't restored sometimes
 2019-02-01  8:59 UTC 

[Patch v2 00/33] BaseTools python3 migration patch set
 2019-02-01  8:50 UTC  (7+ messages)

[PATCH v4 edk2-platforms 00/23] Platform/Raspberry: Add Raspberry Pi 3 support
 2019-02-01  8:43 UTC  (25+ messages)
` [PATCH v4 edk2-platforms 01/23] Silicon/Broadcom/Bcm282x: Add interrupt driver
` [PATCH v4 edk2-platforms 06/23] Platform/Raspberry/Pi3: Add RTC library
` [PATCH v4 edk2-platforms 20/23] Platform/Raspberry/Pi3: Add platform readme

[PATCH] MdeModulePkg/SdMmcPciHcDxe: Use 16/32-bit IO widths
 2019-02-01  7:54 UTC  (4+ messages)

[PATCH V2] BaseTools: PCD value incorrect in structure pcd sku case
 2019-02-01  7:41 UTC 

[MdePkg/BaseLib v1 0/1] Add new API CalculateCrc16()
 2019-02-01  7:11 UTC  (4+ messages)
` [MdePkg/BaseLib v1 1/1] MdePkg BaseLib: "

[PATCH edk2-platforms 00/39] NXP: Add support of LS1043, LS1046 and LS2088 SoCs
 2019-02-01  6:53 UTC  (11+ messages)
` [PATCH edk2-platforms 00/41] NXP : "
  ` [PATCH edk2-platforms 10/41] Readme : Add Readme.md file
  ` [PATCH edk2-platforms 11/41] IFC : Add Header file for IFC controller
  ` [PATCH edk2-platforms 13/41] Silicon/NXP : Add support of IfcLib

[patch 0/2] Fix coding style issues in MdeModulePkg and MdePkg
 2019-02-01  6:22 UTC  (4+ messages)
` [patch 1/2] MdeModulePkg: Fix coding style issues
` [patch 2/2] MdePkg: "

[PATCH] EmbeddedPkg/PrePiLib: Correct function name
 2019-02-01  4:28 UTC 

[PATCH] FatPkg/FatPei/Gpt.c: Fix uninitialized variable issue
 2019-02-01  2:21 UTC 

OvmfPkg: Support booting from Fusion-MPT SCSI controllers
 2019-02-01  2:16 UTC  (16+ messages)
` [PATCH 01/14] OvmfPkg/MptScsiDxe: Create empty driver
` [PATCH 02/14] OvmfPkg/MptScsiDxe: Install DriverBinding Protocol
` [PATCH 03/14] OvmfPkg/MptScsiDxe: Report name of driver
` [PATCH 04/14] OvmfPkg/MptScsiDxe: Probe PCI devices and look for MptScsi
` [PATCH 05/14] OvmfPkg/MptScsiDxe: Install stubbed EXT_SCSI_PASS_THRU
` [PATCH 06/14] OvmfPkg/MptScsiDxe: Report one Target and one LUN
` [PATCH 07/14] OvmfPkg/MptScsiDxe: Build DevicePath for discovered devices
` [PATCH 08/14] OvmfPkg/MptScsiDxe: Implement GetTargetLun
` [PATCH 09/14] OvmfPkg/MptScsiDxe: Open PciIo protocol for later use
` [PATCH 10/14] OvmfPkg/MptScsiDxe: Set and restore PCI attributes
` [PATCH 11/14] OvmfPkg/MptScsiDxe: Initialize hardware
` [PATCH 12/14] OvmfPkg/MptScsiDxe: Implement the PassThru method
` [PATCH 13/14] OvmfPkg/MptScsiDxe: Report multiple targets
` [PATCH 14/14] OvmfPkg/MptScsiDxe: Support packets with pointers above 4G

[PATCH] BaseTools: PCD value incorrect in structure pcd sku case
 2019-02-01  2:12 UTC 

[PATCH] BaseTools:StructurePCD value display incorrect in "Not used" section
 2019-02-01  2:11 UTC 

[PATCH] MdeModulePkg/CapsuleApp: Fix potential NULL pointer dereference issue
 2019-02-01  2:06 UTC 

[PATCH] EmbeddedPkg/DwEmacSnpDxe: Add designware emac support This add support for designware emac controller
 2019-01-31 18:22 UTC  (2+ messages)

[edk2-announce] February Community Meeting
 2019-01-31 16:49 UTC 

Conditional Compilation support in INF file
 2019-01-31 16:26 UTC  (13+ messages)

[PATCH v1 1/1] ShellPkg/UefiShellAcpiViewCommandLib: Fix PPTT cache attributes validation
 2019-01-31 13:30 UTC 

[RFC] Proposal to split Pkgs
 2019-01-31 13:09 UTC  (6+ messages)

[platforms: PATCH v3 0/5] Armada7k8k memory handling update
 2019-01-31 12:12 UTC  (6+ messages)

[PATCH] SecurityPkg: Add NULL check of pointer variable before using it
 2019-01-31  9:28 UTC 

[PATCH 5/5] IntelSiliconPkg\Include\IndustryStandard: Update IGD_OPREGION_MBOX3 Structure
 2019-01-31  8:22 UTC  (4+ messages)

[PATCH v5] MdePkg/BaseLib: Add Base64Encode() and Base64Decode()
 2019-01-31  8:07 UTC  (3+ messages)

[PATCH 2/2] IntelSiliconPkg\Include\IndustryStandard: Update IGD_OPREGION_MBOX3 Structure
 2019-01-31  7:39 UTC  (3+ messages)

[PATCH v4] MdePkg/BaseLib: Add Base64Encode() and Base64Decode()
 2019-01-31  7:08 UTC  (3+ messages)

[edk2-platforms/devel-MinPlatform][PATCH v4 0/7] Add initial ClevoOpenBoardPkg
 2019-01-31  6:11 UTC  (8+ messages)
` [edk2-platforms/devel-MinPlatform][PATCH v4 1/7] ClevoOpenBoardPkg: Add package and headers
` [edk2-platforms/devel-MinPlatform][PATCH v4 2/7] ClevoOpenBoardPkg/N1xxWU: Add headers
` [edk2-platforms/devel-MinPlatform][PATCH v4 3/7] ClevoOpenBoardPkg: Add library instances
` [edk2-platforms/devel-MinPlatform][PATCH v4 4/7] ClevoOpenBoardPkg/N1xxWU: "
` [edk2-platforms/devel-MinPlatform][PATCH v4 5/7] ClevoOpenBoardPkg: Add modules
` [edk2-platforms/devel-MinPlatform][PATCH v4 6/7] ClevoOpenBoardPkg/N1xxWU: Add DSC and build files
` [edk2-platforms/devel-MinPlatform][PATCH v4 7/7] ClevoOpenBoardPkg/N1xxWU: Update DEBUG print level macro usage

[PATCH v2 00/12] Split the S3 PEI phase HW init codes from Opal driver
 2019-01-31  6:00 UTC  (29+ messages)
` [PATCH v2 01/12] MdeModulePkg: Add definitions for ATA AHCI host controller PPI
` [PATCH v2 02/12] MdeModulePkg: Add definitions for EDKII PEI ATA PassThru PPI
` [PATCH v2 03/12] MdeModulePkg: Add definitions for Storage Security Command PPI
` [PATCH v2 04/12] MdeModulePkg: Add GUID for LockBox to save storage dev to init in S3
` [PATCH v2 05/12] MdeModulePkg/NvmExpressPei: Avoid updating the module-level variable
` [PATCH v2 06/12] MdeModulePkg/NvmExpressPei: Add logic to produce SSC PPI
` [PATCH v2 07/12] MdeModulePkg/NvmExpressPei: Consume S3StorageDeviceInitList LockBox
` [PATCH v2 08/12] MdeModulePkg/AhciPei: Add AHCI mode ATA device support in PEI
` [PATCH v2 09/12] MdeModulePkg/SmmLockBoxLib: Use 'DEBUG_' prefix instead of 'EFI_D_'
` [PATCH v2 10/12] MdeModulePkg/SmmLockBox(PEI): Remove an ASSERT in RestoreLockBox()
` [PATCH v2 11/12] MdeModulePkg/SmmLockBoxLib: Support LockBox enlarge in UpdateLockBox()
` [PATCH v2 12/12] SecurityPkg/OpalPassword: Remove HW init codes and consume SSC PPI

[PATCH 3/3] IntelSiliconPkg\Include\IndustryStandard: Update IGD_OPREGION_MBOX3 Structure
 2019-01-31  5:15 UTC 

[Patch] BaseTools: Fixed incorrect line number in PcdValueInit.c
 2019-01-31  5:13 UTC  (2+ messages)

[PATCH] MdePkg/BasePeCoffLib: skip runtime relocation if reloc info is invalid
 2019-01-31  3:38 UTC  (4+ messages)

[PATCH v4 0/4] Introduce CapsuleApp patch v4
 2019-01-31  3:38 UTC  (8+ messages)
` [PATCH v4 1/4] MdePkg/UefiSpec.h: Add definition to support Capsule-on-Disk feature
` [PATCH v4 2/4] MdeModulePkg/CapsuleApp: Add a function used to get next DevicePath
` [PATCH v4 3/4] MdeModulePkg/CapsuleApp: Add functions to support Capsule-on-Disk
` [PATCH v4 4/4] MdeModulePkg/CapsuleApp: Enhance CapsuleApp "

[PATCH v2 0/3] FatPkg/GPT: Introduce GPT patch v3
 2019-01-31  3:13 UTC  (2+ messages)

[RFC][PATCH v1] MdeModulePkg/NvmExpressDxe: Report StatusCode for device init failure
 2019-01-31  3:06 UTC 

[PATCH] SecurityPkg: Add a PCD to skip Opal password prompt
 2019-01-31  2:51 UTC  (2+ messages)

[PATCH edk2-staging 00/20] IntelUndiPkg/XGigUndiDxe: fix GCC / ARM build issues
 2019-01-30 20:58 UTC  (34+ messages)
` [PATCH edk2-staging 04/20] IntelUndiPkg/XGigUndiDxe: move BRAND_STRUCT declaration after type definition
` [PATCH edk2-staging 05/20] IntelUndiPkg/XGigUndiDxe: add missing VOID** cast
` [PATCH edk2-staging 06/20] IntelUndiPkg/XGigUndiDxe: add missing UINT8* cast
` [PATCH edk2-staging 07/20] IntelUndiPkg/XGigUndiDxe: drop definition of gImageHandle
` [PATCH edk2-staging 08/20] IntelUndiPkg/XGigUndiDxe: add missing braces to GUID literals
` [PATCH edk2-staging 09/20] IntelUndiPkg/XGigUndiDxe: fix incorrect use of CPP token pasting
` [PATCH edk2-staging 10/20] IntelUndiPkg/XGigUndiDxe: drop StdLibC library class reference
` [PATCH edk2-staging 11/20] IntelUndiPkg/XGigUndiDxe: cast XgbeMemCopy () args to correct pointer type
` [PATCH edk2-staging 12/20] IntelUndiPkg/XGigUndiDxe: don't take address of cast expression
` [PATCH edk2-staging 14/20] IntelUndiPkg/XGigUndiDxe: redefine UNREFERENCED_nPARAMETER macros for GCC
` [PATCH edk2-staging 15/20] IntelUndiPkg/XGigUndiDxe: use intermediate UINTN casts for pointers
` [PATCH edk2-staging 16/20] IntelUndiPkg/XGigUndiDxe: add missing EFIAPI modifiers
` [PATCH edk2-staging 17/20] IntelUndiPkg/XGigUndiDxe: drop unused variables
` [PATCH edk2-staging 18/20] IntelUndiPkg/XGigUndiDxe: set MDEPKG_NDEBUG only for RELEASE builds

[PATCH] SD/eMMC : Fix Command Argument for SD/eMMC R/W operation
 2019-01-30 17:49 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v5 0/7] Introduce two public functions and remove internal ones
 2019-01-30 16:13 UTC  (5+ messages)
` [PATCH v5 6/7] ShellPkg/Shell: Use BaseLib api CharToUpper
` [PATCH v5 7/7] ShellPkg/UefiShellLib: "


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