From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 32B358192F for ; Wed, 4 Jan 2017 00:00:11 -0800 (PST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 04 Jan 2017 00:00:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,458,1477983600"; d="scan'208";a="1107723283" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga002.fm.intel.com with ESMTP; 04 Jan 2017 00:00:10 -0800 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 4 Jan 2017 00:00:10 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 4 Jan 2017 00:00:10 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.88]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0248.002; Wed, 4 Jan 2017 16:00:08 +0800 From: "Yao, Jiewen" To: "Iddamsetty, Aravind (Artesyn)" , "edk2-devel@lists.01.org" Thread-Topic: unable to build update capsule image Thread-Index: AdJmWhIDwqNaW76sSsq5Y0H0MKR5aAABkWKQ Date: Wed, 4 Jan 2017 08:00:07 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503A8DAE8F@shsmsx102.ccr.corp.intel.com> References: In-Reply-To: Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: unable to build update capsule image X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2017 08:00:11 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Enabling capsule requires signing. So you need generate the openssl.exe. Thank you Yao Jiewen > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Iddamsetty, Aravind (Artesyn) > Sent: Wednesday, January 4, 2017 3:14 PM > To: edk2-devel@lists.01.org > Subject: [edk2] unable to build update capsule image >=20 > Hi All, >=20 >=20 > I am trying to build a Quark Bios update capsule image in my EDK2 envirom= ent. > But it is failing with below errors. Kindly request you to help me out w= ith this. >=20 >=20 >=20 > Build Command : build -a IA32 -t VS2010x86 -p QuarkPlatformPkg\Quark.dsc = -D > CAPSULE_ENABLE >=20 > -------------------------------------------------------------------------= ------ >=20 > Generating CAPSULEDISPATCHFV FV >=20 > ### >=20 > Generating SYSTEMFIRMWAREUPDATECARGO FV >=20 > ### >=20 > Generate QUARKFIRMWAREUPDATECAPSULEFMPPKCS7 Capsule >=20 > #Return Value =3D 1 >=20 > OpenSSL 0.9.8g 19 Oct 2007 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > # >=20 > ## ['Pkcs7Sign', '-e', '--monotonic-count', '2', '-o', > 'c:\\sspro\\build\\Build\\Quark\\DEBUG_VS2010x86\\FV\\QUARKFIRMWAREUP > DATECAPSULEFMPPKCS7.tmp', 'c:\\sspro\\ >=20 > build\\Build\\Quark\\DEBUG_VS2010x86\\FV\\SYSTEMFIRMWAREUPDATECARG > O.Fv'] >=20 > GenFds... >=20 > : error 7000: Failed to generate FMP auth capsule >=20 >=20 >=20 > build... >=20 > : error 7000: Failed to execute command >=20 > GenFds -f c:\sspro\build\edk2\QuarkPlatformPkg\Quark.fdf > --conf=3Dc:\sspro\build\edk2\conf -o > c:\sspro\build\Build\Quark\DEBUG_VS2010x86 -t VS2010x86 -b DEB >=20 > UG -p c:\sspro\build\edk2\QuarkPlatformPkg\Quark.dsc -a IA32 -D > "EFI_SOURCE=3Dc:\\sspro\\build\\edk2\\edkcompatibilitypkg" -D > "EDK_SOURCE=3Dc:\\sspro\\build\\edk2\\ >=20 > edkcompatibilitypkg" -D "TOOL_CHAIN_TAG=3DVS2010x86" -D > "TOOLCHAIN=3DVS2010x86" -D "TARGET=3DDEBUG" -D "FAMILY=3DMSFT" -D > "CAPSULE_ENABLE=3DTRUE" -D "SECURE_BOOT_ENAB >=20 > LE=3DTRUE" -D "WORKSPACE=3Dc:\\sspro\\build" -D > "EDK_TOOLS_PATH=3Dc:\\sspro\\build\\edk2\\basetools" -D "ARCH=3DIA32" -= D > "ECP_SOURCE=3Dc:\\sspro\\build\\edk2\\edkcompat >=20 > ibilitypkg" [c:\sspro\build] >=20 >=20 >=20 > - Failed - >=20 > Build end time: 16:24:46, Jan.02 2017 >=20 > Build total time: 00:04:43 >=20 > -------------------------------------------------------------------------= -------------------------- > ---------------------------- >=20 >=20 >=20 > Thanks & Regards, >=20 > Aravind. >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel