public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2016-11-01 11:59:29 to 2016-11-03 07:23:55 UTC [more...]

[PATCH v2 00/53] Resolve issues for C source codes in BaseTools
 2016-11-03  7:22 UTC  (30+ messages)
` [PATCH v2 01/53] BaseTools/C/Common: Avoid possible NULL pointer dereference
` [PATCH v2 02/53] BaseTools/EfiRom: "
` [PATCH v2 03/53] BaseTools/GenFfs: "
` [PATCH v2 04/53] BaseTools/GenFv: "
` [PATCH v2 05/53] BaseTools/GenFw: "
` [PATCH v2 06/53] BaseTools/GenPage: "
` [PATCH v2 07/53] BaseTools/GenSec: "
` [PATCH v2 08/53] BaseTools/GenVtf: "
` [PATCH v2 09/53] BaseTools/TianoCompress: "
` [PATCH v2 10/53] BaseTools/VfrCompile: "
` [PATCH v2 11/53] BaseTools/VolInfo: "
` [PATCH v2 12/53] BaseTools/TianoCompress: Initialize local variables before being used
` [PATCH v2 13/53] BaseTools/VfrCompile: "
` [PATCH v2 14/53] BaseTools/GenBootSector: Fix parameter format mismatch in printf functions
` [PATCH v2 15/53] BaseTools/VolInfo: "
` [PATCH v2 16/53] BaseTools/C/Common: Fix parameter format mismatch in scanf functions
` [PATCH v2 17/53] BaseTools/GenFv: "
` [PATCH v2 18/53] BaseTools/GenFw: "
` [PATCH v2 19/53] BaseTools/GenVtf: "
` [PATCH v2 20/53] BaseTools/C/Common: Add checks for array access
` [PATCH v2 21/53] BaseTools/TianoCompress: "
` [PATCH v2 22/53] BaseTools/VfrCompile: "
` [PATCH v2 23/53] BaseTools/EfiRom: Add checks for user/file inputs
` [PATCH v2 24/53] BaseTools/GenFv: "
` [PATCH v2 25/53] BaseTools/VfrCompile: "
` [PATCH v2 26/53] BaseTools/VfrCompile: Avoid freeing memory with mismatched functions
` [PATCH v2 27/53] BaseTools/VfrCompile: Add assignment operator definition for some classes
` [PATCH v2 28/53] BaseTools/VfrCompile: Avoid freeing freed memory in classes
` [PATCH v2 29/53] BaseTools/VfrCompile: Remove unused local variables

[PATCH 0/6] Enable SMM page level protection
 2016-11-03  6:55 UTC  (8+ messages)
` [PATCH 1/6] MdeModulePkg/Include: Add PiSmmMemoryAttributesTable.h
` [PATCH 2/6] MdeModulePkg/dec: Add gEdkiiPiSmmMemoryAttributesTableGuid
` [PATCH 3/6] MdeModulePkg/PiSmmCore: Add MemoryAttributes support
` [PATCH 4/6] UefiCpuPkg/dec: Add PcdCpuSmmStaticPageTable
` [PATCH 5/6] UefiCpuPkg/PiSmmCpuDxeSmm: Add paging protection
` [PATCH 6/6] QuarkPlatformPkg/dsc: enable Smm "

ArmVirtPkg Build Failure
 2016-11-03  4:57 UTC 

[PATCH] BaseTools/Pkcs7: Add readme.md
 2016-11-03  3:56 UTC  (3+ messages)

[PATCH] MdeModulePkg/PCD: Fix PcdGetNextToken may get a wrong PCD token
 2016-11-03  3:02 UTC  (2+ messages)

[PATCH V3] MdePkg/BaseLib: Move CHAR_NULL definition to Base.h in BaseLib
 2016-11-03  2:37 UTC  (2+ messages)

[PATCH] MdePkg/BaseLib: Move CHAR_NULL definition to Base.h in BaseLib
 2016-11-03  2:02 UTC  (3+ messages)

[PATCH] MdePkg/BaseLib: Re-define CHAR_NULL in BaseLib
 2016-11-03  1:08 UTC  (4+ messages)

[PATCH v1 1/1] OvmfPkg/ResetVector: Depend on PCD values of the page tables
 2016-11-02 23:39 UTC  (4+ messages)

Minimum RAM requirements for UEFI (AARCH64)
 2016-11-02 23:22 UTC 

[RFC] [MdePkg] UefiLib: CreatePopUp
 2016-11-02 23:12 UTC  (7+ messages)

Why does build output appear in RELEASE_VS2012x86\X64\blah blah\DEBUG rather than OUTPUT ?
 2016-11-02 21:51 UTC  (2+ messages)

[PATCH 0/5] EmbeddedPkg: generic support for reusing PCI drivers for platform devices
 2016-11-02 16:23 UTC  (25+ messages)
` [PATCH 1/5] EmbeddedPkg: introduce platform PCI I/O protocol
` [PATCH 2/5] EmbeddedPkg: introduce platform PCI I/O registration library
` [PATCH 3/5] EmbeddedPkg: implement generic platform PCI I/O driver
` [PATCH 4/5] ArmPkg/CpuDxe: set DmaBufferAlignment according to CWG
` [PATCH 5/5] EmbeddedPkg/PlatformPciIoDxe: add support for non-coherent DMA

