public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2016-12-01 22:07:51 to 2016-12-09 10:20:35 UTC [more...]

[Patch 0/2] MdeModulePkg SmmCore: Fix hang issue when LMFA enable
 2016-12-09 10:20 UTC  (3+ messages)
` [Patch 1/2] MdeModulePkg SmmIpl: Fill Smram range for SMM driver "

[PATCH] MdeModulePkg VariableSmm: Check InfoSize correctly
 2016-12-09  8:47 UTC 

[PATCH][edk2-platforms/Minnowboard-max-udk2015] Vlv2TbltDevicePkg: Fixed Turbot 2 frontpage issue
 2016-12-09  8:43 UTC 

[PATCH] MdePkg/BaseLib: Enhance the return value for string to uint functions
 2016-12-09  7:13 UTC  (2+ messages)

[PATCH] MdeModulePkg VariableSmm: Do not need check CommBufferSize buffer
 2016-12-09  6:53 UTC 

[PATCH RFC 00/14] Specific platform to run OVMF in Xen PVH and HVM guests
 2016-12-09  6:48 UTC  (16+ 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 10/14] UefiCpuPkg/BaseXApicX2ApicLib: Fix initialisation on my system and
` [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] BaseTools/Scripts/PatchCheck.py: Extended patch style check for c code
 2016-12-09  5:35 UTC 

[PATCH v2 2/8] FatPkg/EnhancedFatDxe: Use global variable replace static local variable
 2016-12-09  2:43 UTC  (2+ messages)

[PATCH] ShellPkg: Add missing header line for SFO flag in 'cls' command
 2016-12-09  1:35 UTC  (3+ messages)

[patch 0/8] FatPkg: Fix coding style issues
 2016-12-09  1:18 UTC  (25+ messages)
` [patch 1/8] FatPkg\EnhancedFatDxe: Avoid Non-Boolean type uses as Boolean
` [patch 2/8] FatPkg\EnhancedFatDxe: Initialize variable after declaration
` [patch 3/8] FatPkg\EnhancedFatDxe: Make function prototype align with definition
` [patch 4/8] FatPkg\EnhancedFatDxe: Make the variable name follow rule
` [patch 5/8] FatPkg\EnhancedFatDxe: Use typedef for complex type
` [patch 6/8] FatPkg\EnhancedFatDxe: Make the comments align with EDKII coding style
` [patch 7/8] FatPkg\EnhancedFatDxe: Add comments for functions
` [patch 8/8] FatPkg: Fix format issues in dec/inf/dsc files

[PATCH] ShellPkg/Application: Fix ">v" cannot update environment variable
 2016-12-08 21:59 UTC  (3+ messages)

[PATCH] ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe: Set Marvell Yukon MAC address
 2016-12-08 16:48 UTC  (6+ messages)

GCC needs __attribute__((returns_twice)) for SetJump
 2016-12-08 14:32 UTC  (2+ messages)

[PATCH] MdeModulePkg/NonDiscoverablePciDevice: add missing cast and EFIAPI modifiers
 2016-12-08  9:25 UTC  (2+ messages)

[PATCH] ShellPkg: Assign the correct value to ShellStatus
 2016-12-08  0:56 UTC  (6+ messages)

[Patch] NetworkPkg/DnsDxe: Fixed the assert issue in DnsDxe
 2016-12-08  0:54 UTC 

[PATCH] UefiCpuPkg/PiSmmCpu: Add SMM Comm Buffer Paging Protection
 2016-12-07 12:54 UTC 

[Patch] UefiCpuPkg/PiSmmCpuDxeSmm: Remove MTRR field from PSD
 2016-12-07 11:36 UTC  (3+ messages)

[PATCH v5 0/5] MdeModulePkg: add support for non-discoverable devices
 2016-12-07  9:43 UTC  (9+ messages)
