public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2016-10-10 08:44:54 to 2016-10-13 00:46:22 UTC [more...]

[PATCH V2 00/50] Add capsule update and recovery sample
 2016-10-13  0:46 UTC  (34+ messages)
` [PATCH V2 01/50] MdeModulePkg/Include: Add EDKII system FMP capsule header
` [PATCH V2 02/50] MdeModulePkg/Include: Add EdkiiSystemCapsuleLib definition
` [PATCH V2 03/50] MdeModulePkg/Include: Add FmpAuthenticationLib header
` [PATCH V2 04/50] MdeModulePkg/Include: Add IniParsingLib header
` [PATCH V2 05/50] MdeModulePkg/Include: Add PlatformFlashAccessLib header
` [PATCH V2 06/50] MdeModulePkg/CapsuleLib: Add ProcessCapsules() API
` [PATCH V2 07/50] MdeModulePkg/MdeModulePkg.dec: Add capsule related definition
` [PATCH V2 09/50] MdeModulePkg/FmpAuthenticationLib: Add FmpAuthenticationLib instance
` [PATCH V2 39/50] QuarkPlatformPkg/dsc/fdf: add capsule generation DSC/FDF

[PATCH] ShellPkg/UefiShellTftpCommandLib: Update TFTP help text
 2016-10-12 21:08 UTC  (2+ messages)

[PATCH 00/45] Add capsule update and recovery sample
 2016-10-12 21:04 UTC  (15+ messages)
` [PATCH 17/45] MdeModulePkg/CapsuleApp: Add CapsuleApp application

[PATCH] [edk2-staging/HTTPS-TLS][PATCH]: CryptoPkg/TlsLib: Fix FILE_GUID
 2016-10-12 20:42 UTC 

[PATCH] Nt32Pkg/WinNtBusDriverDxe: Fix small memory overrun
 2016-10-12 20:29 UTC 

Format a volume in UEFI (or delete all files)
 2016-10-12 17:55 UTC  (8+ messages)

[PATCH] ShellPkg:‘cd \’ command fails to go back to the root directory of a file system
 2016-10-12 17:25 UTC  (2+ messages)

[Patch 0/2] BaseTools/GenFds: Make FDF parser mode flexible
 2016-10-12 17:11 UTC  (4+ messages)
` [Patch 1/2] BaseTools/GenFds: Support FDF sections in any order

[Patch 0/2] MdePkg DevicePathLib: Check buffer length before use
 2016-10-12 14:14 UTC  (4+ messages)
` [Patch 1/2] MdePkg UefiDevicePathLib: Validate buffer length before use buffer
` [Patch 2/2] MdePkg UefiDevicePathLibDevicePathProtocol: Validate before use

ArmPlatformPkg: Allocate VRAM as RuntimeServicesData
 2016-10-12 12:53 UTC  (5+ messages)

[PATCH 00/52] Resolve issues for C source codes in BaseTools
 2016-10-12 12:20 UTC  (53+ messages)
` [PATCH 01/52] BaseTools/C/Common: Avoid possible NULL pointer dereference
` [PATCH 02/52] BaseTools/EfiRom: "
` [PATCH 03/52] BaseTools/GenFfs: "
` [PATCH 04/52] BaseTools/GenFv: "
` [PATCH 05/52] BaseTools/GenFw: "
` [PATCH 06/52] BaseTools/GenPage: "
` [PATCH 07/52] BaseTools/GenSec: "
` [PATCH 08/52] BaseTools/GenVtf: "
` [PATCH 09/52] BaseTools/TianoCompress: "
` [PATCH 10/52] BaseTools/VfrCompile: "
` [PATCH 11/52] BaseTools/VolInfo: "
` [PATCH 12/52] BaseTools/TianoCompress: Initialize local variables before being used
` [PATCH 13/52] BaseTools/VfrCompile: "
` [PATCH 14/52] BaseTools/GenBootSector: Fix parameter format mismatch in printf functions
` [PATCH 15/52] BaseTools/VolInfo: "
` [PATCH 16/52] BaseTools/C/Common: Fix parameter format mismatch in scanf functions
` [PATCH 17/52] BaseTools/GenFv: "
` [PATCH 18/52] BaseTools/GenFw: "
` [PATCH 19/52] BaseTools/GenVtf: "
` [PATCH 20/52] BaseTools/C/Common: Fix potential access over array bounds
` [PATCH 21/52] BaseTools/EfiRom: "
` [PATCH 22/52] BaseTools/GenFv: "
` [PATCH 23/52] BaseTools/TianoCompress: "
` [PATCH 24/52] BaseTools/VfrCompile: "
` [PATCH 25/52] BaseTools/VfrCompile: Avoid freeing memory with mismatched functions
` [PATCH 26/52] BaseTools/VfrCompile: Add assignment operator definition for some classes
` [PATCH 27/52] BaseTools/VfrCompile: Avoid freeing freed memory in classes
` [PATCH 28/52] BaseTools/VfrCompile: Remove unused local variables
` [PATCH 29/52] BaseTools/C/Common: Fix potential memory leak
` [PATCH 30/52] BaseTools/EfiRom: "
` [PATCH 31/52] BaseTools/GenFv: "
` [PATCH 32/52] BaseTools/GenPage: "
` [PATCH 33/52] BaseTools/GenSec: "
` [PATCH 34/52] BaseTools/GenVtf: "
` [PATCH 35/52] BaseTools/Split: Fix potential memory and resource leak
` [PATCH 36/52] BaseTools/TianoCompress: Fix potential memory leak
` [PATCH 37/52] BaseTools/VfrCompile: "
` [PATCH 38/52] BaseTools/VolInfo: "
` [PATCH 39/52] BaseTools/EfiRom: Fix file handles not being closed
` [PATCH 40/52] BaseTools/GenBootSector: "
` [PATCH 41/52] BaseTools/GenCrc32: "
` [PATCH 42/52] BaseTools/GenFv: "
` [PATCH 43/52] BaseTools/GenVtf: "
` [PATCH 44/52] BaseTools/LzmaCompress: "
` [PATCH 45/52] BaseTools/TianoCompress: "
` [PATCH 46/52] BaseTools/VolInfo: "
` [PATCH 47/52] BaseTools/GenVtf: Fix potential buffer overflow in scanf functions
` [PATCH 48/52] BaseTools/VolInfo: "
` [PATCH 49/52] BaseTools/VfrCompile: Explicitly state format string for DebugMsg()
` [PATCH 50/52] BaseTools/VolInfo: Use hard-coded format string for calls to sprintf()
` [PATCH 51/52] BaseTools/VfrCompile/Pccts: Add virtual destructor for class DLGInputStream
` [PATCH 52/52] BaseTools/VfrCompile/Pccts: Make assignment operator not returning void

[PATCH 0/5] OvmfPkg/QemuVideoDxe: cleanups and tweaks
 2016-10-12 10:09 UTC  (6+ messages)
` [PATCH 1/5] OvmfPkg/QemuVideoDxe: drop useless QEMU_VIDEO_MODE_DATA.RefreshRate
` [PATCH 2/5] OvmfPkg/QemuVideoDxe: drop QEMU_VIDEO_CIRRUS_MODES.RefreshRate
` [PATCH 3/5] OvmfPkg/QemuVideoDxe: remove useless QEMU_VIDEO_PRIVATE_DATA.CurrentMode
` [PATCH 4/5] OvmfPkg/QemuVideoDxe: remove useless QEMU_VIDEO_PRIVATE_DATA.LineBuffer
` [PATCH 5/5] OvmfPkg/QemuVideoDxe: upgrade VERBOSE debug messages to INFO

[PATCH] MdeModulePkg/MdeModulePkg.dec: Fix EBC build failure of PciBus driver
 2016-10-12  8:51 UTC  (7+ messages)

[PATCH 0/2] Juno PCI fixes
 2016-10-12  8:41 UTC  (5+ messages)
` [PATCH 2/2] ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe: Fix for PCI Dual Address Cycle

[PATCH 0/3] MdeModulePkg/TerminalDxe: TtyTerm improvements
 2016-10-12  8:17 UTC  (4+ messages)

[Patch] MdeModulePkg RegularExpressionDxe: Add the missing EFIAPI for the function
 2016-10-12  8:09 UTC  (2+ messages)

[PATCH] Add NOOPT build targets to OvmfPkg for source level debugging
 2016-10-12  7:38 UTC  (6+ messages)

[PATCH 0/3] PL011 updates
 2016-10-12  7:30 UTC  (12+ messages)
` [PATCH 1/3] ArmPlatformPkg: Fix PL011 FIFO size test
` [PATCH 2/3] ArmPlatformPkg: Correct mendacious comments
` [PATCH 3/3] ArmPlatformPkg: Remove UINTN cast when setting BaudRate