[PATCH V8 0/9] Add capsule support for Vlv2
 2016-11-02 14:09 UTC  (10+ messages)
` [PATCH 1/9] Vlv2TbltDevicePkg/PlatformFlashAccessLib: Add instance for capsule update
` [PATCH V8 2/9] Vlv2TbltDevicePkg/SystemFirmwareDescriptor: Add Descriptor for capsule
` [PATCH V8 3/9] Vlv2TbltDevicePkg/SystemFirmwareUpdateConfig: Add capsule config file
` [PATCH V8 4/9] Vlv2TbltDevicePkg/FlashDeviceLib: Add DXE flash device lib
` [PATCH V8 5/9] Vlv2TbltDevicePkg/PlatformBootManager: Add capsule/recovery handling
` [PATCH V8 6/9] Vlv2TbltDevicePkg/dsc/fdf: Add capsule/recovery support
` [PATCH V8 7/9] Vlv2TbltDevicePkg/dsc/fdf: add capsule generation DSC/FDF
` [PATCH V8 8/9] Vlv2TbltDevicePkg/bat: add capsule generation in bat
` [PATCH V8 9/9] Vlv2TbltDevicePkg/Build: Add capsule/recovery in help info

[PATCH V8 0/7] Add capsule support for Quark
 2016-11-02 14:08 UTC  (8+ messages)
` [PATCH 1/7] QuarkPlatformPkg/PlatformFlashAccessLib: Add instance for capsule update
` [PATCH V8 2/7] QuarkPlatformPkg/SystemFirmwareDescriptor: Add Descriptor for capsule
` [PATCH V8 3/7] QuarkPlatformPkg/SystemFirmwareUpdateConfig: Add capsule config file
` [PATCH V8 4/7] QuarkPlatformPkg/PlatformInit: Remove recovery PPI installation
` [PATCH V8 5/7] QuarkPlatformPkg/PlatformBootManager: Add capsule/recovery handling
` [PATCH V8 6/7] QuarkPlatformPkg/dsc/fdf: Add capsule/recovery support
` [PATCH V8 7/7] QuarkPlatformPkg/Readme: add capsule/recovery related content

[PATCH V8 0/7] Add MicrocodeUpdate support
 2016-11-02 14:07 UTC  (8+ messages)
