From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web09.3210.1571811820917862502 for ; Tue, 22 Oct 2019 23:23:41 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: jian.j.wang@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Oct 2019 23:23:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,219,1569308400"; d="scan'208";a="191732275" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga008.jf.intel.com with ESMTP; 22 Oct 2019 23:23:39 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 22 Oct 2019 23:23:39 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 22 Oct 2019 23:23:39 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Tue, 22 Oct 2019 23:23:38 -0700 Received: from shsmsx107.ccr.corp.intel.com ([169.254.9.33]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.225]) with mapi id 14.03.0439.000; Wed, 23 Oct 2019 14:23:37 +0800 From: "Wang, Jian J" To: "Kinney, Michael D" , "devel@edk2.groups.io" CC: "Yao, Jiewen" , "Zhang, Chao B" Subject: Re: [Patch V3 1/2] SecurityPkg: Change EFI_D_INFO to DEBUG_INFO Thread-Topic: [Patch V3 1/2] SecurityPkg: Change EFI_D_INFO to DEBUG_INFO Thread-Index: AQHViTVPFPdzj8azJkaErH3BGzeZHKdnvIRA Date: Wed, 23 Oct 2019 06:23:37 +0000 Message-ID: References: <20191023000329.17968-1-michael.d.kinney@intel.com> <20191023000329.17968-2-michael.d.kinney@intel.com> In-Reply-To: <20191023000329.17968-2-michael.d.kinney@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDQ5NjJhNGEtZjFmNC00Y2I3LWI3ZTgtOGVjYWZlZjNjYmFiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoib242TUluOVV6ZzA1a1V5UHFVb1ZvNTFrZEhhY0FUSG5WZ0dEUm5HS2ppS1FZaThqXC9RSzZpRVI1cW4rcHZ5dmMifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: jian.j.wang@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jian J Wang Regards, Jian > -----Original Message----- > From: Kinney, Michael D > Sent: Wednesday, October 23, 2019 8:03 AM > To: devel@edk2.groups.io > Cc: Yao, Jiewen ; Wang, Jian J ; > Zhang, Chao B > Subject: [Patch V3 1/2] SecurityPkg: Change EFI_D_INFO to DEBUG_INFO >=20 > Update DEBUG() macro to use DEBUG_INFO to address PatchCheck.py error. >=20 > Cc: Jiewen Yao > Cc: Jian J Wang > Cc: Chao Zhang > Signed-off-by: Michael D Kinney > --- > SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c > b/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c > index fe2bd749fb..afbecbc00d 100644 > --- a/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c > +++ b/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c > @@ -341,7 +341,7 @@ MorDriverEntryPoint ( > // > // Create a Ready To Boot Event and Clear the MorControl bit in the = call back > function. > // > - DEBUG ((EFI_D_INFO, "TcgMor: Create ReadyToBoot Event for MorControl > Bit cleanning!\n")); > + DEBUG ((DEBUG_INFO, "TcgMor: Create ReadyToBoot Event for MorControl > Bit cleanning!\n")); > Status =3D EfiCreateEventReadyToBootEx ( > TPL_CALLBACK, > OnReadyToBoot, > -- > 2.21.0.windows.1