public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Kubacki, Michael A" <michael.a.kubacki@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"Gao, Zhichao" <zhichao.gao@intel.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	Leif Lindholm <leif.lindholm@linaro.org>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>,
	"Chiu, Chasel" <chasel.chiu@intel.com>,
	"Desimone, Nathaniel L" <nathaniel.l.desimone@intel.com>,
	"Gao, Liming" <liming.gao@intel.com>
Subject: Re: [edk2-devel][edk2-platfoms][PATCH v2 06/22] Platform/CoreDxeInclude.dsc: Add ResetUtilityLib to dsc file
Date: Tue, 13 Aug 2019 01:57:12 +0000	[thread overview]
Message-ID: <49AB4ACB9627B8468F29D589A27B745588A42D23@ORSMSX122.amr.corp.intel.com> (raw)
In-Reply-To: <20190812030539.16060-7-zhichao.gao@intel.com>

Reviewed-by: Michael Kubacki <michael.a.kubacki@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Gao,
> Zhichao
> Sent: Sunday, August 11, 2019 8:05 PM
> To: devel@edk2.groups.io
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>; Leif Lindholm
> <leif.lindholm@linaro.org>; Kinney, Michael D <michael.d.kinney@intel.com>;
> Kubacki, Michael A <michael.a.kubacki@intel.com>; Chiu, Chasel
> <chasel.chiu@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>; Gao, Liming <liming.gao@intel.com>
> Subject: [edk2-devel][edk2-platfoms][PATCH v2 06/22]
> Platform/CoreDxeInclude.dsc: Add ResetUtilityLib to dsc file
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772
> 
> ResetUtilityLib would be consumed by CapsuleRuntimeDxe.
> So add it for the platform dsc file.
> 
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Cc: Leif Lindholm <leif.lindholm@linaro.org>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Michael Kubacki <michael.a.kubacki@intel.com>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
> ---
>  Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc
> b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc
> index f0e578f8cceb..9d043953b327 100644
> --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc
> +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc
> @@ -58,7 +58,10 @@
>  !endif
>    }
> 
> -  MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
> +  MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf {
> +    <LibraryClasses>
> +      ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf
> +  }
> 
>    #UefiCpuPkg/CpuDxe/CpuDxe.inf
> 
> --
> 2.21.0.windows.1
> 
> 
> 


  parent reply	other threads:[~2019-08-13  1:57 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-12  3:05 [edk2-devel][edk2-platfoms][PATCH v2 00/22] Add ResetUtilityLib to dsc files that contian CapsuleRuntimeDxe Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 01/22] Platform/ARM/JunoPkg/ArmJuno.dsc: Add ResetUtilityLib to dsc file Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 02/22] Platform/ArmVExpress-CTA15-A7.dsc: " Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 03/22] Platform/ArmVExpress-FVP-AArch64.dsc: " Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 04/22] Platform/BeagleBoardPkg.dsc: " Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 05/22] Platform/CelloBoard.dsc: " Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 06/22] Platform/CoreDxeInclude.dsc: " Gao, Zhichao
2019-08-12  3:22   ` Chiu, Chasel
2019-08-13  1:47   ` Nate DeSimone
2019-08-13  1:57   ` Kubacki, Michael A [this message]
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 07/22] Platform/D03.dsc: " Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 08/22] Platform/D05.dsc: " Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 09/22] Platform/D06.dsc: " Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 10/22] Platform/DeveloperBox.dsc: " Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 11/22] Platform/HiKey.dsc: " Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 12/22] Platform/HiKey960.dsc: " Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 13/22] Platform/Overdrive1000Board.dsc: " Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 14/22] Platform/OverdriveBoard.dsc: " Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 15/22] Platform: Add ResetUtilityLib to vlv2 PlatformPkgIA32.dsc Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 16/22] Platform: Add ResetUtilityLib to vlv2 PlatformPkgX64.dsc Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 17/22] Platform/Quark.dsc: Add ResetUtilityLib to dsc file Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 18/22] Platform/QuarkMin.dsc: " Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 19/22] Platform/RDKQemu.dsc: " Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 20/22] Platform/RPi3.dsc: " Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 21/22] Platform/SgiPlatform.dsc: " Gao, Zhichao
2019-08-12  3:05 ` [edk2-devel][edk2-platfoms][PATCH v2 22/22] Platform/SynQuacerEvalBoard.dsc: " Gao, Zhichao

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=49AB4ACB9627B8468F29D589A27B745588A42D23@ORSMSX122.amr.corp.intel.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