` [PATCH V8 1/7] UefiCpuPkg/Include: Add Microcode FMP definition
` [PATCH V8 2/7] UefiCpuPkg/Include: Add MicrocodeFlashAccessLib header
` [PATCH V8 3/7] UefiCpuPkg/UefiCpuPkg.dec: Add Microcode capsule related definition
` [PATCH V8 4/7] UefiCpuPkg/MicrocodeFlashAccessLib: Add NULL MicrocodeFlashAccessLib
` [PATCH V8 5/7] UefiCpuPkg/MicrocodeUpdate: Add MicrocodeUpdate component
` [PATCH V8 6/7] UefiCpuPkg/MicrocodeUpdate: Add Microcode FMP build sample
` [PATCH V8 7/7] UefiCpuPkg/UefiCpuPkg.dsc: Add MicrocodeCapsule related component

[PATCH V8 00/12] Add EDKII signed capsule support
 2016-11-02 13:59 UTC  (13+ messages)
` [PATCH 01/12] SignedCapsulePkg: Add license file
` [PATCH V8 02/12] SignedCapsulePkg/Include: Add EDKII system FMP capsule header
` [PATCH V8 03/12] SignedCapsulePkg/Include: Add EdkiiSystemCapsuleLib definition
` [PATCH V8 04/12] SignedCapsulePkg/Include: Add IniParsingLib header
` [PATCH V8 05/12] SignedCapsulePkg/Include: Add PlatformFlashAccessLib header
` [PATCH V8 06/12] SignedCapsulePkg/CapsulePkg.dec: Add capsule related definition
` [PATCH V8 07/12] SignedCapsulePkg/IniParsingLib: Add InitParsingLib instance
` [PATCH V8 08/12] SignedCapsulePkg/EdkiiSystemCapsuleLib: Add EdkiiSystemCapsuleLib
` [PATCH V8 09/12] SignedCapsulePkg/PlatformFlashAccessLib: Add NULL instance
` [PATCH V8 10/12] SignedCapsulePkg/SystemFirmwareUpdate: Add SystemFirmwareUpdate
` [PATCH V8 11/12] SignedCapsulePkg/RecoveryModuleLoadPei: Add RecoveryModuleLoadPei
` [PATCH V8 12/12] SignedCapsulePkg/CapsulePkg.dsc: Add capsule related component

[PATCH V8 00/15] Add capsule support lib and app
 2016-11-02 13:57 UTC  (16+ messages)
` [PATCH V8 01/15] MdeModulePkg/Include: Add FmpAuthenticationLib header
` [PATCH V8 02/15] MdeModulePkg/CapsuleLib: Add ProcessCapsules() API
` [PATCH V8 03/15] MdeModulePkg/MdeModulePkg.dec: Add capsule related definition
` [PATCH V8 04/15] MdeModulePkg/FmpAuthenticationLibNull: Add NULL instance FMP
` [PATCH V8 05/15] MdeModulePkg/DxeCapsuleLibNull: Add ProcessCapsules() interface
` [PATCH V8 06/15] MdeModulePkg/DxeCapsuleLibFmp: Add DxeCapsuleLibFmp instance
` [PATCH V8 07/15] MdeModulePkg/Esrt: Add ESRT_FW_TYPE_SYSTEMFIRMWARE check
` [PATCH V8 08/15] MdeModulePkg/CapsuleApp: Add CapsuleApp application
` [PATCH V8 09/15] MdeModulePkg/UiApp: Show test key warning info in FrontPage
` [PATCH V8 10/15] MdeModulePkg/MdeModulePkg.dsc: Add FMP related component
` [PATCH V8 11/15] IntelFrameworkModulePkg/DxeCapsuleLib: Add ProcessCapsules() interface
` [PATCH V8 12/15] SecurityPkg/SecurityPkg.dec: Add PcdPkcs7CertBuffer PCD
` [PATCH V8 13/15] SecurityPkg/FmpAuthenticationLibPkcs7: Add PKCS7 instance for FMP
` [PATCH V8 14/15] SecurityPkg/FmpAuthenticationLibRsa2048Sha256: Add RSA2048 instance
` [PATCH V8 15/15] SecurityPkg/SecurityPkg.dsc: Add FmpAuthenticationLib*

[PATCH] ArmPkg/Library/ArmDmaLib: Deallocate Map buffer in case of error
 2016-11-02 11:56 UTC  (4+ messages)

[PATCH] ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe: Set Marvell Yukon MAC address
 2016-11-02 11:55 UTC  (4+ messages)

OvmfPkg: hang in SetInterruptState with git 245cda6641ade1f1013c2d5c9c838f2706636828
 2016-11-02  9:44 UTC  (4+ messages)

[Patch] CryptoPkg: Add HMAC-SHA256 cipher support
 2016-11-02  8:36 UTC  (2+ messages)

[Patch] CryptoPkg: Add PKCS5 PBKDF2 interface for password derivation
 2016-11-02  8:36 UTC  (2+ messages)

[PATCH V5 00/12] Add EDKII signed capsule support
 2016-11-02  8:00 UTC  (13+ messages)
` [PATCH V5 06/12] SignedCapsulePkg/CapsulePkg.dec: Add capsule related definition

[PATCH v2] CryptoPkg: Add xxxxHashAll APIs to facilitate the digest computation
 2016-11-02  7:56 UTC  (2+ messages)

[PATCH] MdeModulePkg/FrameBufferBltLib: Change module type to UEFI_DRIVER
 2016-11-02  6:13 UTC  (2+ messages)

[PATCH] EdkCompatibilityPkg/PrintLite: Fix ErrorPrint() wrong NULL char check
 2016-11-02  6:13 UTC  (2+ messages)

[PATCH V5 0/7] Add capsule support for Quark
 2016-11-02  0:40 UTC  (4+ messages)
` [PATCH V5 6/7] QuarkPlatformPkg/dsc/fdf: Add capsule/recovery support

