public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-03-14 19:46:24 to 2019-03-20 08:17:58 UTC [more...]

[PATCH edk2-non-osi v3 0/8] Upload D0x binary modules
 2019-03-20  8:17 UTC  (4+ messages)
` [PATCH edk2-non-osi v3 1/8] Hisilicon/D0x: Add some header files
` [PATCH edk2-non-osi v3 2/8] Hisilicon/D06: Remove PCI enumeration dependency from SAS driver
` [PATCH edk2-non-osi v3 3/8] Hisilicon/D0x: Update PlatformSysCtrlLib binary

[PATCH edk2-platforms v3 00/18] Fix issues and improve D0x
 2019-03-20  8:08 UTC  (19+ messages)
` [PATCH edk2-platforms v3 01/18] Hisilicon/D0x: Remove and tidy some codes about SerdesLib
` [PATCH edk2-platforms v3 02/18] Hisilicon/D0x: Delete some header files
` [PATCH edk2-platforms v3 03/18] Hisilicon/D0x: Add DriverHealthManagerDxe
` [PATCH edk2-platforms v3 04/18] Hisilicon/D06: Optimize SAS driver for reducing boot time
` [PATCH edk2-platforms v3 05/18] Hisilicon/D06: Fix access variable fail issue
` [PATCH edk2-platforms v3 06/18] Hisilicon/D06: Drop the leading 0 (0x0 -> 0x)
` [PATCH edk2-platforms v3 07/18] Hisilicon/D06: Add more PCIe port INT-x support
` [PATCH edk2-platforms v3 08/18] Hisilicon/D06: Add OemGetCpuFreq to encapsulate difference
` [PATCH edk2-platforms v3 09/18] Hisilicon/D0x: Rename StartupAp() function
` [PATCH edk2-platforms v3 10/18] Hisilicon/D06: Use HCCS speed with 2.6G
` [PATCH edk2-platforms v3 11/18] Hisilicon/D06: Add PCI_OSC_SUPPORT
` [PATCH edk2-platforms v3 12/18] Hisilicon/D06: Modify for IMP self-Adapte support
` [PATCH edk2-platforms v3 13/18] Hisilicon/D06: Add Setup Item "Support DPC" and delete some PCIe menus
` [PATCH edk2-platforms v3 14/18] Hisilicon/D06: Use new flash layout
` [PATCH edk2-platforms v3 15/18] Hisilicon/D06: Remove SECURE_BOOT_ENABLE definition
` [PATCH edk2-platforms v3 16/18] Hisilicon/D0x: Remove SP805 watchdog pcd
` [PATCH edk2-platforms v3 17/18] Hisilicon/D06: Fix USB crash issue(4079)
` [PATCH edk2-platforms v3 18/18] Hisilicon/D0x: Modify version to 19.02

[PATCH v2 00/10] Remove .S files for IA32 and X64 arch in MdePkg and UefiCpuPkg
 2019-03-20  6:54 UTC  (12+ messages)
` [PATCH v2 01/10] UefiCpuPkg/SmmCpuFeaturesLib: Remove .S files for IA32 and X64 arch
` [PATCH v2 02/10] UefiCpuPkg/BaseUefiCpuLib: "
` [PATCH v2 03/10] UefiCpuPkg/CpuExceptionHandlerLib:Remove.S "
` [PATCH v2 04/10] MdePkg/BaseCpuLib: Remove .S "
` [PATCH v2 05/10] MdePkg/BaseLib: "
` [PATCH v2 06/10] MdePkg/BaseMemoryLibMmx: "
` [PATCH v2 07/10] MdePkg/BaseMemoryLibOptDxe: "
` [PATCH v2 08/10] MdePkg/BaseMemoryLibOptPei: "
` [PATCH v2 09/10] MdePkg/BaseMemoryLibRepStr: "
` [PATCH v2 10/10] MdePkg/BaseMemoryLibSse2: "

[edk2-test] SctPkg compilation is failing
 2019-03-20  3:18 UTC  (4+ messages)

[Patch V2][edk2-platforms/devel-MinnowBoardMax-UDK2017] Vlv2TbltDevicePkg: Enable USB3.0 source debug
 2019-03-20  3:11 UTC 

[Patch V2][edk2-platforms/devel-MinnowBoardMax-UDK2017] Vlv2TbltDevicePkg: SPI lock
 2019-03-20  3:10 UTC 

SerialDxe with BaseSerialPortLib16550 and standard PC com port
 2019-03-20  2:06 UTC 

[PATCH 0/2] Change reset logic related on capsule
 2019-03-20  1:42 UTC  (3+ messages)
` [PATCH 1/2] MdeModulePkg/CapsuleRuntimeDxe: Merge changes form arm to all ARCH
` [PATCH 2/2] MdeModulePkg/ResetSystemRuntimeDxe: Remove DoS3 in warm reset

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

[PATCH 0/2] DynamicTablesPkg: add package .dsc
 2019-03-19 20:55 UTC  (5+ messages)
` [PATCH 1/2] DynamicTablesPkg: correct LibraryClass dependencies for Arm/DBG2
` [PATCH 2/2] DynamicTablesPkg: add package .dsc file

PATCH] Change EDK II to BSD+Patent License
 2019-03-19 20:06 UTC  (13+ messages)

[PATCH V2 00/17] Add a new API DebugVPrint for DebugLib
 2019-03-19 15:44 UTC  (28+ 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 RESEND 0/3] Xen PCI passthrough fixes
 2019-03-19 14:03 UTC  (8+ messages)
` [PATCH RESEND 1/3] OvmfPkg/XenSupport: remove usage of prefetchable PCI host bridge aperture
` [PATCH RESEND 3/3] OvmfPkg/XenSupport: turn off address decoding before BAR sizing

[PATCH v2 0/6] DynamicTablesPkg: Framework updates and fixes
 2019-03-19 13:47 UTC  (7+ messages)
` [PATCH v2 1/6] DynamicTablesPkg: Fix protocol section
` [PATCH v2 2/6] DynamicTablesPkg: Rename enum used for ID Mapping
` [PATCH v2 3/6] DynamicTablesPkg: Add OEM Info
` [PATCH v2 4/6] DynamicTablesPkg: DGB2: Update DBG2_DEBUG_PORT_DDI
` [PATCH v2 5/6] DynamicTablesPkg: Remove GIC Distributor Id field
` [PATCH v2 6/6] DynamicTablesPkg: Minor updates and fix typos

[Patch MdeModulePkg/Library v1 0/1] Fix exception issue while UsbMass block io uninstalled
 2019-03-19 13:46 UTC  (3+ messages)
` [Patch MdeModulePkg/Library v1 1/1] MdeModulePkg/UefiBootManangerLib: Fix exception issue

