From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web12.310.1572485170436604216 for ; Wed, 30 Oct 2019 18:26:10 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: nathaniel.l.desimone@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Oct 2019 18:26:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,249,1569308400"; d="scan'208";a="400330573" Received: from orsmsx110.amr.corp.intel.com ([10.22.240.8]) by fmsmga005.fm.intel.com with ESMTP; 30 Oct 2019 18:26:07 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.28]) by ORSMSX110.amr.corp.intel.com ([169.254.10.200]) with mapi id 14.03.0439.000; Wed, 30 Oct 2019 18:26:07 -0700 From: "Nate DeSimone" To: "Kubacki, Michael A" , "devel@edk2.groups.io" CC: "Chiu, Chasel" Subject: Re: [edk2-platforms][PATCH V1 2/2] WhiskeylakeOpenBoardPkg: Correct Platform Hook Library references Thread-Topic: [edk2-platforms][PATCH V1 2/2] WhiskeylakeOpenBoardPkg: Correct Platform Hook Library references Thread-Index: AQHVjq1j216euQb+J0CLJL67wTX2L6dz9q6Q Date: Thu, 31 Oct 2019 01:26:07 +0000 Message-ID: <02A34F284D1DA44BB705E61F7180EF0AB5B86F85@ORSMSX113.amr.corp.intel.com> References: <20191029230513.38520-1-michael.a.kubacki@intel.com> <20191029230513.38520-3-michael.a.kubacki@intel.com> In-Reply-To: <20191029230513.38520-3-michael.a.kubacki@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWJkMTE4OWYtMmM0Ny00YWNiLWE2ZGQtYmE0MWZhMjU1OGFhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSE9ZSTBcLzFSczFFOStXSVN1YVB2bWtuaDRld0Jybk41YUd6M0dtNXVcLzlYczZQMzZUazJ2dXNidlMwTGd4RFh1In0= x-ctpclassification: CTP_NT x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Nate DeSimone -----Original Message----- From: Kubacki, Michael A =20 Sent: Tuesday, October 29, 2019 4:05 PM To: devel@edk2.groups.io Cc: Chiu, Chasel ; Desimone, Nathaniel L Subject: [edk2-platforms][PATCH V1 2/2] WhiskeylakeOpenBoardPkg: Correct Pl= atform Hook Library references Many file descriptions reference "Platform Hook Library" when the file is n= ot related to the PlatformHookLib library class. This change updates those = references in WhiskeylakeOpenBoardPkg to a more accurate description. Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Michael Kubacki --- Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardAcpiLi= b/SmmBoardAcpiEnableLib.inf | 2 +- Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardAcpiLi= b/SmmMultiBoardAcpiSupportLib.inf | 2 +- Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardAcpiLi= b/SmmBoardAcpiEnableLib.c | 2 +- Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardAcpiLi= b/SmmMultiBoardAcpiSupportLib.c | 2 +- Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardAcpiLi= b/SmmSiliconAcpiEnableLib.c | 2 +- Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardAcpiLi= b/SmmWhiskeylakeURvpAcpiEnableLib.c | 2 +- Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardInitLi= b/PeiBoardInitPostMemLib.c | 2 +- Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardInitLi= b/PeiBoardInitPreMemLib.c | 2 +- Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardInitLi= b/PeiMultiBoardInitPostMemLib.c | 2 +- Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardInitLi= b/PeiMultiBoardInitPreMemLib.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library= /BoardAcpiLib/SmmBoardAcpiEnableLib.inf b/Platform/Intel/WhiskeylakeOpenBoa= rdPkg/WhiskeylakeURvp/Library/BoardAcpiLib/SmmBoardAcpiEnableLib.inf index c3fd60007a..7c360a8043 100644 --- a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardA= cpiLib/SmmBoardAcpiEnableLib.inf +++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/Boa +++ rdAcpiLib/SmmBoardAcpiEnableLib.inf @@ -1,5 +1,5 @@ ## @file -# Platform Hook Library instance for Whiskeylake Mobile/Desktop CRB. +# Whiskey Lake U RVP SMM Board ACPI Enable library # # # Copyright (c) 2019, Intel Corporation. All rights reserved.
diff --= git a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardA= cpiLib/SmmMultiBoardAcpiSupportLib.inf b/Platform/Intel/WhiskeylakeOpenBoar= dPkg/WhiskeylakeURvp/Library/BoardAcpiLib/SmmMultiBoardAcpiSupportLib.inf index eaf46ad4ef..32e63b15ce 100644 --- a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardA= cpiLib/SmmMultiBoardAcpiSupportLib.inf +++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/Boa +++ rdAcpiLib/SmmMultiBoardAcpiSupportLib.inf @@ -1,5 +1,5 @@ ## @file -# Platform Hook Library instance for Whiskeylake Mobile/Desktop CRB. +# Whiskey Lake U RVP SMM Multi-Board ACPI Support library # # # Copyright (c) 2019, Intel Corporation. All rights reserved.
diff --= git a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardA= cpiLib/SmmBoardAcpiEnableLib.c b/Platform/Intel/WhiskeylakeOpenBoardPkg/Whi= skeylakeURvp/Library/BoardAcpiLib/SmmBoardAcpiEnableLib.c index e7acbda03a..1554b568d7 100644 --- a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardA= cpiLib/SmmBoardAcpiEnableLib.c +++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/Boa +++ rdAcpiLib/SmmBoardAcpiEnableLib.c @@ -1,5 +1,5 @@ /** @file - Platform Hook Library instances + Whiskey Lake U RVP SMM Board ACPI Enable library =20 =20 Copyright (c) 2019, Intel Corporation. All rights reserved.
diff --g= it a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardAc= piLib/SmmMultiBoardAcpiSupportLib.c b/Platform/Intel/WhiskeylakeOpenBoardPk= g/WhiskeylakeURvp/Library/BoardAcpiLib/SmmMultiBoardAcpiSupportLib.c index 5fc61861a6..6ff78c2946 100644 --- a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardA= cpiLib/SmmMultiBoardAcpiSupportLib.c +++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/Boa +++ rdAcpiLib/SmmMultiBoardAcpiSupportLib.c @@ -1,5 +1,5 @@ /** @file - Platform Hook Library instances + Whiskey Lake U RVP SMM Multi-Board ACPI Support library =20 =20 Copyright (c) 2019, Intel Corporation. All rights reserved.
diff --g= it a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardAc= piLib/SmmSiliconAcpiEnableLib.c b/Platform/Intel/WhiskeylakeOpenBoardPkg/Wh= iskeylakeURvp/Library/BoardAcpiLib/SmmSiliconAcpiEnableLib.c index 9daceaa25c..6d04e83be2 100644 --- a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardA= cpiLib/SmmSiliconAcpiEnableLib.c +++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/Boa +++ rdAcpiLib/SmmSiliconAcpiEnableLib.c @@ -1,5 +1,5 @@ /** @file - Platform Hook Library instances + Whiskey Lake U RVP SMM Silicon ACPI Enable library =20 =20 Copyright (c) 2019, Intel Corporation. All rights reserved.
diff --g= it a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardAc= piLib/SmmWhiskeylakeURvpAcpiEnableLib.c b/Platform/Intel/WhiskeylakeOpenBoa= rdPkg/WhiskeylakeURvp/Library/BoardAcpiLib/SmmWhiskeylakeURvpAcpiEnableLib.= c index 6dc47984da..2e0c2ee17e 100644 --- a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardA= cpiLib/SmmWhiskeylakeURvpAcpiEnableLib.c +++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/Boa +++ rdAcpiLib/SmmWhiskeylakeURvpAcpiEnableLib.c @@ -1,5 +1,5 @@ /** @file - Platform Hook Library instances + Whiskey Lake U RVP SMM Board ACPI Enable library =20 =20 Copyright (c) 2019, Intel Corporation. All rights reserved.
diff --g= it a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardIn= itLib/PeiBoardInitPostMemLib.c b/Platform/Intel/WhiskeylakeOpenBoardPkg/Whi= skeylakeURvp/Library/BoardInitLib/PeiBoardInitPostMemLib.c index c52d4eceed..a129f30145 100644 --- a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardI= nitLib/PeiBoardInitPostMemLib.c +++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/Boa +++ rdInitLib/PeiBoardInitPostMemLib.c @@ -1,5 +1,5 @@ /** @file - Platform Hook Library instances + Whiskey Lake U RVP Board Initialization Post-Memory library =20 =20 Copyright (c) 2019, Intel Corporation. All rights reserved.
diff --g= it a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardIn= itLib/PeiBoardInitPreMemLib.c b/Platform/Intel/WhiskeylakeOpenBoardPkg/Whis= keylakeURvp/Library/BoardInitLib/PeiBoardInitPreMemLib.c index 1283a4c80a..c0f8ea7878 100644 --- a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardI= nitLib/PeiBoardInitPreMemLib.c +++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/Boa +++ rdInitLib/PeiBoardInitPreMemLib.c @@ -1,5 +1,5 @@ /** @file - Platform Hook Library instances + Whiskey Lake U RVP Board Initialization Pre-Memory library =20 =20 Copyright (c) 2019, Intel Corporation. All rights reserved.
diff --g= it a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardIn= itLib/PeiMultiBoardInitPostMemLib.c b/Platform/Intel/WhiskeylakeOpenBoardPk= g/WhiskeylakeURvp/Library/BoardInitLib/PeiMultiBoardInitPostMemLib.c index 915dadbf8c..c9cec74250 100644 --- a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardI= nitLib/PeiMultiBoardInitPostMemLib.c +++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/Boa +++ rdInitLib/PeiMultiBoardInitPostMemLib.c @@ -1,5 +1,5 @@ /** @file - Platform Hook Library instances + Whiskey Lake U RVP Multi-Board Initialization Post-Memory library =20 =20 Copyright (c) 2019, Intel Corporation. All rights reserved.
diff --g= it a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardIn= itLib/PeiMultiBoardInitPreMemLib.c b/Platform/Intel/WhiskeylakeOpenBoardPkg= /WhiskeylakeURvp/Library/BoardInitLib/PeiMultiBoardInitPreMemLib.c index 744864f98f..9f4dfbf789 100644 --- a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/BoardI= nitLib/PeiMultiBoardInitPreMemLib.c +++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Library/Boa +++ rdInitLib/PeiMultiBoardInitPreMemLib.c @@ -1,5 +1,5 @@ /** @file - Platform Hook Library instances + Whiskey Lake U RVP Multi-Board Initialization Pre-Memory library =20 =20 Copyright (c) 2019, Intel Corporation. All rights reserved.
-- 2.16.2.windows.1