public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-02-11 12:29:57 to 2019-02-14 15:30:32 UTC [more...]

[PATCH] BaseTools:Function application error
 2019-02-14 15:30 UTC  (2+ messages)

[Patch] BaseTools: Correct the PcdDatabase Info in AutoGen
 2019-02-14 15:02 UTC  (2+ messages)

[Patch 1/3] BaseTools: Fixed a build report issue
 2019-02-14 14:32 UTC  (6+ messages)
` [Patch 2/3] BaseTools: Fixed an issue about StructurePcd
` [Patch 3/3] BaseTools: Fix a bug about PcdArray

[Patch] BaseTools: Correct the error message for UPT
 2019-02-14 14:30 UTC  (2+ messages)

[Patch] BaseTools: Fix the build report issue about Structure PCD
 2019-02-14 14:29 UTC  (2+ messages)

[PATCH v3 0/3] Support EFI_PEI_CORE_FV_LOCATION_PPI
 2019-02-14 14:11 UTC  (7+ messages)
` [PATCH v3 1/3] MdePkg: "
` [PATCH v3 2/3] MdeModulePkg/PeiMain: "
` [PATCH v3 3/3] UefiCpuPkg/SecCore: "

[PATCH edk2-platforms v1 00/16] Fix issues and improve D0x
 2019-02-14 10:51 UTC  (47+ messages)
` [PATCH edk2-platforms v1 01/16] Hisilicon/D0x: Remove SerdesLib
` [PATCH edk2-platforms v1 02/16] Hisilicon/D0x: Add DriverHealthManagerDxe
` [PATCH edk2-platforms v1 03/16] Hisilicon/D06: Optimize SAS driver for reducing boot time
` [PATCH edk2-platforms v1 04/16] Hisilicon/D06: Fix access variable fail issue
` [PATCH edk2-platforms v1 05/16] Hisilicon/D06: Add more PCIe port INT-x support
` [PATCH edk2-platforms v1 06/16] Hisilicon/D06: Add OemGetCpuFreq to encapsulate difference
` [PATCH edk2-platforms v1 07/16] Hisilicon/D0x: Rename StartupAp() function
` [PATCH edk2-platforms v1 08/16] Hisilicon/D06: Change HCCS speed from 30G to 26G
` [PATCH edk2-platforms v1 09/16] Hisilicon/D06: Add PCI_OSC_SUPPORT
` [PATCH edk2-platforms v1 10/16] Hisilicon/D06: Modify for M7 self-Adapte support
` [PATCH edk2-platforms v1 11/16] Hisilicon/D06: Add Setup Item "Support DPC"
` [PATCH edk2-platforms v1 12/16] Hisilicon/D06: Use new flash layout
` [PATCH edk2-platforms v1 13/16] Hisilicon/D06: Remove SECURE_BOOT_ENABLE definition
` [PATCH edk2-platforms v1 14/16] Hisilicon/D0x: Remove SP805 watchdog pcd

[PATCH 0/3] Support EFI_PEI_CORE_FV_LOCATION_PPI
 2019-02-14 10:32 UTC  (13+ messages)
` [PATCH 1/3] MdePkg: "
` [PATCH 2/3] MdeModulePkg/PeiMain: "
` [PATCH 3/3] UefiCpuPkg/SecCore: "

[PATCH v2 0/3] Support EFI_PEI_CORE_FV_LOCATION_PPI
 2019-02-14 10:31 UTC  (10+ messages)
` [PATCH v2 1/3] MdePkg: "
` [PATCH v2 2/3] MdeModulePkg/PeiMain: "
` [PATCH v2 3/3] UefiCpuPkg/SecCore: "

[Patch 0/3] Simplify CPU Features solution
 2019-02-14  8:59 UTC  (12+ messages)
` [Patch 1/3] UefiCpuPkg/RegisterCpuFeaturesLib: Remove useless functions
` [Patch 2/3] UefiCpuPkg/RegisterCpuFeaturesLib: Optimize PCD PcdCpuFeaturesUserConfiguration
` [Patch 3/3] UefiCpuPkg/RegisterCpuFeaturesLib: Simplify PcdCpuFeaturesSupport

[PATCH] SecurityPkg/OpalPassword: Add NULL pointer check before using it
 2019-02-14  7:18 UTC  (2+ messages)

[PATCH] SecurityPkg/OpalPassword: Update strings on Opal Setup page
 2019-02-14  5:43 UTC  (2+ messages)

[edk2-announce] February Community Meeting
 2019-02-14  4:45 UTC  (2+ messages)

[Patch 0/3] BaseTools: Implement splitquoted function
 2019-02-14  3:23 UTC  (10+ messages)

[PATCH] ShellPkg/Application/Shell: add array index check for shell delay option
 2019-02-14  2:55 UTC 

[PATCH] MdePkg/BaseLib: Change a variable type in a bitwise operation
 2019-02-14  2:44 UTC 

[patch V2] MdeModulePkg/ReportStatusCodeLib: Avoid using AllocatePool if possible
 2019-02-14  2:43 UTC  (2+ messages)

[PATCH v2] NetworkPkg/Ip6Dxe: Clean the invalid IPv6 configuration during driver start
 2019-02-14  0:55 UTC  (3+ messages)

nonzero LUN on USB Bulk Only Transfer fails with QEMU+edk2
 2019-02-14  0:13 UTC  (3+ messages)

[PATCH v3 00/10] Remove unused tool chain configuration
 2019-02-14  0:12 UTC  (13+ messages)
` [PATCH v3 01/10] BaseTools/tools_def.template: Remove CYGGCC
` [PATCH v3 02/10] OptionRomPkg/ReadMe.txt: "
` [PATCH v3 03/10] BaseTools: Update MYTOOLS
` [PATCH v3 04/10] BaseTools/tools_def.template: Remove VS2003 and VS2005
` [PATCH v3 05/10] OptionRomPkg/ReadMe.txt: Remove VS2005
` [PATCH v3 06/10] BaseTools/tools_def.template: Remove UNIXGCC
` [PATCH v3 07/10] OvmfPkg/README: "
` [PATCH v3 08/10] BaseTools/tools_def.template: Remove ELFGCC
` [PATCH v3 09/10] BaseTools/tools_def.template: Remove DDK3790
` [PATCH v3 10/10] BaseTools/build_rule.template: Remove GCCLD

[PATCH 0/3] Change parameters' type in MdePkg and MdeModulePkg
 2019-02-14  0:06 UTC  (7+ messages)
` [PATCH 1/3] MdePkg: Change structure parameter types
` [PATCH 2/3] MdeModulePkg/S3SaveStateDxe: Change function "
` [PATCH 3/3] MdeModulePkg/SmmS3SaveStateDxe: "

OVMF and TCP4, HTTP protocols
 2019-02-13 18:46 UTC  (7+ messages)

[PATCH edk2-non-osi v1 0/7] Upload D0x binary modules
 2019-02-13 12:09 UTC  (25+ messages)
` [PATCH edk2-non-osi v1 1/7] Hisilicon/D06: Optimize SAS driver for reducing boot time
` [PATCH edk2-non-osi v1 2/7] Hisilicon/D0x: Rename StartupAp() function
` [PATCH edk2-non-osi v1 3/7] Hisilicon/D06: Update Mbigen and gic RAS register
` [PATCH edk2-non-osi v1 4/7] Hisilicon/D06: Support PCIe local RAS
` [PATCH edk2-non-osi v1 5/7] Hisilicon/D06: Use new flash layout
` [PATCH edk2-non-osi v1 6/7] Hisilicon/D06: Fix numa node wrong issue
` [PATCH edk2-non-osi v1 7/7] Hisilicon/D06: Add Setup Item "Support DPC"

[PATCH edk2-non-osi v2 1/1] Platform/Socionext: uprev TF-A binary
 2019-02-13 12:03 UTC  (2+ messages)

[Patch edk2 Wiki] Add three features for edk2-stable201903
 2019-02-13  9:11 UTC  (2+ messages)

[PATCH v2 0/3] MdeModulePkg/PciBus: Fix a bug PPB MEM32 BAR isn't restored sometimes
 2019-02-13  6:49 UTC  (5+ messages)
` [PATCH v2 1/3] MdeModulePkg/PciBus: Change PCI_IO_DEVICE.RomSize to UINT32 type
` [PATCH v2 2/3] MdeModulePkg/PciBus: Correct typos
` [PATCH v2 3/3] MdeModulePkg/PciBus: Fix a bug PPB MEM32 BAR isn't restored sometimes

[PATCH 00/14] ArmVirtPkg: clean up set-but-unused PCDs
 2019-02-13  6:13 UTC  (2+ messages)

[PATCH edk2-platforms v1 15/16] Hisilicon/D06: Use CalculateCrc16 in BaseLib
 2019-02-13  4:45 UTC  (5+ messages)
` [PATCH edk2-platforms v1 16/16] Hisilicon/D0x: Modify version to 19.02

[PATCH v3] MdeModulePkg/CapsuleApp: Fix memory leak issue
 2019-02-13  3:42 UTC  (2+ messages)

[PATCH v5 edk2-platforms 00/22] Platform/RaspberryPi: Add Raspberry Pi 3 support
 2019-02-13  3:41 UTC  (2+ messages)

[Patch edk2 wiki] Add new feature: WiFi Connection Manager for edk2-stable201903 in EDK-II-Release-Planning
 2019-02-13  3:26 UTC 

[PATCH v4 00/13] Split the S3 PEI phase HW init codes from Opal driver
 2019-02-13  1:01 UTC  (9+ messages)
` [PATCH v1 1/1] MdeModulePkg/NvmExpressDxe: Report StatusCode for device init failure
` [PATCH v4 02/13] MdeModulePkg: Add definitions for EDKII PEI ATA PassThru PPI
` [PATCH v4 04/13] MdeModulePkg: Add GUID for LockBox to save storage dev to init in S3
` [PATCH v4 12/13] OvmfPkg/LockBoxLib: Update the comments for API UpdateLockBox()

[PATCH] MdePkg/BaseLib: implement SpeculationBarrier() for ARM and AArch64
 2019-02-12 21:58 UTC  (6+ messages)

[PATCH 0/1] EmbeddedPkg/Library: Add VirtualRealTimeClockLib
 2019-02-12 18:14 UTC  (3+ messages)
` [PATCH 1/1] "

3rd Party Python Packages
 2019-02-12 15:59 UTC  (2+ messages)

[PATCH] BaseTools: Various typo
 2019-02-12 13:57 UTC  (2+ messages)

[PATCH v2] MdeModulePkg/CapsuleApp: Fix memory leak issue
 2019-02-12 11:22 UTC  (2+ messages)

[patch] MdeModulePkg/ReportStatusCodeLib: Avoid using AllocatePool if possible
 2019-02-12 11:01 UTC  (2+ messages)

[MdePkg/BaseLib v1 0/1] Add new API CalculateCrc16()
 2019-02-12  3:18 UTC  (8+ messages)
` [MdePkg/BaseLib v1 1/1] MdePkg BaseLib: "

[PATCH v1] NetworkPkg/Ip6Dxe: Clean the invalid IPv6 configuration during driver start
 2019-02-12  2:26 UTC  (6+ messages)

[edk2-platforms/devel-MinPlatform][PATCH v3 1/1] ReadMe.md: Update Minimum Platform details
 2019-02-12  1:37 UTC  (3+ messages)

[PATCH edk2-platforms] Silicon/SynQuacer/Stage2Tables: fix build for cross compile from x86
 2019-02-11 19:07 UTC  (2+ messages)

[PATCH edk2-platforms] Silicon/Socionext: use variable attributes from Uefi/UefiMultiPhase.h
 2019-02-11 19:06 UTC  (3+ messages)

[PATCH] Maintainers: add TPM2 reviewers for OvmfPkg
 2019-02-11 17:15 UTC  (5+ messages)

[PATCH edk2-platforms 0/8] Silicon/SynQuacer: add support for 32-bit mode
 2019-02-11 16:45 UTC  (4+ messages)
` [PATCH edk2-platforms 6/8] Silicon/SynQuacer/Stage2Tables: fix 32-bit build

BaseTools: handling of $(ARCH) in .dsc/.fdf when multiple -a specified
 2019-02-11 15:51 UTC  (5+ messages)

[PATCH edk2-platforms v3 0/5] Fix D06 SBSA/SBBR issue and improve
 2019-02-11 14:45 UTC  (3+ messages)
` [PATCH edk2-platforms v3 4/5] Silicon/Hisilicon/D06: Set TA as Node 0 for TA boot

[PATCH] MdeModulePkg/CapsuleApp: Fix memory leak issue
 2019-02-11 13:56 UTC  (3+ messages)

[PATCH] MdeModulePkg/CapsuleApp: Fix potential NULL pointer dereference issue
 2019-02-11 13:02 UTC  (2+ messages)

[Patch v2] OvmfPkg: Add TCG2 Configuration menu to the Device Manager menu
 2019-02-11 12:29 UTC  (2+ messages)


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