messages from 2016-09-26 06:27:17 to 2016-09-30 04:13:24 UTC [more...]
[PATCH 00/45] Add capsule update and recovery sample
2016-09-30 4:13 UTC (22+ messages)
` [PATCH 04/45] MdeModulePkg/Include: Add IniParsingLib header
` [PATCH 17/45] MdeModulePkg/CapsuleApp: Add CapsuleApp application
` [PATCH 19/45] IntelFrameworkModulePkg/DxeCapsuleLib: Add ProcessCapsules() interface
` [PATCH 23/45] SecurityPkg/SecurityPkg.dsc: Add FmpAuthentication*Lib
` [PATCH 27/45] UefiCpuPkg/MicrocodeUpdate: Add MicrocodeUpdate component
` [PATCH 37/45] QuarkPlatformPkg/dsc/fdf: add capsule generation DSC/FDF
[PATCH] MdeModulePkg/CdExpressPei: Fix capsule size mismatch issue
2016-09-30 2:49 UTC (2+ messages)
[Patch] BaseTools Build: Fix build break for clean target in Linux
2016-09-30 1:41 UTC (2+ messages)
stuck on LoadImage while loading image from usb
2016-09-30 1:23 UTC (2+ messages)
[Patch] CryptoPkg/OpensslLib: Upgrade OpenSSL version to 1.0.2j
2016-09-30 1:07 UTC (7+ messages)
[PATCH] Pkcs7VerifyDxe: Don't allow Pkcs7Verify to install protocols twice
2016-09-30 1:06 UTC (8+ messages)
[Patch 0/4] BaseTools: Enable optimization to generate fast code in C tools
2016-09-30 0:24 UTC (7+ messages)
` [Patch 1/4] BaseTools EfiLdrImage: Remove unnecessary exit (0)
` [Patch 2/4] BaseTools Makefile: Enable O2 option to replace Od for VS tool chain
` [Patch 3/4] BaseTools GenVtf: Initialize the return point as NULL
` [Patch 4/4] BaseTools Makefile: Enable Ofast option for GCC tool chain
[RFC V2] EDK2 Platform Proposal
2016-09-29 22:21 UTC (5+ messages)
beagleboard build on windows w/vs2015 ..what am I missing?
2016-09-29 16:31 UTC (4+ messages)
[Patch] NetworkPkg: Record user configured TargetIP/Port in iBFT
2016-09-29 16:12 UTC (3+ messages)
[Patch] BaseTools VS Makefile: Don't include ms.common in ms.app
2016-09-29 14:23 UTC (2+ messages)
[Patch] BaseTools Makefile: Missing LFAGS in app.makefile
2016-09-29 14:22 UTC (2+ messages)
How to open a file by it's full path in UEFI
2016-09-29 10:22 UTC (15+ messages)
Use fprintf in UEFI
2016-09-29 7:52 UTC (3+ messages)
[PATCH 0/3] Remove ImageDecoderLib and BmpImageDecoderLib
2016-09-29 6:17 UTC (6+ messages)
` [PATCH v2 1/3] MdeModulePkg: "
` [PATCH v2 2/3] MdeModulePkg/BmpImageDecoderLib: Retire it due to new BootLogoLib
` [PATCH v2 3/3] MdeModulePkg/ImageDecoderLib: "
Gmail has problem with edk2 mail list?
2016-09-29 4:13 UTC (2+ messages)
[PATCH 0/3] Remove ImageDecoderLib and BmpImageDecoderLib
2016-09-29 3:28 UTC
[PATCH 0/3] Remove ImageDecoderLib and BmpImageDecoderLib
2016-09-29 2:52 UTC (6+ messages)
` [PATCH 1/3] MdeModulePkg/ImageDecoderLib: Retire it due to new BootLogoLib
` [PATCH 2/3] MdeModulePkg/BmpImageDecoderLib: "
` [PATCH 3/3] MdeModulePkg: Remove ImageDecoderLib and BmpImageDecoderLib
[Patch] ShellPkg/Hexedit: Fix FreePool() ASSERT() when writing disk
2016-09-29 2:51 UTC (5+ messages)
Miss "IMAGE_FORMAT" type name error when compile EDK2
2016-09-29 2:33 UTC (4+ messages)
[PATCH V2] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()
2016-09-28 14:58 UTC (3+ messages)
[PATCH] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()
2016-09-28 12:52 UTC (5+ messages)
[PATCH 0/2] Refine HiiImageDecoder.h
2016-09-28 8:13 UTC (4+ messages)
` [PATCH 1/2] MdePkg/HiiImageDecoder.h: Rename from ImageDecoder.h
` [PATCH 2/2] MdePkg/HiiImageDecoder.h: Add missing EFI_HII_IMAGE_DECODER_OTHER_INFO
[PATCH v2 00/19] Add HiiImageEx implementations
2016-09-28 8:12 UTC (27+ messages)
` [PATCH v2 01/19] MdeModulePkg/HiiDatabase: Refine GetImageIdOrAddress
` [PATCH v2 02/19] MdeModulePkg/HiiDatabase: Move common code to LocatePackageList()
` [PATCH v2 03/19] MdeModulePkg/HiiDatabase: Refine HiiNewImage()
` [PATCH v2 04/19] MdeModulePkg/HiiDatabase: Refine HiiGetImage()
` [PATCH v2 05/19] MdeModulePkg/HiiDatabase: Refine HiiSetImage()
` [PATCH v2 06/19] MdeModulePkg/HiiDatabase: Refine HiiDrawImage()
` [PATCH v2 07/19] MdemodulePkg/HiiDatabase: Correct typo in comments
` [PATCH v2 08/19] MdePkg/HiiImage.h: Include GraphicsOutput.h
` [PATCH v2 09/19] MdeModulePkg/HiiDatabase: Update HiiImage to support PNG/JPEG
` [PATCH v2 10/19] MdePkg/HiiImageDecoder.h: Add HiiImageDecoder protocol header file
` [PATCH v2 11/19] MdeModulePkg/HiiDatabase: Add HiiImageEx implementation
` [PATCH v2 12/19] Nt32Pkg/PlatformBds: Do not call BootLogoEnableLogo
` [PATCH v2 13/19] ArmVirtPkg/PlatformBds: "
` [PATCH v2 14/19] OvmfPkg/PlatformBds: "
` [PATCH v2 15/19] MdeModulePkg/BootLogoLib&PlatformLogo: Use HII data types in parameters
` [PATCH v2 16/19] MdeModulePkg/Logo: Add LogoDxe module
` [PATCH v2 17/19] Nt32Pkg: Use the new LogoDxe driver
` [PATCH v2 18/19] ArmVirtPkg: "
` [PATCH v2 19/19] OvmfPkg: "
What is the right way to print a UINTN?
2016-09-27 20:27 UTC (16+ messages)
[patch] MdeModulePkg/BootMaintenanceManagerUiLib: Enhance error handling codes
2016-09-27 10:40 UTC
[PATCH] MdeModulePkg/PciSioSerialDxe: Remove unused global variables
2016-09-27 7:43 UTC (2+ messages)
[Patch] BaseTools: Add some posixlike files for Linux
2016-09-27 5:40 UTC (4+ messages)
[PATCH] BaseTools: List missing source python files for Ecc tool in Makefile
2016-09-27 5:38 UTC (3+ messages)
[PATCH] SecurityPkg: Tcg2: Fix TCG2 PP issues
2016-09-27 5:08 UTC (2+ messages)
[PATCH 1/2] MdePkg/BaseMemoryLibOptDxe ARM: fix Thumb-2 bug in ScanMem()
2016-09-27 4:21 UTC (3+ messages)
` [PATCH 2/2] MdePkg/BaseMemoryLibOptDxe: replace deprecated uses of IT blocks
[PATCH] MdeModulePkg: add ARM/AARCH64 requirements to .dsc
2016-09-27 2:24 UTC (2+ messages)
[patch] MdeModulePkg/HiiDataBase: Fix incorrect local variable type
2016-09-27 1:31 UTC (2+ messages)
[PATCH] ArmPkg-Drivers/CpuDxe: Fix Mmu Initialization Problem
2016-09-26 22:51 UTC (2+ messages)
[PATCH] [MdePkg ] New Debug Message Levels
2016-09-26 22:08 UTC (8+ messages)
[PATCH] ArmPkg-Drivers/CpuDxe: Fix Mmu Initialization Problem
2016-09-26 22:05 UTC (2+ messages)
System hang when using SetMemoryAttributes
2016-09-26 20:25 UTC (10+ messages)
[PATCH] ShellPkg: Enhance 'cls' command to change the background and foreground colors
2016-09-26 20:10 UTC (2+ messages)
[PATCH] Pkg-Module: ArmPkg Fix Mmu Initialization Problem
2016-09-26 17:20 UTC (6+ messages)
[PATCH] ArmPkg-Drivers/CpuDxe: Fix Mmu Initialization Problem
2016-09-26 17:08 UTC
ifconfig command behavior when different subnet is given
2016-09-26 13:17 UTC
[PATCH 0/3] ArmPkg ArmVirtPkg: prevent 64-bit MMIO BAR degradation
2016-09-26 12:54 UTC (3+ messages)
[Patch] MdeModulePkg FormBrowserEx: Change its structure name with EDKII_ prefix
2016-09-26 8:00 UTC (3+ messages)
` [PATCH v2] "
[PATCH v3] MdeModulePkg/PciBusDxe: make OPROM BAR degradation configurable
2016-09-26 6:34 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox