From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 130C982171 for ; Thu, 23 Feb 2017 05:01:30 -0800 (PST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Feb 2017 05:01:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,197,1484035200"; d="scan'208";a="61459828" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 23 Feb 2017 05:01:29 -0800 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 23 Feb 2017 05:01:29 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 23 Feb 2017 05:01:29 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.88]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.204]) with mapi id 14.03.0248.002; Thu, 23 Feb 2017 21:01:26 +0800 From: "Gao, Liming" To: wang xiaofeng , "edk2-devel@lists.01.org" Thread-Topic: [edk2] Tcg2Pei.efi assert after sync to latest trunk Thread-Index: AQHSjccEaRU9RaGZqE22Ty0tK3jvNqF2jhZQ Date: Thu, 23 Feb 2017 13:01:25 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D6E3784@shsmsx102.ccr.corp.intel.com> References: <1486449225-16556-1-git-send-email-jiewen.yao@intel.com> <7b4f2c79.82f7.15a17cc1654.Coremail.winggundum82@163.com> <28c4c5b8.944a.15a27590e40.Coremail.winggundum82@163.com> <74D8A39837DF1E4DA445A8C0B3885C503A8ECA16@shsmsx102.ccr.corp.intel.com> <327c5917.21cd.15a353bbb4c.Coremail.winggundum82@163.com> <74D8A39837DF1E4DA445A8C0B3885C503A8ED3C3@shsmsx102.ccr.corp.intel.com> <3ee8db59.55ad.15a35cab3c6.Coremail.winggundum82@163.com> <74D8A39837DF1E4DA445A8C0B3885C503A8F0170@shsmsx102.ccr.corp.intel.com> <7b3469ad.c5e5.15a6ab4285f.Coremail.winggundum82@163.com> In-Reply-To: <7b3469ad.c5e5.15a6ab4285f.Coremail.winggundum82@163.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: Tcg2Pei.efi assert after sync to latest trunk 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: Thu, 23 Feb 2017 13:01:30 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable This is BaseTools regression issue. It is fixed today. Please try it on tom= orrow.=20 Thanks Liming -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of wang= xiaofeng Sent: Thursday, February 23, 2017 7:21 PM To: edk2-devel@lists.01.org Subject: [edk2] Tcg2Pei.efi assert after sync to latest trunk Hi All, I just updated to latest edk2 trunk this afternoon , and meet the follow= ing error: Loading PEIM at 0x00008FB1000 EntryPoint=3D0x00008FB13CF Tcg2Pei.efi PROGRESS CODE: V03020002 I0 WARNING: Tpm2RegisterTpm2DeviceLib - does not support 286BF25A-C2C3-408C-B3= B4-25E6758B7317 registration WARNING: Tpm2RegisterTpm2DeviceLib - does not support 286BF25A-C2C3-408C-B3= B4-25E6758B7317 registration Hash Interface (2AE9D80F-3FB2-4095-B7B1-E93157B946B6) has been registered ASSERT_EFI_ERROR (Status =3D Already started) ASSERT [Tcg2Pei] e:\code\cl819sync\Build\SariPlatformPkg\DEBUG_VS2013x86\IA= 32\SecurityPkg\Tcg\Tcg2Pei\Tcg2Pei\DEBUG\AutoGen.c(466): !EFI_ERROR (Status= ) While AutoGen.c(466) have the following code: Status =3D HashInstanceLibSha1Constructor (); ASSERT_EFI_ERROR (Status); Status =3D HashInstanceLibSha1Constructor (); ASSERT_EFI_ERROR (Status); <-asset here gEfiTpmDeviceInstanceTpm20DtpmGuid =3D { 0x286bf25a, 0xc2c3, 0x408c, { 0xb3= , 0xb4, 0x25, 0xe6, 0x75, 0x8b, 0x73, 0x17 } } So anyone meet the same assert before ? Thanks in advance ! _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel