From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 B993F2194D38E for ; Tue, 2 May 2017 02:37:29 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 May 2017 02:37:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,404,1488873600"; d="scan'208";a="81417443" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga002.jf.intel.com with ESMTP; 02 May 2017 02:37:28 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 2 May 2017 02:37:28 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 2 May 2017 02:37:28 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.193]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.117]) with mapi id 14.03.0319.002; Tue, 2 May 2017 17:37:26 +0800 From: "Wei, David" To: Leif Lindholm , "edk2-devel@lists.01.org" CC: Andrew Fish , "Agyeman, Prince" , "Wei, David" Thread-Topic: [edk2] [PATCH] CorebootModulePkg, EmulatorPkg, Vlv2TbltDevicePkg: .inf whitespace fixes Thread-Index: AQHSvSMskzfXeAaSwESSaSmqc81hQ6Hae3sAgAZXmuA= Date: Tue, 2 May 2017 09:37:25 +0000 Message-ID: <89954A0B46707A448411A627AD4EEE3468F2C0FC@SHSMSX101.ccr.corp.intel.com> References: <20170424094308.27102-1-leif.lindholm@linaro.org> <149305618825.29360.17825465421115331251@jljusten-skl> <20170428163858.GO1657@bivouac.eciton.net> In-Reply-To: <20170428163858.GO1657@bivouac.eciton.net> 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: [PATCH] CorebootModulePkg, EmulatorPkg, Vlv2TbltDevicePkg: .inf whitespace fixes X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 09:37:30 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Only one comment: Please also update the year of copyright to 2017, such a= s changing "Copyright (c) 2006 - 2014" to "Copyright (c) 2006 - 2017".=20 Reviewed-by: zwei4 Thanks, David Wei =20 -----Original Message----- From: Leif Lindholm [mailto:leif.lindholm@linaro.org]=20 Sent: Saturday, April 29, 2017 12:39 AM To: edk2-devel@lists.01.org Cc: Andrew Fish ; Agyeman, Prince ; Wei, David Subject: Re: [edk2] [PATCH] CorebootModulePkg, EmulatorPkg, Vlv2TbltDeviceP= kg: .inf whitespace fixes Andrew, Prince/David - any comments? On Mon, Apr 24, 2017 at 10:49:48AM -0700, Jordan Justen wrote: > On 2017-04-24 02:43:08, Leif Lindholm wrote: > > Incorrect line endings, trailing spaces and missing line break at end > > of file. > >=20 > > Contributed-under: TianoCore Contribution Agreement 1.0 > > Signed-off-by: Leif Lindholm > > --- > >=20 > > This addresses only issues found when hacking on some scripts for > > sanity checking .inf files. > >=20 > > Since trivial[1], would prefer not to split into one patch per > > package. > >=20 > > [1] git diff -w --word-diff-regex=3D[^[:space:]] HEAD~1 > > does not generate any output. >=20 > Also: git diff --ignore-space-at-eol HEAD~ >=20 > Reviewed-by: Jordan Justen >=20 > >=20 > > CorebootModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib1655= 0.inf | 96 ++++++++++++------------ > > CorebootModulePkg/Library/CbPlatformSupportLibNull/CbPlatformSupportLi= bNull.inf | 70 +++++++++--------- > > CorebootModulePkg/SataControllerDxe/SataControllerDxe.inf = | 98 ++++++++++++------------ > > EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraAction= Lib.inf | 96 ++++++++++++------------ > > EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraAction= Lib.inf | 98 ++++++++++++------------ > > EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf = | 94 ++++++++++++------------ > > Vlv2TbltDevicePkg/PlatformInitPei/PlatformInitPei.inf = | 18 ++--- > > Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.inf = | 290 ++++++++++++++++++++++++++++++++++++-----------------------= ------------- > > 8 files changed, 430 insertions(+), 430 deletions(-) > >=20 > > diff --git a/CorebootModulePkg/Library/BaseSerialPortLib16550/BaseSeria= lPortLib16550.inf b/CorebootModulePkg/Library/BaseSerialPortLib16550/BaseSe= rialPortLib16550.inf > > index cd758ae4bf..77075ccc95 100644 > > --- a/CorebootModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLi= b16550.inf > > +++ b/CorebootModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLi= b16550.inf > > @@ -1,48 +1,48 @@ > > -## @file > > -# SerialPortLib instance for 16550 UART. > > -# > > -# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<= BR> > > -# This program and the accompanying materials > > -# are licensed and made available under the terms and conditions of t= he BSD License > > -# which accompanies this distribution. The full text of the license = may be found at > > -# http://opensource.org/licenses/bsd-license.php > > -# > > -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > > -# > > -## > > - > > -[Defines] > > - INF_VERSION =3D 0x00010005 > > - BASE_NAME =3D BaseSerialPortLib16550 > > - MODULE_UNI_FILE =3D BaseSerialPortLib16550.uni > > - FILE_GUID =3D 9E7C00CF-355A-4d4e-BF60-0428CFF95= 540 > > - MODULE_TYPE =3D BASE > > - VERSION_STRING =3D 1.1 > > - LIBRARY_CLASS =3D SerialPortLib > > - > > -[Packages] > > - MdePkg/MdePkg.dec > > - MdeModulePkg/MdeModulePkg.dec > > - > > -[LibraryClasses] > > - PcdLib > > - IoLib > > - PlatformHookLib > > - PciLib > > - > > -[Sources] > > - BaseSerialPortLib16550.c > > - > > -[Pcd] > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio ## C= ONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl ## C= ONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialDetectCable ## S= OMETIMES_CONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase ## C= ONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate ## C= ONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialLineControl ## C= ONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialFifoControl ## C= ONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialClockRate ## C= ONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialPciDeviceInfo ## C= ONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialExtendedTxFifoSize ## C= ONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterStride ## C= ONSUMES > > +## @file > > +# SerialPortLib instance for 16550 UART. > > +# > > +# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<= BR> > > +# This program and the accompanying materials > > +# are licensed and made available under the terms and conditions of t= he BSD License > > +# which accompanies this distribution. The full text of the license = may be found at > > +# http://opensource.org/licenses/bsd-license.php > > +# > > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > > +# > > +## > > + > > +[Defines] > > + INF_VERSION =3D 0x00010005 > > + BASE_NAME =3D BaseSerialPortLib16550 > > + MODULE_UNI_FILE =3D BaseSerialPortLib16550.uni > > + FILE_GUID =3D 9E7C00CF-355A-4d4e-BF60-0428CFF95= 540 > > + MODULE_TYPE =3D BASE > > + VERSION_STRING =3D 1.1 > > + LIBRARY_CLASS =3D SerialPortLib > > + > > +[Packages] > > + MdePkg/MdePkg.dec > > + MdeModulePkg/MdeModulePkg.dec > > + > > +[LibraryClasses] > > + PcdLib > > + IoLib > > + PlatformHookLib > > + PciLib > > + > > +[Sources] > > + BaseSerialPortLib16550.c > > + > > +[Pcd] > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio ## C= ONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl ## C= ONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialDetectCable ## S= OMETIMES_CONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase ## C= ONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate ## C= ONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialLineControl ## C= ONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialFifoControl ## C= ONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialClockRate ## C= ONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialPciDeviceInfo ## C= ONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialExtendedTxFifoSize ## C= ONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterStride ## C= ONSUMES > > diff --git a/CorebootModulePkg/Library/CbPlatformSupportLibNull/CbPlatf= ormSupportLibNull.inf b/CorebootModulePkg/Library/CbPlatformSupportLibNull/= CbPlatformSupportLibNull.inf > > index 7e25df3345..bbf088f3f3 100644 > > --- a/CorebootModulePkg/Library/CbPlatformSupportLibNull/CbPlatformSupp= ortLibNull.inf > > +++ b/CorebootModulePkg/Library/CbPlatformSupportLibNull/CbPlatformSupp= ortLibNull.inf > > @@ -1,35 +1,35 @@ > > -## @file > > -# Include all platform specific features which can be customized by I= BV/OEM. > > -# > > -# Copyright (c) 2016, Intel Corporation. All rights reserved.
> > -# This program and the accompanying materials > > -# are licensed and made available under the terms and conditions of t= he BSD License > > -# which accompanies this distribution. The full text of the license = may be found at > > -# http://opensource.org/licenses/bsd-license.php > > -# > > -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > > -# > > -## > > - > > -[Defines] > > - INF_VERSION =3D 0x00010005 > > - BASE_NAME =3D CbPlatformSupportLib > > - MODULE_UNI_FILE =3D CbPlatformSupportLibNull.uni > > - FILE_GUID =3D B42AA265-00CA-4d4b-AC14-DBD5268E1= BC7 > > - MODULE_TYPE =3D BASE > > - VERSION_STRING =3D 1.0 > > - LIBRARY_CLASS =3D CbPlatformSupportLib > > - > > -# > > -# The following information is for reference only and not required by = the build tools. > > -# > > -# VALID_ARCHITECTURES =3D IA32 X64 EBC > > -# > > - > > -[Sources] > > - CbPlatformSupportLibNull.c > > - > > -[Packages] > > - MdePkg/MdePkg.dec > > - CorebootModulePkg/CorebootModulePkg.dec > > +## @file > > +# Include all platform specific features which can be customized by I= BV/OEM. > > +# > > +# Copyright (c) 2016, Intel Corporation. All rights reserved.
> > +# This program and the accompanying materials > > +# are licensed and made available under the terms and conditions of t= he BSD License > > +# which accompanies this distribution. The full text of the license = may be found at > > +# http://opensource.org/licenses/bsd-license.php > > +# > > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > > +# > > +## > > + > > +[Defines] > > + INF_VERSION =3D 0x00010005 > > + BASE_NAME =3D CbPlatformSupportLib > > + MODULE_UNI_FILE =3D CbPlatformSupportLibNull.uni > > + FILE_GUID =3D B42AA265-00CA-4d4b-AC14-DBD5268E1= BC7 > > + MODULE_TYPE =3D BASE > > + VERSION_STRING =3D 1.0 > > + LIBRARY_CLASS =3D CbPlatformSupportLib > > + > > +# > > +# The following information is for reference only and not required by = the build tools. > > +# > > +# VALID_ARCHITECTURES =3D IA32 X64 EBC > > +# > > + > > +[Sources] > > + CbPlatformSupportLibNull.c > > + > > +[Packages] > > + MdePkg/MdePkg.dec > > + CorebootModulePkg/CorebootModulePkg.dec > > diff --git a/CorebootModulePkg/SataControllerDxe/SataControllerDxe.inf = b/CorebootModulePkg/SataControllerDxe/SataControllerDxe.inf > > index b0ed2f4db5..5db89dcd28 100644 > > --- a/CorebootModulePkg/SataControllerDxe/SataControllerDxe.inf > > +++ b/CorebootModulePkg/SataControllerDxe/SataControllerDxe.inf > > @@ -1,49 +1,49 @@ > > -## @file > > -# =20 > > -# Component description file for the Sata Controller driver. > > -# > > -# Copyright (c) 2011, Intel Corporation. All rights reserved.
> > -# This program and the accompanying materials > > -# are licensed and made available under the terms and conditions of t= he BSD License > > -# which accompanies this distribution. The full text of the license = may be found at > > -# http://opensource.org/licenses/bsd-license.php > > -# =20 > > -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > > -# =20 > > -## > > - > > -[Defines] > > - INF_VERSION =3D 0x00010005 > > - BASE_NAME =3D SataController > > - FILE_GUID =3D 8F4CD826-A5A0-4e93-9522-CFB0AB729= 26C > > - MODULE_TYPE =3D UEFI_DRIVER > > - VERSION_STRING =3D 1.0 > > - ENTRY_POINT =3D InitializeSataControllerDriver > > - > > -# > > -# The following information is for reference only and not required by = the build tools. > > -# > > -# VALID_ARCHITECTURES =3D IA32 X64 IPF EBC > > -# > > - > > -[Sources] > > - ComponentName.c > > - SataController.c > > - SataController.h > > - > > -[Packages] > > - MdePkg/MdePkg.dec > > - > > -[LibraryClasses] > > - UefiDriverEntryPoint > > - DebugLib > > - UefiLib > > - BaseLib > > - BaseMemoryLib > > - MemoryAllocationLib > > - UefiBootServicesTableLib > > - > > -[Protocols] > > - gEfiPciIoProtocolGuid =20 > > - gEfiIdeControllerInitProtocolGuid > > +## @file > > +# > > +# Component description file for the Sata Controller driver. > > +# > > +# Copyright (c) 2011, Intel Corporation. All rights reserved.
> > +# This program and the accompanying materials > > +# are licensed and made available under the terms and conditions of t= he BSD License > > +# which accompanies this distribution. The full text of the license = may be found at > > +# http://opensource.org/licenses/bsd-license.php > > +# > > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > > +# > > +## > > + > > +[Defines] > > + INF_VERSION =3D 0x00010005 > > + BASE_NAME =3D SataController > > + FILE_GUID =3D 8F4CD826-A5A0-4e93-9522-CFB0AB729= 26C > > + MODULE_TYPE =3D UEFI_DRIVER > > + VERSION_STRING =3D 1.0 > > + ENTRY_POINT =3D InitializeSataControllerDriver > > + > > +# > > +# The following information is for reference only and not required by = the build tools. > > +# > > +# VALID_ARCHITECTURES =3D IA32 X64 IPF EBC > > +# > > + > > +[Sources] > > + ComponentName.c > > + SataController.c > > + SataController.h > > + > > +[Packages] > > + MdePkg/MdePkg.dec > > + > > +[LibraryClasses] > > + UefiDriverEntryPoint > > + DebugLib > > + UefiLib > > + BaseLib > > + BaseMemoryLib > > + MemoryAllocationLib > > + UefiBootServicesTableLib > > + > > +[Protocols] > > + gEfiPciIoProtocolGuid > > + gEfiIdeControllerInitProtocolGuid > > diff --git a/EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCof= fExtraActionLib.inf b/EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmu= PeCoffExtraActionLib.inf > > index f79ebc78e2..682231b83e 100644 > > --- a/EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraA= ctionLib.inf > > +++ b/EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraA= ctionLib.inf > > @@ -1,48 +1,48 @@ > > -## @file > > -# PeCoff extra action libary for DXE phase that run Emu emulator. > > -# > > -# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved. > > -# Portions copyright (c) 2011, Apple Inc. All rights reserved. > > -# This program and the accompanying materials > > -# are licensed and made available under the terms and conditions of th= e BSD License > > -# which accompanies this distribution. The full text of the license m= ay be found at > > -# http://opensource.org/licenses/bsd-license.php > > -# > > -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS= , > > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR= IMPLIED. > > - > > -# > > -# > > -## > > - > > -[Defines] > > - INF_VERSION =3D 0x00010005 > > - BASE_NAME =3D DxeEmuPeCoffExtraActionLib > > - FILE_GUID =3D 68FCD487-D230-6846-95B1-5E1F2EF94= 2C4 > > - MODULE_TYPE =3D DXE_DRIVER > > - VERSION_STRING =3D 1.0 > > - LIBRARY_CLASS =3D PeCoffExtraActionLib|DXE_CORE DXE= _DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER > > - > > - CONSTRUCTOR =3D DxeEmuPeCoffLibExtraActionConstru= ctor > > - > > -# > > -# The following information is for reference only and not required by = the build tools. > > -# > > -# VALID_ARCHITECTURES =3D IA32 > > -# > > - > > -[Sources] > > - DxeEmuPeCoffExtraActionLib.c > > - > > -[Packages] > > - MdePkg/MdePkg.dec > > - EmulatorPkg/EmulatorPkg.dec > > - > > -[LibraryClasses] > > - DebugLib > > - HobLib > > - BaseMemoryLib > > - > > -[Protocols] > > - gEmuThunkProtocolGuid # PROTOCOL ALWAYS_CONSUMED > > - > > +## @file > > +# PeCoff extra action libary for DXE phase that run Emu emulator. > > +# > > +# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved. > > +# Portions copyright (c) 2011, Apple Inc. All rights reserved. > > +# This program and the accompanying materials > > +# are licensed and made available under the terms and conditions of th= e BSD License > > +# which accompanies this distribution. The full text of the license m= ay be found at > > +# http://opensource.org/licenses/bsd-license.php > > +# > > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS= , > > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR= IMPLIED. > > + > > +# > > +# > > +## > > + > > +[Defines] > > + INF_VERSION =3D 0x00010005 > > + BASE_NAME =3D DxeEmuPeCoffExtraActionLib > > + FILE_GUID =3D 68FCD487-D230-6846-95B1-5E1F2EF94= 2C4 > > + MODULE_TYPE =3D DXE_DRIVER > > + VERSION_STRING =3D 1.0 > > + LIBRARY_CLASS =3D PeCoffExtraActionLib|DXE_CORE DXE= _DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER > > + > > + CONSTRUCTOR =3D DxeEmuPeCoffLibExtraActionConstru= ctor > > + > > +# > > +# The following information is for reference only and not required by = the build tools. > > +# > > +# VALID_ARCHITECTURES =3D IA32 > > +# > > + > > +[Sources] > > + DxeEmuPeCoffExtraActionLib.c > > + > > +[Packages] > > + MdePkg/MdePkg.dec > > + EmulatorPkg/EmulatorPkg.dec > > + > > +[LibraryClasses] > > + DebugLib > > + HobLib > > + BaseMemoryLib > > + > > +[Protocols] > > + gEmuThunkProtocolGuid # PROTOCOL ALWAYS_CONSUMED > > + > > diff --git a/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCof= fExtraActionLib.inf b/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmu= PeCoffExtraActionLib.inf > > index 9a757f7294..fdaf19ab6c 100644 > > --- a/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraA= ctionLib.inf > > +++ b/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraA= ctionLib.inf > > @@ -1,49 +1,49 @@ > > -## @file > > -# PeCoff extra action libary for Pei phase that run Emu emulator. > > -# > > -# Lib to provide memory journal status code reporting Routines > > -# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved. > > -# Portions copyright (c) 2011, Apple Inc. All rights reserved. > > -# This program and the accompanying materials > > -# are licensed and made available under the terms and conditions of th= e BSD License > > -# which accompanies this distribution. The full text of the license m= ay be found at > > -# http://opensource.org/licenses/bsd-license.php > > -# > > -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS= , > > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR= IMPLIED. > > - > > -# > > -# > > -## > > - > > -[Defines] > > - INF_VERSION =3D 0x00010005 > > - BASE_NAME =3D PeiEmuPeCoffExtraActionLib > > - FILE_GUID =3D 79C4E72A-730B-F040-8129-95877B3A9= 7A8 > > - MODULE_TYPE =3D PEIM > > - VERSION_STRING =3D 1.0 > > - LIBRARY_CLASS =3D PeCoffExtraActionLib|PEI_CORE PEI= M > > - > > -# > > -# The following information is for reference only and not required by = the build tools. > > -# > > -# VALID_ARCHITECTURES =3D IA32 > > -# > > - > > -[Sources] > > - PeiEmuPeCoffExtraActionLib.c > > - > > -[Packages] > > - MdePkg/MdePkg.dec > > - EmulatorPkg/EmulatorPkg.dec > > - > > -[LibraryClasses] > > - BaseLib > > - PeiServicesLib > > - DebugLib > > - > > -[Ppis] > > - gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED > > - > > -[Pcd] > > - gEmulatorPkgTokenSpaceGuid.PcdPeiServicesTablePage > > +## @file > > +# PeCoff extra action libary for Pei phase that run Emu emulator. > > +# > > +# Lib to provide memory journal status code reporting Routines > > +# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved. > > +# Portions copyright (c) 2011, Apple Inc. All rights reserved. > > +# This program and the accompanying materials > > +# are licensed and made available under the terms and conditions of th= e BSD License > > +# which accompanies this distribution. The full text of the license m= ay be found at > > +# http://opensource.org/licenses/bsd-license.php > > +# > > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS= , > > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR= IMPLIED. > > + > > +# > > +# > > +## > > + > > +[Defines] > > + INF_VERSION =3D 0x00010005 > > + BASE_NAME =3D PeiEmuPeCoffExtraActionLib > > + FILE_GUID =3D 79C4E72A-730B-F040-8129-95877B3A9= 7A8 > > + MODULE_TYPE =3D PEIM > > + VERSION_STRING =3D 1.0 > > + LIBRARY_CLASS =3D PeCoffExtraActionLib|PEI_CORE PEI= M > > + > > +# > > +# The following information is for reference only and not required by = the build tools. > > +# > > +# VALID_ARCHITECTURES =3D IA32 > > +# > > + > > +[Sources] > > + PeiEmuPeCoffExtraActionLib.c > > + > > +[Packages] > > + MdePkg/MdePkg.dec > > + EmulatorPkg/EmulatorPkg.dec > > + > > +[LibraryClasses] > > + BaseLib > > + PeiServicesLib > > + DebugLib > > + > > +[Ppis] > > + gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED > > + > > +[Pcd] > > + gEmulatorPkgTokenSpaceGuid.PcdPeiServicesTablePage > > diff --git a/EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf b/EmulatorPkg/= Library/SmbiosLib/SmbiosLib.inf > > index adcd7ef08e..9442ff8581 100644 > > --- a/EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf > > +++ b/EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf > > @@ -1,47 +1,47 @@ > > -## @file > > -# SMBIOS Library=20 > > -# > > -# Copyright (c) 2012, Apple Inc. All rights reserved.=20 > > -# Portions copyright (c) 2006 - 2010, Intel Corporation. All rights re= served.
> > -# > > -# This program and the accompanying materials > > -# are licensed and made available under the terms and conditions of t= he BSD License > > -# which accompanies this distribution. The full text of the license m= ay be found at > > -# http://opensource.org/licenses/bsd-license.php > > -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > > -# > > -# > > -## > > - > > -[Defines] > > - INF_VERSION =3D 0x00010005 > > - BASE_NAME =3D SmbiosLib > > - FILE_GUID =3D 881863A2-09FD-3E44-8D62-7AE038D03= 747 > > - MODULE_TYPE =3D DXE_DRIVER > > - VERSION_STRING =3D 1.0 > > - LIBRARY_CLASS =3D PcdLib|DXE_CORE DXE_DRIVER DXE_RU= NTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_D= RIVER=20 > > - > > - CONSTRUCTOR =3D SmbiosLibConstructor > > - > > - > > -[Sources] > > - SmbiosLib.c > > - > > -[Packages] > > - MdePkg/MdePkg.dec > > - EmulatorPkg/EmulatorPkg.dec > > - > > -[LibraryClasses] > > - BaseLib > > - BaseMemoryLib > > - DebugLib > > - MemoryAllocationLib > > - UefiBootServicesTableLib > > - UefiLib > > - > > -[Protocols] > > - gEfiSmbiosProtocolGuid > > - > > -[Depex] > > - gEfiSmbiosProtocolGuid > > \ No newline at end of file > > +## @file > > +# SMBIOS Library > > +# > > +# Copyright (c) 2012, Apple Inc. All rights reserved. > > +# Portions copyright (c) 2006 - 2010, Intel Corporation. All rights re= served.
> > +# > > +# This program and the accompanying materials > > +# are licensed and made available under the terms and conditions of t= he BSD License > > +# which accompanies this distribution. The full text of the license m= ay be found at > > +# http://opensource.org/licenses/bsd-license.php > > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > > +# > > +# > > +## > > + > > +[Defines] > > + INF_VERSION =3D 0x00010005 > > + BASE_NAME =3D SmbiosLib > > + FILE_GUID =3D 881863A2-09FD-3E44-8D62-7AE038D03= 747 > > + MODULE_TYPE =3D DXE_DRIVER > > + VERSION_STRING =3D 1.0 > > + LIBRARY_CLASS =3D PcdLib|DXE_CORE DXE_DRIVER DXE_RU= NTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_D= RIVER > > + > > + CONSTRUCTOR =3D SmbiosLibConstructor > > + > > + > > +[Sources] > > + SmbiosLib.c > > + > > +[Packages] > > + MdePkg/MdePkg.dec > > + EmulatorPkg/EmulatorPkg.dec > > + > > +[LibraryClasses] > > + BaseLib > > + BaseMemoryLib > > + DebugLib > > + MemoryAllocationLib > > + UefiBootServicesTableLib > > + UefiLib > > + > > +[Protocols] > > + gEfiSmbiosProtocolGuid > > + > > +[Depex] > > + gEfiSmbiosProtocolGuid > > diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/PlatformInitPei.inf b/Vl= v2TbltDevicePkg/PlatformInitPei/PlatformInitPei.inf > > index 309487d854..04a2b54665 100644 > > --- a/Vlv2TbltDevicePkg/PlatformInitPei/PlatformInitPei.inf > > +++ b/Vlv2TbltDevicePkg/PlatformInitPei/PlatformInitPei.inf > > @@ -1,15 +1,15 @@ > > # > > # > > # Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved > > -# = =20 > > -# This program and the accompanying materials are licensed and made av= ailable under > > -# the terms and conditions of the BSD License that accompanies this di= stribution. =20 > > -# The full text of the license may be found at = =20 > > -# http://opensource.org/licenses/bsd-license.php. = =20 > > -# = =20 > > -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS= , =20 > > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR= IMPLIED. =20 > > -# = =20 > > +# > > +# This program and the accompanying materials are licensed and made av= ailable under > > +# the terms and conditions of the BSD License that accompanies this di= stribution. > > +# The full text of the license may be found at > > +# http://opensource.org/licenses/bsd-license.php. > > +# > > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS= , > > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR= IMPLIED. > > +# > > # > > # > > # Module Name: > > diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.inf b/Vlv2Tb= ltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.inf > > index 332d2376d8..d539deebdf 100644 > > --- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.inf > > +++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.inf > > @@ -1,145 +1,145 @@ > > -## @file > > -# Component name for module MiscSubclass > > -# > > -# FIX ME! > > -# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<= BR> > > -# = =20 > > -# This program and the accompanying materials are licensed and made av= ailable under > > -# the terms and conditions of the BSD License that accompanies this di= stribution. =20 > > -# The full text of the license may be found at = =20 > > -# http://opensource.org/licenses/bsd-license.php. = =20 > > -# = =20 > > -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS= , =20 > > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR= IMPLIED. =20 > > -# = =20 > > -# > > -# > > -# > > -## > > - > > -[Defines] > > - INF_VERSION =3D 0x00010005 > > - BASE_NAME =3D MiscSubclass > > - FILE_GUID =3D 4EFFB560-B28B-4e57-9DAD-4344E32EA= 3BA > > - MODULE_TYPE =3D DXE_DRIVER > > - VERSION_STRING =3D 1.0 > > - ENTRY_POINT =3D MiscSubclassDriverEntryPoint > > - > > -# > > -# The following information is for reference only and not required by = the build tools. > > -# > > -# VALID_ARCHITECTURES =3D IA32 X64 IPF EBC > > -# > > - > > -[Sources] > > - MiscBaseBoardManufacturer.uni > > - MiscBaseBoardManufacturerData.c > > - MiscBaseBoardManufacturerFunction.c > > - MiscBiosVendor.uni > > - MiscBiosVendorData.c > > - MiscBiosVendorFunction.c > > - MiscBootInformationData.c > > - MiscBootInformationFunction.c > > - MiscChassisManufacturer.uni > > - MiscChassisManufacturerData.c > > - MiscChassisManufacturerFunction.c > > - MiscNumberOfInstallableLanguagesData.c > > - MiscNumberOfInstallableLanguagesFunction.c > > - MiscOemString.uni > > - MiscOemStringData.c > > - MiscOemStringFunction.c > > - MiscOnboardDevice.uni > > - MiscOnboardDeviceData.c > > - MiscOnboardDeviceFunction.c > > - MiscPortInternalConnectorDesignator.uni > > - MiscPortInternalConnectorDesignatorData.c > > - MiscPortInternalConnectorDesignatorFunction.c > > - MiscResetCapabilitiesData.c > > - MiscResetCapabilitiesFunction.c > > - MiscSystemLanguageString.uni > > - MiscSystemLanguageStringData.c > > - MiscSystemLanguageStringFunction.c > > - MiscSystemManufacturer.uni > > - MiscSystemManufacturerData.c > > - MiscSystemManufacturerFunction.c > > - MiscSystemOptionString.uni > > - MiscSystemOptionStringData.c > > - MiscSystemOptionStringFunction.c > > - MiscSystemSlotDesignation.uni > > - MiscSystemSlotDesignationData.c > > - MiscSystemSlotDesignationFunction.c > > - MiscSubclassDriver.h > > - MiscSubclassDriver.uni > > - MiscSubclassDriverDataTable.c > > - MiscSubclassDriverEntryPoint.c > > - CommonHeader.h > > - MiscOemType0x90Function.c > > - MiscOemType0x90Data.c > > - MiscOemType0x90.uni > > - MiscProcessorInformation.uni > > - MiscProcessorInformationData.c > > - MiscProcessorInformationFunction.c > > - MiscProcessorCache.uni > > - MiscProcessorCacheData.c > > - MiscProcessorCacheFunction.c > > - MiscPhysicalArray.uni > > - MiscPhysicalArrayData.c > > - MiscPhysicalArrayFunction.c > > - MiscMemoryDevice.uni > > - MiscMemoryDeviceData.c > > - MiscMemoryDeviceFunction.c > > - > > -[Packages] > > - MdeModulePkg/MdeModulePkg.dec > > - Vlv2TbltDevicePkg/PlatformPkg.dec > > - MdePkg/MdePkg.dec > > - IntelFrameworkPkg/IntelFrameworkPkg.dec > > - Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec > > - > > -[LibraryClasses] > > - HiiLib > > - DevicePathLib > > - UefiBootServicesTableLib > > - UefiRuntimeServicesTableLib > > - UefiDriverEntryPoint > > - BaseMemoryLib > > - DebugLib > > - BaseLib > > - MemoryAllocationLib > > - PcdLib > > - UefiLib > > - BiosIdLib > > - PrintLib > > - CpuIA32Lib > > - PchPlatformLib > > - I2cLib > > - NetLib > > - HobLib > > - =20 > > -[Guids] > > - gEfiProcessorSubClassGuid > > - gEfiCacheSubClassGuid > > - gEfiNormalSetupGuid > > - gEfiPlatformInfoGuid > > - gEfiVlv2VariableGuid > > - > > -[Protocols] > > - gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONS= UMED > > - gEfiDxeSmmReadyToLockProtocolGuid # PROTOCOL ALWAYS_CONS= UMED > > - gEfiDataHubProtocolGuid > > - gEfiMpServiceProtocolGuid > > - gMemInfoProtocolGuid > > - gEfiTdtOperationProtocolGuid > > - gDxePchPlatformPolicyProtocolGuid > > - gEfiSpiProtocolGuid > > - gEfiSimpleNetworkProtocolGuid > > - > > -[Pcd] > > - gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString > > - gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString > > - gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang > > - gEfiVLVTokenSpaceGuid.PcdEmmcManufacturerId > > - gEfiVLVTokenSpaceGuid.PcdProductSerialNumber > > - > > -[Depex] > > - gEfiSmbiosProtocolGuid AND gMemInfoProtocolGuid AND gEfiMpServiceProt= ocolGuid AND gEfiSimpleNetworkProtocolGuid > > +## @file > > +# Component name for module MiscSubclass > > +# > > +# FIX ME! > > +# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<= BR> > > +# > > +# This program and the accompanying materials are licensed and made av= ailable under > > +# the terms and conditions of the BSD License that accompanies this di= stribution. > > +# The full text of the license may be found at > > +# http://opensource.org/licenses/bsd-license.php. > > +# > > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS= , > > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR= IMPLIED. > > +# > > +# > > +# > > +# > > +## > > + > > +[Defines] > > + INF_VERSION =3D 0x00010005 > > + BASE_NAME =3D MiscSubclass > > + FILE_GUID =3D 4EFFB560-B28B-4e57-9DAD-4344E32EA= 3BA > > + MODULE_TYPE =3D DXE_DRIVER > > + VERSION_STRING =3D 1.0 > > + ENTRY_POINT =3D MiscSubclassDriverEntryPoint > > + > > +# > > +# The following information is for reference only and not required by = the build tools. > > +# > > +# VALID_ARCHITECTURES =3D IA32 X64 IPF EBC > > +# > > + > > +[Sources] > > + MiscBaseBoardManufacturer.uni > > + MiscBaseBoardManufacturerData.c > > + MiscBaseBoardManufacturerFunction.c > > + MiscBiosVendor.uni > > + MiscBiosVendorData.c > > + MiscBiosVendorFunction.c > > + MiscBootInformationData.c > > + MiscBootInformationFunction.c > > + MiscChassisManufacturer.uni > > + MiscChassisManufacturerData.c > > + MiscChassisManufacturerFunction.c > > + MiscNumberOfInstallableLanguagesData.c > > + MiscNumberOfInstallableLanguagesFunction.c > > + MiscOemString.uni > > + MiscOemStringData.c > > + MiscOemStringFunction.c > > + MiscOnboardDevice.uni > > + MiscOnboardDeviceData.c > > + MiscOnboardDeviceFunction.c > > + MiscPortInternalConnectorDesignator.uni > > + MiscPortInternalConnectorDesignatorData.c > > + MiscPortInternalConnectorDesignatorFunction.c > > + MiscResetCapabilitiesData.c > > + MiscResetCapabilitiesFunction.c > > + MiscSystemLanguageString.uni > > + MiscSystemLanguageStringData.c > > + MiscSystemLanguageStringFunction.c > > + MiscSystemManufacturer.uni > > + MiscSystemManufacturerData.c > > + MiscSystemManufacturerFunction.c > > + MiscSystemOptionString.uni > > + MiscSystemOptionStringData.c > > + MiscSystemOptionStringFunction.c > > + MiscSystemSlotDesignation.uni > > + MiscSystemSlotDesignationData.c > > + MiscSystemSlotDesignationFunction.c > > + MiscSubclassDriver.h > > + MiscSubclassDriver.uni > > + MiscSubclassDriverDataTable.c > > + MiscSubclassDriverEntryPoint.c > > + CommonHeader.h > > + MiscOemType0x90Function.c > > + MiscOemType0x90Data.c > > + MiscOemType0x90.uni > > + MiscProcessorInformation.uni > > + MiscProcessorInformationData.c > > + MiscProcessorInformationFunction.c > > + MiscProcessorCache.uni > > + MiscProcessorCacheData.c > > + MiscProcessorCacheFunction.c > > + MiscPhysicalArray.uni > > + MiscPhysicalArrayData.c > > + MiscPhysicalArrayFunction.c > > + MiscMemoryDevice.uni > > + MiscMemoryDeviceData.c > > + MiscMemoryDeviceFunction.c > > + > > +[Packages] > > + MdeModulePkg/MdeModulePkg.dec > > + Vlv2TbltDevicePkg/PlatformPkg.dec > > + MdePkg/MdePkg.dec > > + IntelFrameworkPkg/IntelFrameworkPkg.dec > > + Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec > > + > > +[LibraryClasses] > > + HiiLib > > + DevicePathLib > > + UefiBootServicesTableLib > > + UefiRuntimeServicesTableLib > > + UefiDriverEntryPoint > > + BaseMemoryLib > > + DebugLib > > + BaseLib > > + MemoryAllocationLib > > + PcdLib > > + UefiLib > > + BiosIdLib > > + PrintLib > > + CpuIA32Lib > > + PchPlatformLib > > + I2cLib > > + NetLib > > + HobLib > > + > > +[Guids] > > + gEfiProcessorSubClassGuid > > + gEfiCacheSubClassGuid > > + gEfiNormalSetupGuid > > + gEfiPlatformInfoGuid > > + gEfiVlv2VariableGuid > > + > > +[Protocols] > > + gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONS= UMED > > + gEfiDxeSmmReadyToLockProtocolGuid # PROTOCOL ALWAYS_CONS= UMED > > + gEfiDataHubProtocolGuid > > + gEfiMpServiceProtocolGuid > > + gMemInfoProtocolGuid > > + gEfiTdtOperationProtocolGuid > > + gDxePchPlatformPolicyProtocolGuid > > + gEfiSpiProtocolGuid > > + gEfiSimpleNetworkProtocolGuid > > + > > +[Pcd] > > + gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString > > + gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString > > + gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang > > + gEfiVLVTokenSpaceGuid.PcdEmmcManufacturerId > > + gEfiVLVTokenSpaceGuid.PcdProductSerialNumber > > + > > +[Depex] > > + gEfiSmbiosProtocolGuid AND gMemInfoProtocolGuid AND gEfiMpServiceProt= ocolGuid AND gEfiSimpleNetworkProtocolGuid > > --=20 > > 2.11.0 > >=20 > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel