From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x233.google.com (mail-wr0-x233.google.com [IPv6:2a00:1450:400c:c0c::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id F3C0421A6F105 for ; Fri, 28 Apr 2017 09:39:02 -0700 (PDT) Received: by mail-wr0-x233.google.com with SMTP id z52so36711464wrc.2 for ; Fri, 28 Apr 2017 09:39:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=xOZNf6iMD8C1ZHivomTcyphb03oTxilOp5CXpfPcHdQ=; b=hxCoWTkGC+tm9CoX+Mq066Gvz1w1Gp53nOHGZIJhiRJ5bf8djW+Y7yBkO21CdesE+4 aqY9P2V4+f4DHhksNqyduGpE7vMwE4F0RDNVIZqO/Aq7c7Fojo+nwlx160cBEnulmQfS Wgc/C8IPfF3JBa+6rGbXyaJ0elhFYGFFXIUxM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=xOZNf6iMD8C1ZHivomTcyphb03oTxilOp5CXpfPcHdQ=; b=jEjONVxSyHo5xL4eqUMcBwtI8m0ywEFBBUm5f304yK9J2dylsV7bzrQWUsAQCyn3qe g455cmelDHSUscZr2Aq0J3WRqrdMyaQLNONW5UOQzKUoI90ysxMgSPpp1OC69l+nG2Dz dlIq0dq3hUluNBoEMlN+joWOI+dwbKdubYD1ODm3lMwYD+6rE1CMTVYB3IVzvbVTL2ic lIl5LmaWqHIs9Ix1rRl7RQU1cnwbR29elNNgiFXFb24wW/3Z5H5O/mM0X+n15wF4/3E3 F/sWykVpGaNEBMbV8baEN4mwMxQjlQthHKL5+1mPFuAUTk5GLPRuGlcLpOf1sEUsm/Rz FUqg== X-Gm-Message-State: AN3rC/66JrRd3rcGyejSEmRc4dn1BfZbxVUtTxWqZKtv6AzcDnZMoIus zoRaPcgIdHNrSNyd X-Received: by 10.223.150.3 with SMTP id b3mr7955035wra.78.1493397541071; Fri, 28 Apr 2017 09:39:01 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id p187sm33772wmd.24.2017.04.28.09.39.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Apr 2017 09:39:00 -0700 (PDT) Date: Fri, 28 Apr 2017 17:38:58 +0100 From: Leif Lindholm To: edk2-devel@lists.01.org Cc: Andrew Fish , Prince Agyeman , David Wei Message-ID: <20170428163858.GO1657@bivouac.eciton.net> References: <20170424094308.27102-1-leif.lindholm@linaro.org> <149305618825.29360.17825465421115331251@jljusten-skl> MIME-Version: 1.0 In-Reply-To: <149305618825.29360.17825465421115331251@jljusten-skl> User-Agent: Mutt/1.5.23 (2014-03-12) 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: Fri, 28 Apr 2017 16:39:03 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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. > > > > Contributed-under: TianoCore Contribution Agreement 1.0 > > Signed-off-by: Leif Lindholm > > --- > > > > This addresses only issues found when hacking on some scripts for > > sanity checking .inf files. > > > > Since trivial[1], would prefer not to split into one patch per > > package. > > > > [1] git diff -w --word-diff-regex=[^[:space:]] HEAD~1 > > does not generate any output. > > Also: git diff --ignore-space-at-eol HEAD~ > > Reviewed-by: Jordan Justen > > > > > CorebootModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf | 96 ++++++++++++------------ > > CorebootModulePkg/Library/CbPlatformSupportLibNull/CbPlatformSupportLibNull.inf | 70 +++++++++--------- > > CorebootModulePkg/SataControllerDxe/SataControllerDxe.inf | 98 ++++++++++++------------ > > EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf | 96 ++++++++++++------------ > > EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.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(-) > > > > diff --git a/CorebootModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf b/CorebootModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf > > index cd758ae4bf..77075ccc95 100644 > > --- a/CorebootModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf > > +++ b/CorebootModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf > > @@ -1,48 +1,48 @@ > > -## @file > > -# SerialPortLib instance for 16550 UART. > > -# > > -# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.
> > -# This program and the accompanying materials > > -# are licensed and made available under the terms and conditions of the 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" BASIS, > > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. > > -# > > -## > > - > > -[Defines] > > - INF_VERSION = 0x00010005 > > - BASE_NAME = BaseSerialPortLib16550 > > - MODULE_UNI_FILE = BaseSerialPortLib16550.uni > > - FILE_GUID = 9E7C00CF-355A-4d4e-BF60-0428CFF95540 > > - MODULE_TYPE = BASE > > - VERSION_STRING = 1.1 > > - LIBRARY_CLASS = SerialPortLib > > - > > -[Packages] > > - MdePkg/MdePkg.dec > > - MdeModulePkg/MdeModulePkg.dec > > - > > -[LibraryClasses] > > - PcdLib > > - IoLib > > - PlatformHookLib > > - PciLib > > - > > -[Sources] > > - BaseSerialPortLib16550.c > > - > > -[Pcd] > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio ## CONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl ## CONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialDetectCable ## SOMETIMES_CONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase ## CONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate ## CONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialLineControl ## CONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialFifoControl ## CONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialClockRate ## CONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialPciDeviceInfo ## CONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialExtendedTxFifoSize ## CONSUMES > > - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterStride ## CONSUMES > > +## @file > > +# SerialPortLib instance for 16550 UART. > > +# > > +# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.
> > +# This program and the accompanying materials > > +# are licensed and made available under the terms and conditions of the 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" BASIS, > > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. > > +# > > +## > > + > > +[Defines] > > + INF_VERSION = 0x00010005 > > + BASE_NAME = BaseSerialPortLib16550 > > + MODULE_UNI_FILE = BaseSerialPortLib16550.uni > > + FILE_GUID = 9E7C00CF-355A-4d4e-BF60-0428CFF95540 > > + MODULE_TYPE = BASE > > + VERSION_STRING = 1.1 > > + LIBRARY_CLASS = SerialPortLib > > + > > +[Packages] > > + MdePkg/MdePkg.dec > > + MdeModulePkg/MdeModulePkg.dec > > + > > +[LibraryClasses] > > + PcdLib > > + IoLib > > + PlatformHookLib > > + PciLib > > + > > +[Sources] > > + BaseSerialPortLib16550.c > > + > > +[Pcd] > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio ## CONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl ## CONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialDetectCable ## SOMETIMES_CONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase ## CONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate ## CONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialLineControl ## CONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialFifoControl ## CONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialClockRate ## CONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialPciDeviceInfo ## CONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialExtendedTxFifoSize ## CONSUMES > > + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterStride ## CONSUMES > > diff --git a/CorebootModulePkg/Library/CbPlatformSupportLibNull/CbPlatformSupportLibNull.inf b/CorebootModulePkg/Library/CbPlatformSupportLibNull/CbPlatformSupportLibNull.inf > > index 7e25df3345..bbf088f3f3 100644 > > --- a/CorebootModulePkg/Library/CbPlatformSupportLibNull/CbPlatformSupportLibNull.inf > > +++ b/CorebootModulePkg/Library/CbPlatformSupportLibNull/CbPlatformSupportLibNull.inf > > @@ -1,35 +1,35 @@ > > -## @file > > -# Include all platform specific features which can be customized by IBV/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 the 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" BASIS, > > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. > > -# > > -## > > - > > -[Defines] > > - INF_VERSION = 0x00010005 > > - BASE_NAME = CbPlatformSupportLib > > - MODULE_UNI_FILE = CbPlatformSupportLibNull.uni > > - FILE_GUID = B42AA265-00CA-4d4b-AC14-DBD5268E1BC7 > > - MODULE_TYPE = BASE > > - VERSION_STRING = 1.0 > > - LIBRARY_CLASS = CbPlatformSupportLib > > - > > -# > > -# The following information is for reference only and not required by the build tools. > > -# > > -# VALID_ARCHITECTURES = IA32 X64 EBC > > -# > > - > > -[Sources] > > - CbPlatformSupportLibNull.c > > - > > -[Packages] > > - MdePkg/MdePkg.dec > > - CorebootModulePkg/CorebootModulePkg.dec > > +## @file > > +# Include all platform specific features which can be customized by IBV/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 the 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" BASIS, > > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. > > +# > > +## > > + > > +[Defines] > > + INF_VERSION = 0x00010005 > > + BASE_NAME = CbPlatformSupportLib > > + MODULE_UNI_FILE = CbPlatformSupportLibNull.uni > > + FILE_GUID = B42AA265-00CA-4d4b-AC14-DBD5268E1BC7 > > + MODULE_TYPE = BASE > > + VERSION_STRING = 1.0 > > + LIBRARY_CLASS = CbPlatformSupportLib > > + > > +# > > +# The following information is for reference only and not required by the build tools. > > +# > > +# VALID_ARCHITECTURES = 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 > > -# > > -# 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 the 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" BASIS, > > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. > > -# > > -## > > - > > -[Defines] > > - INF_VERSION = 0x00010005 > > - BASE_NAME = SataController > > - FILE_GUID = 8F4CD826-A5A0-4e93-9522-CFB0AB72926C > > - MODULE_TYPE = UEFI_DRIVER > > - VERSION_STRING = 1.0 > > - ENTRY_POINT = InitializeSataControllerDriver > > - > > -# > > -# The following information is for reference only and not required by the build tools. > > -# > > -# VALID_ARCHITECTURES = 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 > > +## @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 the 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" BASIS, > > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. > > +# > > +## > > + > > +[Defines] > > + INF_VERSION = 0x00010005 > > + BASE_NAME = SataController > > + FILE_GUID = 8F4CD826-A5A0-4e93-9522-CFB0AB72926C > > + MODULE_TYPE = UEFI_DRIVER > > + VERSION_STRING = 1.0 > > + ENTRY_POINT = InitializeSataControllerDriver > > + > > +# > > +# The following information is for reference only and not required by the build tools. > > +# > > +# VALID_ARCHITECTURES = 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/DxeEmuPeCoffExtraActionLib.inf b/EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf > > index f79ebc78e2..682231b83e 100644 > > --- a/EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf > > +++ b/EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.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 the 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" BASIS, > > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. > > - > > -# > > -# > > -## > > - > > -[Defines] > > - INF_VERSION = 0x00010005 > > - BASE_NAME = DxeEmuPeCoffExtraActionLib > > - FILE_GUID = 68FCD487-D230-6846-95B1-5E1F2EF942C4 > > - MODULE_TYPE = DXE_DRIVER > > - VERSION_STRING = 1.0 > > - LIBRARY_CLASS = PeCoffExtraActionLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER > > - > > - CONSTRUCTOR = DxeEmuPeCoffLibExtraActionConstructor > > - > > -# > > -# The following information is for reference only and not required by the build tools. > > -# > > -# VALID_ARCHITECTURES = 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 the 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" BASIS, > > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. > > + > > +# > > +# > > +## > > + > > +[Defines] > > + INF_VERSION = 0x00010005 > > + BASE_NAME = DxeEmuPeCoffExtraActionLib > > + FILE_GUID = 68FCD487-D230-6846-95B1-5E1F2EF942C4 > > + MODULE_TYPE = DXE_DRIVER > > + VERSION_STRING = 1.0 > > + LIBRARY_CLASS = PeCoffExtraActionLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER > > + > > + CONSTRUCTOR = DxeEmuPeCoffLibExtraActionConstructor > > + > > +# > > +# The following information is for reference only and not required by the build tools. > > +# > > +# VALID_ARCHITECTURES = 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/PeiEmuPeCoffExtraActionLib.inf b/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf > > index 9a757f7294..fdaf19ab6c 100644 > > --- a/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf > > +++ b/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.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 the 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" BASIS, > > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. > > - > > -# > > -# > > -## > > - > > -[Defines] > > - INF_VERSION = 0x00010005 > > - BASE_NAME = PeiEmuPeCoffExtraActionLib > > - FILE_GUID = 79C4E72A-730B-F040-8129-95877B3A97A8 > > - MODULE_TYPE = PEIM > > - VERSION_STRING = 1.0 > > - LIBRARY_CLASS = PeCoffExtraActionLib|PEI_CORE PEIM > > - > > -# > > -# The following information is for reference only and not required by the build tools. > > -# > > -# VALID_ARCHITECTURES = 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 the 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" BASIS, > > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. > > + > > +# > > +# > > +## > > + > > +[Defines] > > + INF_VERSION = 0x00010005 > > + BASE_NAME = PeiEmuPeCoffExtraActionLib > > + FILE_GUID = 79C4E72A-730B-F040-8129-95877B3A97A8 > > + MODULE_TYPE = PEIM > > + VERSION_STRING = 1.0 > > + LIBRARY_CLASS = PeCoffExtraActionLib|PEI_CORE PEIM > > + > > +# > > +# The following information is for reference only and not required by the build tools. > > +# > > +# VALID_ARCHITECTURES = 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 > > -# > > -# Copyright (c) 2012, Apple Inc. All rights reserved. > > -# Portions copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
> > -# > > -# This program and the accompanying materials > > -# are licensed and made available under the terms and conditions of the 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" BASIS, > > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. > > -# > > -# > > -## > > - > > -[Defines] > > - INF_VERSION = 0x00010005 > > - BASE_NAME = SmbiosLib > > - FILE_GUID = 881863A2-09FD-3E44-8D62-7AE038D03747 > > - MODULE_TYPE = DXE_DRIVER > > - VERSION_STRING = 1.0 > > - LIBRARY_CLASS = PcdLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVER > > - > > - CONSTRUCTOR = 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 reserved.
> > +# > > +# This program and the accompanying materials > > +# are licensed and made available under the terms and conditions of the 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" BASIS, > > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. > > +# > > +# > > +## > > + > > +[Defines] > > + INF_VERSION = 0x00010005 > > + BASE_NAME = SmbiosLib > > + FILE_GUID = 881863A2-09FD-3E44-8D62-7AE038D03747 > > + MODULE_TYPE = DXE_DRIVER > > + VERSION_STRING = 1.0 > > + LIBRARY_CLASS = PcdLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVER > > + > > + CONSTRUCTOR = 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/Vlv2TbltDevicePkg/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 > > -# > > -# This program and the accompanying materials are licensed and made available under > > -# the terms and conditions of the BSD License that 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" BASIS, > > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. > > -# > > +# > > +# This program and the accompanying materials are licensed and made available under > > +# the terms and conditions of the BSD License that 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" BASIS, > > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. > > +# > > # > > # > > # Module Name: > > diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.inf b/Vlv2TbltDevicePkg/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.
> > -# > > -# This program and the accompanying materials are licensed and made available under > > -# the terms and conditions of the BSD License that 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" BASIS, > > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. > > -# > > -# > > -# > > -# > > -## > > - > > -[Defines] > > - INF_VERSION = 0x00010005 > > - BASE_NAME = MiscSubclass > > - FILE_GUID = 4EFFB560-B28B-4e57-9DAD-4344E32EA3BA > > - MODULE_TYPE = DXE_DRIVER > > - VERSION_STRING = 1.0 > > - ENTRY_POINT = MiscSubclassDriverEntryPoint > > - > > -# > > -# The following information is for reference only and not required by the build tools. > > -# > > -# VALID_ARCHITECTURES = 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_CONSUMED > > - gEfiDxeSmmReadyToLockProtocolGuid # PROTOCOL ALWAYS_CONSUMED > > - gEfiDataHubProtocolGuid > > - gEfiMpServiceProtocolGuid > > - gMemInfoProtocolGuid > > - gEfiTdtOperationProtocolGuid > > - gDxePchPlatformPolicyProtocolGuid > > - gEfiSpiProtocolGuid > > - gEfiSimpleNetworkProtocolGuid > > - > > -[Pcd] > > - gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString > > - gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString > > - gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang > > - gEfiVLVTokenSpaceGuid.PcdEmmcManufacturerId > > - gEfiVLVTokenSpaceGuid.PcdProductSerialNumber > > - > > -[Depex] > > - gEfiSmbiosProtocolGuid AND gMemInfoProtocolGuid AND gEfiMpServiceProtocolGuid AND gEfiSimpleNetworkProtocolGuid > > +## @file > > +# Component name for module MiscSubclass > > +# > > +# FIX ME! > > +# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
> > +# > > +# This program and the accompanying materials are licensed and made available under > > +# the terms and conditions of the BSD License that 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" BASIS, > > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. > > +# > > +# > > +# > > +# > > +## > > + > > +[Defines] > > + INF_VERSION = 0x00010005 > > + BASE_NAME = MiscSubclass > > + FILE_GUID = 4EFFB560-B28B-4e57-9DAD-4344E32EA3BA > > + MODULE_TYPE = DXE_DRIVER > > + VERSION_STRING = 1.0 > > + ENTRY_POINT = MiscSubclassDriverEntryPoint > > + > > +# > > +# The following information is for reference only and not required by the build tools. > > +# > > +# VALID_ARCHITECTURES = 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_CONSUMED > > + gEfiDxeSmmReadyToLockProtocolGuid # PROTOCOL ALWAYS_CONSUMED > > + gEfiDataHubProtocolGuid > > + gEfiMpServiceProtocolGuid > > + gMemInfoProtocolGuid > > + gEfiTdtOperationProtocolGuid > > + gDxePchPlatformPolicyProtocolGuid > > + gEfiSpiProtocolGuid > > + gEfiSimpleNetworkProtocolGuid > > + > > +[Pcd] > > + gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString > > + gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString > > + gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang > > + gEfiVLVTokenSpaceGuid.PcdEmmcManufacturerId > > + gEfiVLVTokenSpaceGuid.PcdProductSerialNumber > > + > > +[Depex] > > + gEfiSmbiosProtocolGuid AND gMemInfoProtocolGuid AND gEfiMpServiceProtocolGuid AND gEfiSimpleNetworkProtocolGuid > > -- > > 2.11.0 > > > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel