public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-03-08 15:48:35 to 2019-03-18 09:39:45 UTC [more...]

Regarding PXE boot NACK error
 2019-03-18  9:39 UTC  (3+ messages)

[PATCH v3] UefiCpuPkg\CpuSmm: Save & restore CR2 on-demand paging in SMM
 2019-03-18  8:47 UTC 

SctPkg compilation is failing
 2019-03-18  6:42 UTC 

[PATCH V2 00/17] Add a new API DebugVPrint for DebugLib
 2019-03-18  6:20 UTC  (24+ messages)
` [PATCH V2 01/17] MdePkg/DebugLib.h: Add a new api "
` [PATCH V2 02/17] MdePkg/BaseDebugLibNull: "
` [PATCH V2 03/17] MdePkg/BaseDebugLibSerialPort: Add a new api DebugVPrint
` [PATCH V2 04/17] MdePkg/UefidebugLibConOut: "
` [PATCH V2 05/17] MdePkg/UefiDebugLibStdErr: "
` [PATCH V2 06/17] MdePkg/DxeRuntimeDebugLibSerialPort: "
` [PATCH V2 07/17] MdePkg/UefiDebuglibDebugPortProtocol: "
` [PATCH V2 08/17] ArmPkg/SemiHostingDebugLib: "
` [PATCH V2 09/17] OvmfPkg/PlatformDebugLibIoPort: "
` [PATCH V2 10/17] IntelFsp2Pkg/BaseFspDebugLibSerialPort: "
` [PATCH V2 11/17] IntelFspPkg/BaseFspDebugLibSerialPort: "
` [PATCH V2 12/17] IntelFramworkModulePkg/PeiDxeDebugLibReportStatusCode: Add a new api
` [PATCH V2 13/17] MdeModulePkg/PeiDxeDebugLibReportStatusCode: "
` [PATCH V2 14/17] MdeModulePkg: Add definitions for EDKII DEBUG PPI
` [PATCH V2 15/17] MdeModulePkg: Add a PEIM to install Debug PPI
` [PATCH V2 16/17] MdeModulePkg/PeiDebugLibDebugPpi: Add PEI debug lib
` [PATCH V2 17/17] MdeModulePkg: Add PEIM and lib to dsc file

[PATCH v1 0/2] Ovmf: Stop using ISA drivers within IntelFrameworkModulePkg
 2019-03-18  3:47 UTC  (7+ messages)
` [PATCH v1 1/2] OvmfPkg: Drop the ISA Floppy device support
` [PATCH v1 2/2] OvmfPkg: Add an Super IO bus driver to replace the current ISA support

[patch] BaseTools: Add missing license and copyright info
 2019-03-18  1:58 UTC  (3+ messages)

[PATCH 1/1] SD : Continue setting up sd even if SD_HIGH_SPEED is not supported
 2019-03-18  1:53 UTC  (4+ messages)

[PATCH 0/4] EmbeddedPkg/DwEmmc: Fix bugs causing DwEmmc to fail to initialize
 2019-03-18  1:52 UTC  (2+ messages)

[Patch] SecurityPkg/OpalPassword: Fix incorrect line ending issue
 2019-03-18  0:52 UTC  (2+ messages)

[Patch] BaseTools: Remove EDK_GLOBAL related logic
 2019-03-16 14:34 UTC 

[RFC 0/3] Enable runtime serial debug for ArmVirtQemu
 2019-03-16  9:41 UTC  (10+ messages)

PATCH] Change EDK II to BSD+Patent License
 2019-03-15 17:18 UTC  (6+ messages)

[Patch] BaseTools: Remove EDKI related logic from Trim tool
 2019-03-15 15:22 UTC 

[Patch] BaseTools: Remove the logic SourceOverridePath
 2019-03-15 15:17 UTC 

[PATCH edk2-platforms 0/2] Platforms/ARM/SgiPkg: apply product names for sgiclarka and sgiclarkh platforms
 2019-03-15 13:06 UTC  (13+ messages)

[PATCH edk2-platforms v2 0/3] Platform/ARM/SgiPkg: Implement StandaloneMm based secure boot
 2019-03-15 12:51 UTC  (11+ messages)
` [PATCH edk2-platforms v2 1/3] Platform/ARM/Sgi: define nor2 flash controller memory map
` [PATCH edk2-platforms v2 2/3] Platform/ARM/Sgi: allow MM_STANDALONE modules to use NorFlashPlatformLib
` [PATCH edk2-platforms v2 3/3] Platform/ARM/SgiPkg: add MM based UEFI secure boot support