[MdeModulePkg/Library v1 0/1] Fix exception issue while UsbMass block io uninstalled
 2019-03-19 12:26 UTC  (9+ messages)
` [MdeModulePkg/Library v1 1/1] MdeModulePkg/UefiBootManangerLib: Fix exception issue

[Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Vlv2TbltDevicePkg: Enable USB3.0 source debug
 2019-03-19 12:23 UTC 

[PATCH] Vlv2TbltDevicePkg: Resolved chipsec complains
 2019-03-19  9:01 UTC  (2+ messages)

[Patch V2 3/3] Vlv2TbltDevicePkg: Fix 32bit BIOS build failure issue
 2019-03-19  9:00 UTC  (2+ messages)

[Patch V2 2/3] Vlv2TbltDevicePkg: Fix build failure issue after ECP cleanup
 2019-03-19  9:00 UTC  (2+ messages)

[Patch V2 1/3] Vlv2TbltDevicePkg: ECP Cleanup
 2019-03-19  8:59 UTC  (2+ messages)

[PATCH] Vlv2TbltDevicePkg: SPI lock
 2019-03-19  8:20 UTC  (2+ messages)

[Patch V2 0/1] Document: Update Inf spec to remove EDK and IPF related contents
 2019-03-19  7:41 UTC  (3+ messages)
` [Patch V2 1/1] "

[Patch V2 0/1] Document: Update FDF spec to remove EDK and IPF related contents
 2019-03-19  7:40 UTC  (3+ messages)
` [Patch 1/1] "

[Patch] BaseTools: Remove EDK_GLOBAL related logic
 2019-03-19  7:30 UTC  (2+ messages)

[Patch] BaseTools: Remove the logic SourceOverridePath
 2019-03-19  7:24 UTC  (2+ messages)

[Patch] BaseTools: Remove EDKI related logic from Trim tool
 2019-03-19  7:24 UTC  (2+ messages)

[Patch] Document: Remove obsolete user manuals
 2019-03-19  7:23 UTC  (2+ messages)

[PATCH v3 0/3] Add the prompt and help information in .uni files
 2019-03-19  6:48 UTC  (3+ messages)
` [PATCH v3 2/3] SecurityPkg/SecurityPkg.uni: Add the prompt and help information

[Patch] MdeModulePkg/PiSmmCore: Control S3 related functionality with flag
 2019-03-19  1:51 UTC  (2+ messages)

[edk2-test][Patch 1/1] uefi-sct/SctPkg: Size in EraseBlocks() is in bytes
 2019-03-18 19:44 UTC  (2+ messages)

[edk2-test][Patch 1/1] uefi-sct:SctPkg:Fix underflow in EraseBlocks test
 2019-03-18 18:58 UTC  (2+ messages)

[RFC PATCH] MdeModulePkg: add LockBoxNullLib for !IA32/X64 in .dsc
 2019-03-18 14:56 UTC 

[PATCH v4] UefiCpuPkg\CpuSmm: Save & restore CR2 on-demand paging in SMM
 2019-03-18 14:38 UTC 

Regarding PXE boot NACK error
 2019-03-18 10:52 UTC  (4+ 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 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)

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

[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  (9+ messages)
` [PATCH edk2-platforms v2 3/3] Platform/ARM/SgiPkg: add MM based UEFI secure boot support

[PATCH 0/4] MdeModulePkg, StandaloneMmPkg: work around VA vs PA ambiguity
 2019-03-15  8:12 UTC  (3+ messages)

[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  (4+ messages)
` [PATCH 09/17] OvmfPkg/PlatformDebugLibIoPort: Add a new api DebugVPrint

[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)


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