` [PATCH v5 1/5] MdeModulePkg: introduce non-discoverable device protocol
` [PATCH v5 2/5] MdeModulePkg: introduce helper library to register non-discoverable devices
` [PATCH v5 3/5] MdeModulePkg: implement generic PCI I/O driver for "
` [PATCH v5 4/5] MdeModulePkg/NonDiscoverablePciDeviceDxe: add support for non-coherent DMA
` [PATCH v5 5/5] Omap35xxPkg/PciEmulation: port to new non-discoverable device infrastructure

OvmfPkg: VM crashed trying to write to RO memory from CommonInterruptEntry
 2016-12-07  9:11 UTC  (7+ messages)

[patch] MdeModulePkg: Fix assert in iSCSI
 2016-12-07  7:46 UTC  (3+ messages)

[Patch] Vlv2TbltDevicePkg/PlatformInitPei: Better SMRAM size alignment
 2016-12-07  7:44 UTC  (2+ messages)

Is the current TPL ASSERT in the LoadImage() correct?
 2016-12-07  6:15 UTC 

[PATCH] MdeModulePkg/PiSmmCore: AllocatePool should use MemoryType
 2016-12-07  5:27 UTC  (11+ messages)
` [PATCH] MdeModulePkg/PiSmmCore: MemoryAttributeTable need keep non-PE record
` [PATCH] MdeModulePkg/PiSmmCore; Use DEBUG_WARN for non 4k aligned image
` [PATCH] MdeModulePkg/PiSmmCore: use EfiPagesToSize to prevent build error

[PATCH V2] UefiCpuPkg/PiSmmCpu: Fixed #double fault on #page fault
 2016-12-07  1:51 UTC  (2+ messages)

[PATCH] MdeModulePkg/BdsDxe: Initialize gConnectConInEvent earlier
 2016-12-07  0:52 UTC  (3+ messages)

[PATCH v2 0/2] Fix runtime issue in XenBusDxe when compiled with GCC 6.2
 2016-12-06 17:10 UTC  (4+ messages)
` [PATCH v2 1/2] OvmfPkg/XenHypercallLib: Add EFIAPI
` [PATCH v2 2/2] OvmfPkg/build.sh: Use GCC49 toolchains with GCC 6.[0-2]

[PATCH 0/7] Various: Remove EDK2 use of IntelFrameworkModulePkg legacy libs
 2016-12-06  9:22 UTC  (14+ messages)
` [PATCH 5/7] DuetPkg: Remove "
` [PATCH 7/7] Vlv2TbltDevicePkg: "

[patch] MdeModulePkg/SetupBrowserDxe: Fix incorrect local variable used
 2016-12-06  7:25 UTC  (2+ messages)

[Patch] UefiCpuPkg/PiSmmCpuDxeSmm: Always initialze PSD
 2016-12-06  4:51 UTC  (3+ messages)

Sync staging/HTTPS-TLS feature into edk2 master!
 2016-12-06  0:40 UTC  (4+ messages)

Password protection for settings?
 2016-12-05 20:13 UTC 

[PATCH v2 0/6] OvmfPkg/QemuFwCfgLib: support the DMA-like interface
 2016-12-05 18:55 UTC  (15+ messages)
` [PATCH v2 1/6] ArmVirtPkg/QemuFwCfgLib: remove superfluous InternalQemuFwCfgIsAvailable()
` [PATCH v2 2/6] OvmfPkg/QemuFwCfgLib: move InternalQemuFwCfgIsAvailable() to lib instances
` [PATCH v2 3/6] ArmVirtPkg, OvmfPkg: QemuFwCfgLib: move DMA-related defs to lib class
` [PATCH v2 4/6] OvmfPkg/QemuFwCfgLib: extend lib class header with more definitions
` [PATCH v2 5/6] ArmVirtPkg/QemuFwCfgLib: rebase lib instance to updated lib class header
` [PATCH v2 6/6] OvmfPkg/QemuFwCfgLib: support QEMU's DMA-like fw_cfg access method

[PATCH] Omap35xxPkg, BeagleBoardPkg: Use Pcd for INTERRUPT_BASE
 2016-12-05 17:24 UTC  (3+ messages)

[patch 0/5] MdeModulePkg/EbcDxe: Fix coding style issues
 2016-12-05 12:45 UTC  (7+ messages)
