public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Gao, Zhichao" <zhichao.gao@intel.com>
To: devel@edk2.groups.io
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	Leif Lindholm <leif.lindholm@linaro.org>,
	Michael D Kinney <michael.d.kinney@intel.com>,
	Michael Kubacki <michael.a.kubacki@intel.com>,
	Chasel Chiu <chasel.chiu@intel.com>,
	Nate DeSimone <nathaniel.l.desimone@intel.com>,
	Zailiang Sun <zailiang.sun@intel.com>,
	Yi Qian <yi.qian@intel.com>,
	Kelly Steele <kelly.steele@intel.com>
Subject: [edk2-devel][edk2-platforms: 00/22] Add ResetUtilityLib to dsc files that contian CapsuleRuntimeDxe
Date: Thu,  8 Aug 2019 09:08:50 +0800	[thread overview]
Message-ID: <20190808010912.28768-1-zhichao.gao@intel.com> (raw)

The ResetUtilityLib would be consumed by CapsuleRuntimeDxe.
So add it to the related platform dsc files.

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: Zailiang Sun <zailiang.sun@intel.com>
Cc: Yi Qian <yi.qian@intel.com>
Cc: Kelly Steele <kelly.steele@intel.com>

Zhichao Gao (22):
  Platform/ARM/JunoPkg/ArmJuno.dsc: Add ResetUtilityLib to dsc file
  Platform/ArmVExpress-CTA15-A7.dsc: Add ResetUtilityLib to dsc file
  Platform/ArmVExpress-FVP-AArch64.dsc: Add ResetUtilityLib to dsc file
  Platform/BeagleBoardPkg.dsc: Add ResetUtilityLib to dsc file
  Platform/CelloBoard.dsc: Add ResetUtilityLib to dsc file
  Platform/CoreDxeInclude.dsc: Add ResetUtilityLib to dsc file
  Platform/D03.dsc: Add ResetUtilityLib to dsc file
  Platform/D05.dsc: Add ResetUtilityLib to dsc file
  Platform/D06.dsc: Add ResetUtilityLib to dsc file
  Platform/DeveloperBox.dsc: Add ResetUtilityLib to dsc file
  Platform/HiKey.dsc: Add ResetUtilityLib to dsc file
  Platform/HiKey960.dsc: Add ResetUtilityLib to dsc file
  Platform/Overdrive1000Board.dsc: Add ResetUtilityLib to dsc file
  Platform/OverdriveBoard.dsc: Add ResetUtilityLib to dsc file
  Platform: Add ResetUtilityLib to vlv2 PlatformPkgIA32.dsc
  Platform: Add ResetUtilityLib to vlv2 PlatformPkgX64.dsc
  Platform/Quark.dsc: Add ResetUtilityLib to dsc file
  Platform/QuarkMin.dsc: Add ResetUtilityLib to dsc file
  Platform/RDKQemu.dsc: Add ResetUtilityLib to dsc file
  Platform/RPi3.dsc: Add ResetUtilityLib to dsc file
  Platform/SgiPlatform.dsc: Add ResetUtilityLib to dsc file
  Platform/SynQuacerEvalBoard.dsc: Add ResetUtilityLib to dsc file

 Platform/AMD/OverdriveBoard/OverdriveBoard.dsc               | 2 ++
 Platform/ARM/JunoPkg/ArmJuno.dsc                             | 2 ++
 Platform/ARM/SgiPkg/SgiPlatform.dsc                          | 2 ++
 Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc            | 2 ++
 Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc         | 2 ++
 Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc       | 2 ++
 Platform/Comcast/RDKQemu/RDKQemu.dsc                         | 2 ++
 Platform/Hisilicon/D03/D03.dsc                               | 2 ++
 Platform/Hisilicon/D05/D05.dsc                               | 2 ++
 Platform/Hisilicon/D06/D06.dsc                               | 2 ++
 Platform/Hisilicon/HiKey/HiKey.dsc                           | 2 ++
 Platform/Hisilicon/HiKey960/HiKey960.dsc                     | 2 ++
 Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc | 5 ++++-
 Platform/Intel/QuarkPlatformPkg/Quark.dsc                    | 2 ++
 Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc                 | 2 ++
 Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc         | 2 ++
 Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc          | 2 ++
 Platform/LeMaker/CelloBoard/CelloBoard.dsc                   | 2 ++
 Platform/RaspberryPi/RPi3/RPi3.dsc                           | 2 ++
 Platform/Socionext/DeveloperBox/DeveloperBox.dsc             | 2 ++
 Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 2 ++
 Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc  | 2 ++
 22 files changed, 46 insertions(+), 1 deletion(-)