[PATCH V7 00/15] Add capsule support lib and app
 2016-11-02  0:33 UTC  (18+ messages)
` [PATCH V7 01/15] MdeModulePkg/Include: Add FmpAuthenticationLib header
` [PATCH V7 02/15] MdeModulePkg/CapsuleLib: Add ProcessCapsules() API
` [PATCH V7 03/15] MdeModulePkg/MdeModulePkg.dec: Add capsule related definition
` [PATCH V7 04/15] MdeModulePkg/FmpAuthenticationLibNull: Add NULL instance FMP
` [PATCH V7 05/15] MdeModulePkg/DxeCapsuleLibNull: Add ProcessCapsules() interface
` [PATCH V7 06/15] MdeModulePkg/DxeCapsuleLibFmp: Add DxeCapsuleLibFmp instance
` [PATCH V7 07/15] MdeModulePkg/Esrt: Add ESRT_FW_TYPE_SYSTEMFIRMWARE check
` [PATCH V7 08/15] MdeModulePkg/CapsuleApp: Add CapsuleApp application
` [PATCH V7 09/15] MdeModulePkg/UiApp: Show test key warning info in FrontPage
` [PATCH V7 10/15] MdeModulePkg/MdeModulePkg.dsc: Add FMP related component
` [PATCH V7 11/15] IntelFrameworkModulePkg/DxeCapsuleLib: Add ProcessCapsules() interface
` [PATCH V7 12/15] SecurityPkg/SecurityPkg.dec: Add PcdPkcs7CertBuffer PCD
` [PATCH V7 13/15] SecurityPkg/FmpAuthenticationLibPkcs7: Add PKCS7 instance for FMP
` [PATCH V7 14/15] SecurityPkg/FmpAuthenticationLibRsa2048Sha256: Add RSA2048 instance
` [PATCH V7 15/15] SecurityPkg/SecurityPkg.dsc: Add FmpAuthenticationLib*

[[POC2] 0/2] UefiCpuPkg/LocalApicLib: Rename GetProcessorLocation()
 2016-11-01 14:56 UTC  (3+ messages)

[PATCH V7 0/9] Add capsule support for Vlv2
 2016-11-01 12:09 UTC  (10+ messages)
` [PATCH V7 1/9] Vlv2TbltDevicePkg/PlatformFlashAccessLib: Add instance for capsule update
` [PATCH V7 2/9] Vlv2TbltDevicePkg/SystemFirmwareDescriptor: Add Descriptor "
` [PATCH V7 3/9] Vlv2TbltDevicePkg/SystemFirmwareUpdateConfig: Add capsule config file
` [PATCH V7 4/9] Vlv2TbltDevicePkg/FlashDeviceLib: Add DXE flash device lib
` [PATCH V7 5/9] Vlv2TbltDevicePkg/PlatformBootManager: Add capsule/recovery handling
` [PATCH V7 6/9] Vlv2TbltDevicePkg/dsc/fdf: Add capsule/recovery support
` [PATCH V7 7/9] Vlv2TbltDevicePkg/dsc/fdf: add capsule generation DSC/FDF
` [PATCH V7 8/9] Vlv2TbltDevicePkg/bat: add capsule generation in bat
` [PATCH V7 9/9] Vlv2TbltDevicePkg/Build: Add capsule/recovery in help info

[PATCH V7 0/7] Add MicrocodeUpdate support
 2016-11-01 12:07 UTC  (8+ messages)
` [PATCH V7 1/7] UefiCpuPkg/Include: Add Microcode FMP definition
` [PATCH V7 2/7] UefiCpuPkg/Include: Add MicrocodeFlashAccessLib header
` [PATCH V7 3/7] UefiCpuPkg/UefiCpuPkg.dec: Add Microcode capsule related definition
` [PATCH V7 4/7] UefiCpuPkg/MicrocodeFlashAccessLib: Add NULL MicrocodeFlashAccessLib
` [PATCH V7 5/7] UefiCpuPkg/MicrocodeUpdate: Add MicrocodeUpdate component
` [PATCH V7 6/7] UefiCpuPkg/MicrocodeUpdate: Add Microcode FMP build sample
` [PATCH V7 7/7] UefiCpuPkg/UefiCpuPkg.dsc: Add MicrocodeCapsule related component

[PATCH] BaseTools/Pkcs7: Add readme.md
 2016-11-01 11:59 UTC 


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