` [patch 1/5] MdeModulePkg/EbcDxe: Make the comments align with EDKII coding style
` [patch 2/5] MdeModulePkg/EbcDxe: Initialize variable after declaration
` [patch 3/5] MdeModulePkg/EbcDxe: Make the variable name follow rules
` [patch 4/5] MdeModulePkg/EbcDxe: Avoid Non-Boolean type used as Boolean
` [patch 5/5] MdeModulePkg/EbcDxe: Add comments for functions

[PATCH 0/4] Fix runtime issue in XenBusDxe when compiled with GCC5
 2016-12-05 10:09 UTC  (13+ messages)

[PATCH v4 0/5] MdeModulePkg: add support for non-discoverable devices
 2016-12-05  9:35 UTC  (11+ messages)
` [PATCH v4 3/5] MdeModulePkg: implement generic PCI I/O driver "

[PATCH] IntelFsp2Pkg: 41d739e breaks flat tree build
 2016-12-05  4:33 UTC  (4+ messages)

[PATCH 0/3] MdePkg, MdeModulePkg, Vlv2TbltDevicePkg: 64-bit LoopTimes in S3 MEM_POLL
 2016-12-03 18:33 UTC  (6+ messages)

[shell] Pipe causes pool failure in Shell.c
 2016-12-02 21:48 UTC  (3+ messages)

Handling multiple paths to the same EFI system partition?
 2016-12-02 21:26 UTC 

[shell] shift generates errors with no command-line options
 2016-12-02 14:47 UTC 

[Patch v2 0/4] Fix SOURCE_DEBUG_ENABLE
 2016-12-02 14:42 UTC  (6+ messages)
` [Patch v2 1/4] Vlv2TbltDevicePkg: Make !if statement usage consistent
` [Patch v2 2/4] Vlv2TbltDevicePkg: Fix SOURCE_DEBUG_ENABLE feature
` [Patch v2 3/4] Vlv2TbltDevicePkg/PlatformBdsLib: Add DebugAgent Console
` [Patch v2 4/4] Vlv2TbltDevicePkg: Update PlatformPkgGccX64.dsc

[shell] @ does not work before if, endif, for and many other command
 2016-12-02 14:20 UTC 

[PATCH 0/5] OvmfPkg/QemuFwCfgLib: support the DMA-like interface
 2016-12-02 11:35 UTC  (11+ messages)
` [PATCH 1/5] ArmVirtPkg/QemuFwCfgLib: remove superfluous InternalQemuFwCfgIsAvailable()
` [PATCH 3/5] OvmfPkg/IndustryStandard: add QemuFwCfgDma.h
` [PATCH 4/5] ArmVirtPkg/QemuFwCfgLib: rebase lib instance to OvmfPkg/IndustryStandard

[PATCH] OvmfPkg/SmmControl2Dxe: correct PCI_CONFIG_READ_WRITE in S3 boot script
 2016-12-02 10:48 UTC 

[shell] Redirected Environment Variables Are Not Saved Correctly
 2016-12-02  9:20 UTC 

[PATCH] Vlv2TbltDevicePkg:Add Intel I210 lan UNDI driver on Turbot2
 2016-12-02  8:59 UTC  (2+ messages)

[PATCH] BaseTools/VolInfo: Fix printf issue using '%ls' in format string
 2016-12-02  3:02 UTC  (3+ messages)

[Patch] BaseTools: Support QuotedString for PREBUILD/POSTBUILD in DSC file
 2016-12-02  2:50 UTC  (2+ messages)

[Patch] BaseTools: add error check for "#image" for idf file format
 2016-12-02  2:32 UTC  (2+ messages)

[Patch] BaseTools: Fix the bug to parse the new map file format
 2016-12-02  2:31 UTC  (2+ messages)

Root Cause of Parse Failure With Redirected Input
 2016-12-02  2:07 UTC 

Pipe causes pool failure in Shell.c
 2016-12-02  1:47 UTC 

[patch] MdeModulePkg/SdMmc: Fix build failure caused by last check-in
 2016-12-02  1:44 UTC  (2+ messages)

[shell] Redirection to environment variable used on command-line not working
 2016-12-02  1:11 UTC 


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