-- 
2.21.0.windows.1


             reply	other threads:[~2019-08-08  1:09 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-08  1:08 Gao, Zhichao [this message]
2019-08-08  1:08 ` [edk2-devel][edk2-platforms: 01/22] Platform/ARM/JunoPkg/ArmJuno.dsc: Add ResetUtilityLib to dsc file Gao, Zhichao
2019-08-08  1:08 ` [edk2-devel][edk2-platforms: 02/22] Platform/ArmVExpress-CTA15-A7.dsc: " Gao, Zhichao
2019-08-08  1:08 ` [edk2-devel][edk2-platforms: 03/22] Platform/ArmVExpress-FVP-AArch64.dsc: " Gao, Zhichao
2019-08-08  1:08 ` [edk2-devel][edk2-platforms: 04/22] Platform/BeagleBoardPkg.dsc: " Gao, Zhichao
2019-08-08  1:08 ` [edk2-devel][edk2-platforms: 05/22] Platform/CelloBoard.dsc: " Gao, Zhichao
2019-08-08  1:08 ` [edk2-devel][edk2-platforms: 06/22] Platform/CoreDxeInclude.dsc: " Gao, Zhichao
2019-08-08  1:08 ` [edk2-devel][edk2-platforms: 07/22] Platform/D03.dsc: " Gao, Zhichao
2019-08-08  1:08 ` [edk2-devel][edk2-platforms: 08/22] Platform/D05.dsc: " Gao, Zhichao
2019-08-08  1:08 ` [edk2-devel][edk2-platforms: 09/22] Platform/D06.dsc: " Gao, Zhichao
2019-08-08  1:09 ` [edk2-devel][edk2-platforms: 10/22] Platform/DeveloperBox.dsc: " Gao, Zhichao
2019-08-08  1:09 ` [edk2-devel][edk2-platforms: 11/22] Platform/HiKey.dsc: " Gao, Zhichao
2019-08-08  1:09 ` [edk2-devel][edk2-platforms: 12/22] Platform/HiKey960.dsc: " Gao, Zhichao
2019-08-08  1:09 ` [edk2-devel][edk2-platforms: 13/22] Platform/Overdrive1000Board.dsc: " Gao, Zhichao
2019-08-08  1:09 ` [edk2-devel][edk2-platforms: 14/22] Platform/OverdriveBoard.dsc: " Gao, Zhichao
2019-08-08  1:09 ` [edk2-devel][edk2-platforms: 15/22] Platform: Add ResetUtilityLib to vlv2 PlatformPkgIA32.dsc Gao, Zhichao
2019-08-08  1:09 ` [edk2-devel][edk2-platforms: 16/22] Platform: Add ResetUtilityLib to vlv2 PlatformPkgX64.dsc Gao, Zhichao
2019-08-08  1:09 ` [edk2-devel][edk2-platforms: 17/22] Platform/Quark.dsc: Add ResetUtilityLib to dsc file Gao, Zhichao
2019-08-08  1:09 ` [edk2-devel][edk2-platforms: 18/22] Platform/QuarkMin.dsc: " Gao, Zhichao
2019-08-08  1:09 ` [edk2-devel][edk2-platforms: 19/22] Platform/RDKQemu.dsc: " Gao, Zhichao
2019-08-08  1:09 ` [edk2-devel][edk2-platforms: 20/22] Platform/RPi3.dsc: " Gao, Zhichao
2019-08-08  1:09 ` [edk2-devel][edk2-platforms: 21/22] Platform/SgiPlatform.dsc: " Gao, Zhichao
2019-08-08  1:09 ` [edk2-devel][edk2-platforms: 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=20190808010912.28768-1-zhichao.gao@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