public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2017-01-04 11:19:23 to 2017-01-09 16:37:41 UTC [more...]

[PATCH v3 0/4] BaseIoFifoLib
 2017-01-09 16:37 UTC  (20+ messages)
` [PATCH v3 1/4] MdePkg: Add BaseIoFifoLib library
` [PATCH v3 2/4] Modify .DSC files that include UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
` [PATCH v3 3/4] Modify UefiCpuPkg/CpuIo2Dxe to use new BaseIoFifoLib library
` [PATCH v3 4/4] Modify QemuFwCfgLib "

Improvement at Wiki (EFI_SHELL_INTERFACE)
 2017-01-09 15:44 UTC  (2+ messages)

[Patch] Nt32Pkg/WinNtSimpleFileSystemDxe: Fix ASSERT() parsing '\'
 2017-01-09 15:42 UTC  (2+ messages)

[PATCH 0/5] Change "dh" to support dump from GUID and "decode" parameter
 2017-01-09 15:40 UTC  (8+ messages)
` [PATCH 1/5] ShellPkg/HandleParsingLib: Rename global variables
` [PATCH 2/5] ShellPkg/HandleParsingLib: Return NULL name for unknown GUID
` [PATCH 3/5] ShellPkg/HandleParsingLib: Add new API GetAllMappingGuids
` [PATCH 4/5] ShellPkg/Dh: Fix coding style issues
` [PATCH 5/5] ShellPkg/dh: Support dump from GUID and "decode" parameter

[Patch] OvmgPkg/PlatformBootManagerLib: Add Debug Agent console
 2017-01-09 12:43 UTC  (2+ messages)

update capsule image on Quark SoC x1000 Gen2
 2017-01-09 12:40 UTC 

[PATCH v1 1/1] ShellPkg/PrintInfo.c: Add decoding of SMBIOS record type 43
 2017-01-09 10:05 UTC  (2+ messages)

[PATCH v1 1/1] MdePkg/SmBios.h: Add new defines for SMBIOS record type 43
 2017-01-09  9:51 UTC  (4+ messages)

[PATCH] MdeModulePkg/BootMaintenanceManagerUiLib: Support NT32 terminals
 2017-01-09  9:32 UTC  (2+ messages)

Serial port flush in UEFI
 2017-01-09  8:45 UTC 

[Patch][edk2-platforms/devel-MinnowBoard3] Remove platform policy
 2017-01-09  8:12 UTC 

[patch] ShellPkg: Add check logic for the gateway validity
 2017-01-09  7:54 UTC  (4+ messages)

[PATCH] MdeModulePkg/DxeCore:Clear RT attribute on SetCapabilities
 2017-01-09  6:38 UTC  (2+ messages)

[Patch] ShellPkg/Shell: Add double quotes to args with white space
 2017-01-09  6:17 UTC  (2+ messages)

[PATCH] SecurityPkg Tcg2ConfigDxe: Refine debug message and comments
 2017-01-09  5:51 UTC  (2+ messages)

[Patch] MdeModulePkg/DxeCore: Fix ASSERT() from GCD DEBUG() messages
 2017-01-09  5:18 UTC  (4+ messages)

[Patch] MdePkg/Include: Add include file to FileHandleLib.h
 2017-01-09  5:17 UTC  (2+ messages)

[PATCH] SecurityPkg Tcg2ConfigDxe: Typecast to (CHAR8*) as para of AsciiStrSize
 2017-01-09  3:06 UTC  (3+ messages)

[PATCH] MdePkg/UefiFileHandleLib: Refine the check for valid Ascii character
 2017-01-09  2:18 UTC  (2+ messages)

[PATCH v4 0/9] BaseIoFifoLib
 2017-01-09  2:16 UTC  (14+ messages)
` [PATCH v4 1/9] MdePkg: Add BaseIoFifoLib library
` [PATCH v4 2/9] CorebootPayloadPkg: Modify .DSC files that include UefiCpuPkg/CpuIo2Dxe
` [PATCH v4 3/9] DuetPkg: "
` [PATCH v4 4/9] OvmfPkg: "
` [PATCH v4 5/9] QuarkPlatformPkg: "
` [PATCH v4 6/9] UefiCpuPkg: "
` [PATCH v4 7/9] Vlv2TbltDevicePkg: "
` [PATCH v4 8/9] Modify UefiCpuPkg/CpuIo2Dxe to use new BaseIoFifoLib library
` [PATCH v4 9/9] Modify QemuFwCfgLib "

[Patch][edk2-platforms/devel-MinnowBoard3] Fix build error
 2017-01-09  2:05 UTC  (2+ messages)

[PATCH 0/4] Add and refine sting APIs in MdePkg/BaseLib
 2017-01-09  2:03 UTC  (9+ messages)
` [PATCH 1/4] MdePkg/BaseLib: Add safe string functions [Ascii]StrnSizeS
` [PATCH 2/4] MdePkg/BaseLib: Add safe string functions that convert str to value
` [PATCH 3/4] MdePkg/BaseLib: Enhance the return value for string to uint functions
` [PATCH 4/4] MdePkg/BaseLib: Add safe string functions [U|A]StrnTo[A|U]StrS

[PATCH 0/9] enhance UFS
 2017-01-09  1:25 UTC  (25+ messages)
` [PATCH 1/9] Ufs: fix data direction checking
` [PATCH 2/9] Ufs: fix to identify 32 bits address mode
` [PATCH 3/9] Ufs: fix the bit in UFS_HC_UTRLDBR_OFFSET register
` [PATCH 4/9] Ufs: fix to set UTRLBA and UTRLBAU register
` [PATCH 5/9] Ufs: fix to set PRDT length
` [PATCH 6/9] Ufs: add PhyInit
` [PATCH 7/9] Ufs: fix initialize OCS value to 0x0F
` [PATCH 8/9] Ufs: fix to add cache operation
` [PATCH 9/9] ScsiDisk: retry if device detected power failure

Question about OS initialization at UEFI firmware (x86)
 2017-01-07 21:14 UTC  (5+ messages)

[PATCH v2] OvmfPkg/SmmControl2Dxe: correct PCI_CONFIG_READ_WRITE in S3 boot script
 2017-01-06 17:28 UTC 

[PATCH V2 1/1] OvmfPkg: Install BGRT ACPI table
 2017-01-06 13:28 UTC  (2+ messages)

[Patch][edk2-platforms/devel-MinnowBoard3] Remove platform policies
 2017-01-06  9:09 UTC 

[PATCH] MdeModulePkg/UefiBootManagerLib: Remove redundant type cast
 2017-01-06  9:04 UTC  (3+ messages)

[PATCH] SignedCapsulePkg/CapsuleLib: Refine to compare with same type
 2017-01-06  8:56 UTC 

[PATCH] SecurityPkg/FmpAuthenticationLib: Refine to compare with same type
 2017-01-06  8:55 UTC 

[PATCH] SecurityPkg/TcgDxe: Refine to compare 2 values with the same type
 2017-01-06  8:54 UTC 

[PATCH] FatPkg: Explicitly declare FAT_CLUSTER_SPECIAL as unsigned type
 2017-01-06  8:54 UTC  (2+ messages)

[PATCH] MdeModulePkg/Stall: Refine to compare 2 values with the same type
 2017-01-06  8:52 UTC 

[PATCH] Remove platform policies which are not used
 2017-01-06  8:46 UTC 

[PATCH] SecurityPkg Tcg2ConfigDxe: Add setup option to configure PPI version
 2017-01-06  7:32 UTC  (3+ messages)

How to disable SSC clock in Quark SOC x1000 Gen2 in EDK2 Bios
 2017-01-06  6:06 UTC 

[PATCH] SecurityPkg: TcgPei: Sync TCG PP lifetime lock state
 2017-01-06  1:51 UTC  (2+ messages)

[PATCH] SecurityPkg: Tcg2ConfigDxe: Remove duplicate local variable
 2017-01-06  1:21 UTC  (2+ messages)

[PATCH v2 0/4] BaseIoFifoLib
 2017-01-05 21:34 UTC  (6+ messages)
` [PATCH v2 1/4] MdePkg: Add BaseIoFifoLib library
` [PATCH v2 2/4] Modify .DSC files that include UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
` [PATCH v2 3/4] Modify UefiCpuPkg/CpuIo2Dxe to use new BaseIoFifoLib library
` [PATCH v2 4/4] Modify QemuFwCfgLib "

[PATCH 0/4] *** BaseIoFifoLib ***
 2017-01-05 20:47 UTC  (9+ messages)
` [PATCH 1/4] MdePkg: Add BaseIoFifoLib library
` [PATCH 2/4] Modify .DSC files that include UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
` [PATCH 3/4] Modify UefiCpuPkg/CpuIo2Dxe to use new BaseIoFifoLib library
` [PATCH 4/4] Modify QemuFwCfgLib "

[PATCH RFC 00/14] Specific platform to run OVMF in Xen PVH and HVM guests
 2017-01-05 17:02 UTC  (28+ messages)
` [PATCH RFC 01/14] OvmfPkg: Create platform XenOvmf
` [PATCH RFC 02/14] OvmfPkg/XenOvmf: Update debug IO port for Xen
` [PATCH RFC 03/14] OvmfPkg/XenOvmf.dsc: Introduce XenResetVector
` [PATCH RFC 04/14] OvmfPkg: Introduce XenPlatformPei
` [PATCH RFC 05/14] OvmfPkg/Library: add XenPciHostBridgeLib
` [PATCH RFC 06/14] OvmfPkg/XenPlatformPei: Add xen PVH specific code
` [PATCH RFC 07/14] OvmfPkg/XenResetVector: Add new entry point for Xen PVH
` [PATCH RFC 08/14] OvmfPkg/PlatformBootManagerLib: Workaround missing PCI bus on "
` [PATCH RFC 09/14] OvmfPkg/ResetSystemLib: Add missing dependency on PciLib
` [PATCH RFC 11/14] OvmfPkg/XenOvmf: Adding XenTimerLocalApic
` [PATCH RFC 12/14] OvmfPkg/PlatformBootManagerLib: Use a Xen console for ConOut/ConIn
` [PATCH RFC 13/14] OvmfPkg: Introduce XenIoPvhDxe to initialize Grant Tables
` [PATCH RFC 14/14] XenOvmf: Use a different RTC

[PATCH] OvmfPkg/SmmControl2Dxe: correct PCI_CONFIG_READ_WRITE in S3 boot script
 2017-01-05 13:15 UTC  (9+ messages)

[PATCH] MdeModulePkg/Bds: Fix a bug that may causes S4 fails to resume
 2017-01-05 10:10 UTC  (3+ messages)

[Patch 0/2] Refine the coding style
 2017-01-05  6:51 UTC  (5+ messages)
` [Patch 1/2] MdePkg, NetworkPkg: "
` [Patch 2/2] CryptoPkg/TlsLib: "

[patch] MdeModulePkg/DxeCapsuleLibFmp: Fix incorrect MODULE_TYPE
 2017-01-05  5:29 UTC  (4+ messages)
` [patch] MdeModulePkg/StaControllerDxe: Fix coding style issue

[PATCH] UefiCpuPkg/MpInitLib: Add missing point mark
 2017-01-05  5:24 UTC 

[PATCH 1/2] SecuritPkg: Tcg2: Fix coding style issue
 2017-01-05  2:44 UTC  (2+ messages)

[PATCH 2/2] SecurityPkg: Add Pcd PROMPT/HELP & Chang default setting
 2017-01-05  2:25 UTC  (2+ messages)

[PATCH] SecurityPkg: Tcg2ConfigDxe: Display TPM2 HID in Tcg2Config
 2017-01-05  1:04 UTC  (2+ messages)

[PATCH 1/1] Add BGRT ACPI table inclusion support in OVMF
 2017-01-04 19:34 UTC  (3+ messages)

[PATCH] ShellPkg: Fix a bug ">>v" cannot append data to environment variable
 2017-01-04 17:07 UTC  (2+ messages)

[PATCH v3] ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe: Set Marvell Yukon MAC address
 2017-01-04 15:12 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