[PATCH v3 00/10] enhance mmc
 2016-10-12  5:32 UTC  (8+ messages)

[PATCH] IntelSiliconPkg: Fixing syntax bug in IGD_OPREGION_HEADER
 2016-10-12  5:10 UTC  (2+ messages)

[PATCH V3 0/3] Add PcdRecoveryFileName PCD
 2016-10-11 18:46 UTC  (5+ messages)
` [PATCH V3 1/3] MdeModulePkg/dec: "
` [PATCH V3 2/3] MdeModulePkg/CdExpressPei: Use "
` [PATCH V3 3/3] FatPkg/FatPei: "

RFC: ProtocolLib for cross DXE and SMM Protocol and Handle Services
 2016-10-11 16:37 UTC  (14+ messages)

[Patch V4] BaseTools: support the NOOPT target with the GCC tool chains
 2016-10-11 15:24 UTC  (5+ messages)

[PATCH v4 0/8] Add FrameBufferBltLib and GraphicsOutputDxe
 2016-10-11 14:51 UTC  (16+ messages)
` [PATCH v4 1/8] MdeModulePkg: Add FrameBufferBltLib library class
` [PATCH v4 2/8] MdeModulePkg: Add FrameBufferBltLib library instance
` [PATCH v4 3/8] MdeModulePkg: Add GraphicsOutputDxe driver
` [PATCH v4 4/8] OvmfPkg: Include MdeModulePkg/FrameBufferLib in OvmfPkg
` [PATCH v4 5/8] ArmVirtPkg: Include MdeModulePkg/FrameBufferLib in ArmVirtPkg
` [PATCH v4 6/8] OvmfPkg: QemuVideoDxe uses MdeModulePkg/FrameBufferLib
` [PATCH v4 7/8] OvmfPkg: Remove unused BltLib reference
` [PATCH v4 8/8] ArmVirtPkg: "

[Patch] SecurityPkg OpalPasswordSmm: Fix S3 resume failure
 2016-10-11  8:35 UTC  (2+ messages)

[patch] MdeModulePkg/BootMaintenanceUi: Enhance the codes logic
 2016-10-11  7:30 UTC  (2+ messages)
` [patch] MdeModulePkg/SetupBrowser: Send discard info to driver when fail to submit

[PATCH v2 1/5] MdePkg/GraphicsInfoHob: Add GraphicsDeviceInfo HOB GUID and structure
 2016-10-11  5:45 UTC  (3+ messages)
` [PATCH v3 "

[Patch] Nt32Pkg WinNtSimpleFileSystemDxe: Correct file length
 2016-10-11  2:15 UTC  (2+ messages)

[Patch] DuetPkg DxeIpl and EfiLdr: Add the missing EFIAPI for the function
 2016-10-11  2:15 UTC  (2+ messages)

[PATCH V2 0/3] Add PcdRecoveryFileName PCD
 2016-10-11  0:46 UTC  (5+ messages)

[PATCH] QuarkPlatformPkg/PlatformFlashAccessLib: Skip the update if content is same
 2016-10-11  0:39 UTC  (3+ messages)

[RFC V2] EDK2 Platform Proposal
 2016-10-10 19:22 UTC  (4+ messages)

[PATCH V3] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()
 2016-10-10 15:44 UTC  (3+ messages)

[PATCH v2 0/5] Add FrameBufferBltLib and GraphicsOutputDxe
 2016-10-10 14:56 UTC  (5+ messages)
` [PATCH v2 2/5] MdeModulePkg: Add FrameBufferBltLib library class
` [PATCH v2 5/5] OvmfPkg: QemuVideoDxe uses MdeModulePkg/FrameBufferLib

[EDK2 tcg2] TCG2 variable TCG2_DEVICE_DETECTION_NAME does not work as expected?
 2016-10-10 14:16 UTC  (2+ messages)

[PATCH] SecurityPkg: SmmTcg2PhysicalPresenceLib: Fix GCC build failure
 2016-10-10  8:47 UTC  (3+ messages)


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