[Patch] Document: Remove obsolete user manuals
 2019-03-15  8:13 UTC 

[PATCH 0/4] MdeModulePkg, StandaloneMmPkg: work around VA vs PA ambiguity
 2019-03-15  8:12 UTC  (7+ messages)
` [PATCH 1/4] MdeModulePkg: introduce MmCommunicationLib library class
` [PATCH 2/4] MdeModulePkg: add implementation of MmCommunicateLib
` [PATCH 3/4] StandaloneMmPkg: "
` [PATCH 4/4] MdeModulePkg/VariableSmmRuntimeDxe: switch to MmCommunicateLib library

[PATCH V2] UefiCpuPkg/CpuCommonFeaturesLib: Aesni.c uses BIT0 and BIT1 reversedly
 2019-03-15  5:35 UTC  (2+ messages)

[PATCH 00/17] Add a new API DebugVPrint for DebugLib
 2019-03-15  0:44 UTC  (20+ messages)
` [PATCH 01/17] MdePkg/DebugLib.h: Add a new api "
` [PATCH 02/17] MdePkg/BaseDebugLibNull: "
` [PATCH 03/17] MdePkg/BaseDebugLibSerialPort: Add a new api DebugVPrint
` [PATCH 04/17] MdePkg/UefidebugLibConOut: "
` [PATCH 05/17] MdePkg/UefiDebugLibStdErr: "
` [PATCH 06/17] MdePkg/DxeRuntimeDebugLibSerialPort: "
` [PATCH 07/17] MdePkg/UefiDebuglibDebugPortProtocol: "
` [PATCH 08/17] ArmPkg/SemiHostingDebugLib: "
` [PATCH 09/17] OvmfPkg/PlatformDebugLibIoPort: "
` [PATCH 10/17] IntelFsp2Pkg/BaseFspDebugLibSerialPort: "
` [PATCH 11/17] IntelFspPkg/BaseFspDebugLibSerialPort: "
` [PATCH 12/17] IntelFramworkModulePkg/PeiDxeDebugLibReportStatusCode: Add a new api
` [PATCH 13/17] MdeModulePkg/PeiDxeDebugLibReportStatusCode: "
` [PATCH 14/17] MdeModulePkg: Add definitions for EDKII DEBUG PPI
` [PATCH 15/17] MdeModulePkg: Add a PEIM to install Debug PPI
` [PATCH 16/17] MdeModulePkg/PeiDebugLibDebugPpi: Add PEI debug lib
` [PATCH 17/17] MdeModulePkg: Add PEIM and lib to dsc file

[PATCH 0/3] MdePkg: Remove inline X86 assembly code
 2019-03-14 22:27 UTC  (17+ messages)
` [PATCH 3/3] MdePkg/BaseSynchronizationLib: "

[PATCH] MdePkg/PciSegmentLibSegmentInfo: Change parameters type
 2019-03-14 22:19 UTC  (2+ messages)

Data Structure alignment
 2019-03-14 21:08 UTC  (2+ messages)

[PATCH RESEND 0/3] Xen PCI passthrough fixes
 2019-03-14 20:09 UTC  (9+ messages)
` [PATCH RESEND 1/3] OvmfPkg/XenSupport: remove usage of prefetchable PCI host bridge aperture
` [PATCH RESEND 2/3] OvmfPkg/XenSupport: use a correct PCI host bridge aperture for BAR64
` [PATCH RESEND 3/3] OvmfPkg/XenSupport: turn off address decoding before BAR sizing

[staging/PRMCaseStudy]: Creating a new feature branch "PRMCaseStudy"
 2019-03-14 18:45 UTC  (3+ messages)

F29 Build Issue
 2019-03-14 17:04 UTC  (5+ messages)

[Patch] BaseTools: Fixed the issue of BaseTools Make cleanall failed
 2019-03-14 14:57 UTC  (2+ messages)

[PATCH] BaseTool/Build: Add --disable-include-path-check
 2019-03-14  9:54 UTC  (2+ messages)

[PATCH] UefiCpuPkg/CpuCommonFeaturesLib: Aesni.c uses BIT0 and BIT1 reversedly
 2019-03-14  2:16 UTC 

[Patch] MdeModulePkg/PiSmmCore: Control S3 related functionality with flag
 2019-03-13  7:44 UTC  (6+ messages)
` [Patch] UefiCpuPkg/MpInitLib: Direct allocate buffer for Wake up Buffer

[patch v2 0/2] Remove duplicated BSD license
 2019-03-13  5:13 UTC  (4+ messages)
` [patch v2 1/2] SecurityPkg: "
` [patch v2 2/2] Vlv2TbltDevicePkg: "

[PATCH v3 0/3] Add the prompt and help information in .uni files
 2019-03-13  3:24 UTC  (4+ messages)
` [PATCH v3 1/3] MdePkg/MdePkg.uni: Add the prompt and help information
` [PATCH v3 2/3] SecurityPkg/SecurityPkg.uni: "
` [PATCH v3 3/3] UefiCpuPkg/UefiCpuPkg.uni: "

[RFC v2] Change EDK II to BSD+Patent License
 2019-03-12 18:00 UTC  (2+ messages)

[PATCH v2 0/3] Add the prompt and help information in .uni files
 2019-03-12 14:45 UTC  (6+ messages)
` [PATCH v2 1/3] MdePkg/MdePkg.uni: Add the prompt and help information
` [PATCH v2 2/3] SecurityPkg/SecurityPkg.uni: "
` [PATCH v2 3/3] UefiCpuPkg/UefiCpuPkg.uni: "

[PATCH 0/3] Add the prompt and help information in .uni files
 2019-03-12 14:18 UTC  (8+ messages)
` [PATCH 1/3] MdePkg/MdePkg.uni: Add the prompt and help information
` [PATCH 2/3] SecurityPkg/SecurityPkg.uni: "
` [PATCH 3/3] UefiCpuPkg/UefiCpuPkg.uni: "

Legacy VBIOS and GOP driver
 2019-03-12  5:29 UTC 

[edk2-announce] March Community Meeting Minutes
 2019-03-11 22:54 UTC  (5+ messages)

UefiCpuPkg CpuDxe GDT init question?
 2019-03-11 21:04 UTC  (9+ messages)

[patch 0/2] Remove duplicated BSD license
 2019-03-11 15:54 UTC  (5+ messages)
` [patch 1/2] SecurityPkg: "
` [patch 2/2] Vlv2TbltDevicePkg: "

[PATCH edk2-platforms 1/2] Platform/ARM/SgiPkg: align with upstream StandaloneMmPkg changes
 2019-03-11 14:48 UTC  (6+ messages)

[PATCH 00/10] StandaloneMmPkg, ArmPkg: cleanups and improvements
 2019-03-11 11:59 UTC  (3+ messages)

[PATCH v3] StandaloneMmPkg/Library: Install Variable Arch Protocol
 2019-03-11 11:48 UTC  (6+ messages)

[edk2-test][Patch 1/1] uefi-sct:SctPkg:Fix underflow in EraseBlocks test
 2019-03-11  8:08 UTC 

[edk2-test][Patch 1/1] uefi-sct/SctPkg: Size in EraseBlocks() is in bytes
 2019-03-11  5:29 UTC 

[PATCH] BaseTools: Enable compiler cache support in edk2 build
 2019-03-11  2:44 UTC  (2+ messages)

[edk2-test][Patch 1/1] uefi-sct/SctPkg:Implement iSCSI DevicePathToText Test
 2019-03-11  2:43 UTC 

[PATCH v2] MdeModulePkg/SdMmcPciHcDxe: Add V3 64b DMA Support
 2019-03-11  1:20 UTC  (3+ messages)

[edk2-test][Patch 1/1] uefi-sct/SctPkg:Fix flaw in BBTestCreateEventEx_Func_Sub3
 2019-03-09  3:29 UTC  (3+ messages)

[edk2-announce] Hard Feature Freeze starts from 2019-03-01(00:00:00 UTC-8) for edk2-stable201903
 2019-03-08 21:32 UTC  (9+ messages)

[PATCH] StdLib: Update resolv.conf to use Google's DNS servers
 2019-03-08 20:17 UTC  (2+ messages)

[PATCH] Maintainers.txt: clarify Reviewer requirements and responsibilities
 2019-03-08 20:13 UTC  (2+ messages)

[edk2-announce] EDK II Stable Tag release edk2-stable201903 completed
 2019-03-08 18:32 UTC 

[edk2-announce] EDK II Stable Tag edk2-stable201903 will be created based on commit 89910a
 2019-03-08 16:36 UTC  (2+ messages)

[PATCH v2 0/2] Fix bugs in HiiDatabase driver
 2019-03-08 16:00 UTC  (6+ messages)


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