public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2016-09-27 08:41:17 to 2016-09-30 15:13:11 UTC [more...]

[PATCH 00/11] Remove unnecessary EFIAPI
 2016-09-30 15:13 UTC  (13+ messages)
` [PATCH 01/11] ShellPkg/Shell: "
` [PATCH 02/11] ShellPkg/UefiShellDebug1CommandsLib: "
` [PATCH 03/11] ShellPkg/UefiShellDriver1CommandsLib: "
` [PATCH 04/11] ShellPkg/UefiShellLevel1CommandsLib: "
` [PATCH 05/11] ShellPkg/UefiShellLevel2CommandsLib: "
` [PATCH 06/11] ShellPkg/UefiShellLevel3CommandsLib: "
` [PATCH 07/11] ShellPkg/UefiShellParsingLib: "
` [PATCH 08/11] ShellPkg/UefiShellBcfgCommandLib: "
` [PATCH 09/11] ShellPkg/UefiShellCommandLib: "
` [PATCH 10/11] ShellPkg/UefiShellLib: "
` [PATCH 11/11] ShellPkg/UefiShellNetwork1CommandsLib: "

RFC: ProtocolLib for cross DXE and SMM Protocol and Handle Services
 2016-09-30 14:25 UTC  (2+ messages)

[PATCH V2 00/50] Add capsule update and recovery sample
 2016-09-30 12:32 UTC  (52+ 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 08/50] MdeModulePkg/IniParsingLib: Add InitParsingLib instance
` [PATCH V2 09/50] MdeModulePkg/FmpAuthenticationLib: Add FmpAuthenticationLib instance
` [PATCH V2 10/50] MdeModulePkg/DxeCapsuleLibFmp: Add DxeCapsuleLibFmp instance
` [PATCH V2 11/50] MdeModulePkg/DxeCapsuleLibNull: Add ProcessCapsules() interface
` [PATCH V2 12/50] MdeModulePkg/EdkiiSystemCapsuleLib: Add EdkiiSystemCapsuleLib instance
` [PATCH V2 13/50] MdeModulePkg/PlatformFlashAccessLib: Add NULL PlatformFlashAccessLib
` [PATCH V2 14/50] MdeModulePkg/Esrt: Add ESRT_FW_TYPE_SYSTEMFIRMWARE check
` [PATCH V2 15/50] MdeModulePkg/SystemFirmwareUpdate: Add SystemFirmwareUpdate
` [PATCH V2 16/50] MdeModulePkg/RecoveryModuleLoadPei: Add RecoveryModuleLoadPei
` [PATCH V2 17/50] MdeModulePkg/CapsuleApp: Add CapsuleApp application
` [PATCH V2 18/50] MdeModulePkg/MdeModulePkg.dsc: Add capsule related component
` [PATCH V2 19/50] IntelFrameworkModulePkg/DxeCapsuleLib: Add ProcessCapsules() interface
` [PATCH V2 20/50] SecurityPkg/SecurityPkg.dec: Add PcdPkcs7CertBuffer PCD
` [PATCH V2 21/50] SecurityPkg/FmpAuthenticationPkcs7Lib: Add PKCS7 NULL class for FMP
` [PATCH V2 22/50] SecurityPkg/FmpAuthenticationRsa2048Sha256Lib: Add "
` [PATCH V2 23/50] SecurityPkg/SecurityPkg.dsc: Add FmpAuthentication*Lib
` [PATCH V2 24/50] BaseTool/Pkcs7: Add TestRoot.cer
` [PATCH V2 25/50] UefiCpuPkg/Include: Add Microcode FMP definition
` [PATCH V2 26/50] UefiCpuPkg/Include: Add MicrocodeFlashAccessLib header
` [PATCH V2 27/50] UefiCpuPkg/UefiCpuPkg.dec: Add Microcode capsule related definition
` [PATCH V2 28/50] UefiCpuPkg/MicrocodeUpdate: Add MicrocodeUpdate component
` [PATCH V2 29/50] UefiCpuPkg/MicrocodeFlashAccessLib: Add NULL MicrocodeFlashAccessLib
` [PATCH V2 30/50] UefiCpuPkg/MicrocodeCapsuleApp: Add MicrocodeCapsuleApp application
` [PATCH V2 31/50] UefiCpuPkg/UefiCpuPkg.dsc: Add MicrocodeCapsule related component
` [PATCH V2 32/50] QuarkPlatformPkg/dec: Add test key file guid
` [PATCH V2 33/50] QuarkPlatformPkg/PlatformFlashAccessLib: Add instance for capsule update
` [PATCH V2 34/50] QuarkPlatformPkg/SystemFirmwareDescriptor: Add Descriptor "
` [PATCH V2 35/50] QuarkPlatformPkg/SystemFirmwareUpdateConfig: Add capsule config file
` [PATCH V2 36/50] QuarkPlatformPkg/PlatformInit: Remove recovery PPI installation
` [PATCH V2 37/50] QuarkPlatformPkg/PlatformBootManager: Add capsule/recovery handling
` [PATCH V2 38/50] QuarkPlatformPkg/dsc/fdf: Add capsule/recovery support
` [PATCH V2 39/50] QuarkPlatformPkg/dsc/fdf: add capsule generation DSC/FDF
` [PATCH V2 40/50] QuarkPlatformPkg/Readme: add capsule/recovery related content
` [PATCH V2 41/50] Vlv2TbltDevicePkg/dec: Add test key file guid
` [PATCH V2 42/50] Vlv2TbltDevicePkg/PlatformFlashAccessLib: Add instance for capsule update
` [PATCH V2 43/50] Vlv2TbltDevicePkg/SystemFirmwareDescriptor: Add Descriptor "
` [PATCH V2 44/50] Vlv2TbltDevicePkg/SystemFirmwareUpdateConfig: Add capsule config file
` [PATCH V2 45/50] Vlv2TbltDevicePkg/FlashDeviceLib: Add DXE flash device lib
` [PATCH V2 46/50] Vlv2TbltDevicePkg/PlatformBootManager: Add capsule/recovery handling
` [PATCH V2 47/50] Vlv2TbltDevicePkg/dsc/fdf: Add capsule/recovery support
` [PATCH V2 48/50] Vlv2TbltDevicePkg/dsc/fdf: add capsule generation DSC/FDF
` [PATCH V2 49/50] Vlv2TbltDevicePkg/bat: add capsule generation in bat
` [PATCH V2 50/50] Vlv2TbltDevicePkg/Build: Add capsule/recovery in help info

Confirmation Regarding setting the Ip4config2 variable as Non volatile
 2016-09-30 11:38 UTC 

[Patch] BaseTools: support the NOOPT target with the GCC tool chains
 2016-09-30 10:11 UTC  (2+ messages)

[Patch 0/4] BaseTools: Enable optimization to generate fast code in C tools
 2016-09-30  9:49 UTC  (9+ 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

[PATCH] MdeModulePkg/HiiDataBase: Fix NULL deference bug in HiiGetImageInfo
 2016-09-30  5:36 UTC  (2+ messages)

Issues with HTTPS Boot
 2016-09-30  5:29 UTC  (11+ messages)

[Patch] BaseTools Build: Fix build break for clean target in Linux
 2016-09-30  4:40 UTC  (3+ messages)

[PATCH 00/45] Add capsule update and recovery sample
 2016-09-30  4:13 UTC  (21+ 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)

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)

[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  (2+ messages)

[PATCH v2 00/19] Add HiiImageEx implementations
 2016-09-28  8:12 UTC  (2+ messages)

What is the right way to print a UINTN?
 2016-09-27 20:27 UTC  (15+ messages)

[patch] MdeModulePkg/BootMaintenanceManagerUiLib: Enhance error handling codes
 2016-09-27 10:40 UTC 


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