public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Chiu, Chasel" <chasel.chiu@intel.com>
To: "Chuang, SofiaX" <sofiax.chuang@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Agyeman, Prince" <prince.agyeman@intel.com>
Subject: Re: [edk2-devel][PATCH v5 3/7] SimicsOpenBoard: Move ReportCpuHob library path
Date: Tue, 11 May 2021 09:37:54 +0000	[thread overview]
Message-ID: <SN6PR11MB2814550CBBC0B07A82A43EBCE6539@SN6PR11MB2814.namprd11.prod.outlook.com> (raw)
In-Reply-To: <2f49f6210650d7389835b38b58840bf2dc0cbad4.1620675658.git.sofiax.chuang@intel.com>


Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>

> -----Original Message-----
> From: Chuang, SofiaX <sofiax.chuang@intel.com>
> Sent: Tuesday, May 11, 2021 3:54 AM
> To: devel@edk2.groups.io
> Cc: Chuang, SofiaX <sofiax.chuang@intel.com>; Agyeman, Prince
> <prince.agyeman@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>
> Subject: [edk2-devel][PATCH v5 3/7]
> SimicsOpenBoard: Move ReportCpuHob library path
> 
> From: SofiaX Chuang <sofiax.chuang@intel.com>
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3298
> 
> Move ReportCpuHob library from MinPlatformPkg to IntelSiliconPkg.
> 
> Cc: Agyeman Prince <prince.agyeman@intel.com>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> ---
>  .../SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.dsc | 11 ++++++++---
>  1 file changed, 8 insertions(+), 3 deletions(-)
> 
> diff --git
> a/Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.dsc
> b/Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.dsc
> index 77c408a326..93a7d1df55 100644
> --- a/Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.dsc
> +++ b/Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.dsc
> @@ -1,7 +1,7 @@
>  ## @file
> 
>  #  The main build description file for the X58Ich10 board.
> 
>  #
> 
> -# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR>
> 
> +# Copyright (c) 2019 - 2021, Intel Corporation. All rights reserved.<BR>
> 
>  #
> 
>  # SPDX-License-Identifier: BSD-2-Clause-Patent
> 
>  #
> 
> @@ -42,7 +42,8 @@
>    DEFINE NETWORK_ISCSI_ENABLE           = FALSE
> 
>    DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE
> 
> 
> 
> -  !include AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc
> 
> 
> +  !include AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc
> 
> +
> 
>    !include $(PROJECT)/OpenBoardPkgPcd.dsc
> 
>    !include AdvancedFeaturePkg/Include/AdvancedFeatures.dsc
> 
> 
> 
> @@ -137,6 +138,11 @@
>    MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf
> 
>    VmgExitLib|UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.inf
> 
> 
> 
> +  #####################################
> 
> +  # Silicon Package
> 
> +  #####################################
> 
> +
> ReportCpuHobLib|IntelSiliconPkg/Library/ReportCpuHobLib/ReportCpuHobLib.i
> nf
> 
> +
> 
>    #####################################
> 
>    # Platform Package
> 
>    #####################################
> 
> @@ -145,7 +151,6 @@
>  !endif
> 
> 
> TestPointLib|$(PLATFORM_PACKAGE)/Test/Library/TestPointLib/PeiTestPointLib
> .inf
> 
> 
> SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCacheM
> trrLib.inf
> 
> -
> ReportCpuHobLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/ReportCpuHob
> Lib/ReportCpuHobLib.inf
> 
> 
> 
>  [LibraryClasses.common.DXE_DRIVER]
> 
> 
> 
> --
> 2.27.0


  reply	other threads:[~2021-05-11  9:38 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-10 19:54 [edk2-devel][PATCH v5 0/7] Move ReportCpuHobLib from MiniPlatformPkg to IntelSiliconPkg sofiax.chuang
2021-05-10 19:54 ` [edk2-devel][PATCH v5 1/7] IntelSiliconPkg/ReportCpuHobLib: Add ReportCpuHobLib sofiax.chuang
2021-05-12  1:25   ` Ni, Ray
2021-05-12  2:38   ` Chaganty, Rangasai V
2021-05-10 19:54 ` [edk2-devel][PATCH v5 2/7] TigerlakeOpenBoard: Move ReportCpuHob library path sofiax.chuang
2021-05-11  8:40   ` Heng Luo
2021-05-12  1:12   ` Chaganty, Rangasai V
2021-05-10 19:54 ` [edk2-devel][PATCH v5 3/7] SimicsOpenBoard: " sofiax.chuang
2021-05-11  9:37   ` Chiu, Chasel [this message]
2021-05-10 19:54 ` [edk2-devel][PATCH v5 4/7] KabylakeOpenBoard: " sofiax.chuang
2021-05-11  9:38   ` Chiu, Chasel
2021-05-10 19:54 ` [edk2-devel][PATCH v5 5/7] WhiskeylakeOpenBoard: Move " sofiax.chuang
2021-05-11  9:38   ` Chiu, Chasel
2021-05-10 19:54 ` [edk2-devel][PATCH v5 6/7] MiniPlatformPkg: Move ReportCpuHob " sofiax.chuang
2021-05-11  9:39   ` Chiu, Chasel
2021-05-10 19:54 ` [edk2-devel][PATCH v5 7/7] CometlakeOpenBoard: " sofiax.chuang
2021-05-12  1:13   ` Chaganty, Rangasai V

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=SN6PR11MB2814550CBBC0B07A82A43EBCE6539@SN6PR11MB2814.namprd11.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox