From: "Laszlo Ersek" <lersek@redhat.com>
To: devel@edk2.groups.io
Cc: "Agyeman Prince" <prince.agyeman@intel.com>,
"Ard Biesheuvel" <ardb+tianocore@kernel.org>,
"Chasel Chiu" <chasel.chiu@intel.com>,
"Deepika Kethi Reddy" <deepika.kethi.reddy@intel.com>,
"Jeremy Soller" <jeremy@system76.com>,
"Kathappan Esakkithevar" <kathappan.esakkithevar@intel.com>,
"Kelly Steele" <kelly.steele@intel.com>,
"Leif Lindholm" <leif@nuviainc.com>,
"Marcin Wojtas" <mw@semihalf.com>,
"Meenakshi Aggarwal" <meenakshi.aggarwal@nxp.com>,
"Michael D Kinney" <michael.d.kinney@intel.com>,
"Nate DeSimone" <nathaniel.l.desimone@intel.com>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Rangasai V Chaganty" <rangasai.v.chaganty@intel.com>,
"Thomas Abraham" <thomas.abraham@arm.com>,
"Wenyi Xie" <xiewenyi2@huawei.com>, "Yi Qian" <yi.qian@intel.com>,
"Zailiang Sun" <zailiang.sun@intel.com>
Subject: [edk2-platforms PATCH 0/3] add OrderedCollectionLib class resolution
Date: Wed, 13 Jan 2021 09:28:40 +0100 [thread overview]
Message-ID: <20210113082843.9095-1-lersek@redhat.com> (raw)
The edk2 patch
ShellPkg/ShellCommandLib: add ShellSortFileList
for <https://bugzilla.tianocore.org/show_bug.cgi?id=3151> will make the
ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
instance dependent on the OrderedCollectionLib class. Because the shell
binaries in several silicon and platform DSCs in edk2-platforms consume
the above UefiShellCommandLib instance, resolve the OrderedCollectionLib
class in those DSCs.
Cc: Agyeman Prince <prince.agyeman@intel.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Deepika Kethi Reddy <deepika.kethi.reddy@intel.com>
Cc: Jeremy Soller <jeremy@system76.com>
Cc: Kathappan Esakkithevar <kathappan.esakkithevar@intel.com>
Cc: Kelly Steele <kelly.steele@intel.com>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Marcin Wojtas <mw@semihalf.com>
Cc: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
Cc: Thomas Abraham <thomas.abraham@arm.com>
Cc: Wenyi Xie <xiewenyi2@huawei.com>
Cc: Yi Qian <yi.qian@intel.com>
Cc: Zailiang Sun <zailiang.sun@intel.com>
Thanks
Laszlo
Laszlo Ersek (3):
Platform/BeagleBoard: add missing TimeBaseLib resolution
ARM Silicon and Platforms: add OrderedCollectionLib class resolution
Intel Platforms: add OrderedCollectionLib class resolution
Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 1 +
Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 1 +
Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc | 2 ++
Platform/Hisilicon/D03/D03.dsc | 1 +
Platform/Hisilicon/HiKey/HiKey.dsc | 1 +
Platform/Hisilicon/HiKey960/HiKey960.dsc | 1 +
Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc | 1 +
Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc | 1 +
Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc | 1 +
Platform/Intel/QuarkPlatformPkg/Quark.dsc | 1 +
Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc | 1 +
Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.dsc | 1 +
Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 1 +
Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 1 +
Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkg.dsc | 1 +
Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc | 1 +
Platform/LeMaker/CelloBoard/CelloBoard.dsc | 1 +
Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 1 +
Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 1 +
Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 1 +
Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 1 +
Silicon/NXP/NxpQoriqLs.dsc.inc | 1 +
22 files changed, 23 insertions(+)
base-commit: 47b4a1db02873ffe864486dfcc8a87c409bd3d4d
--
2.19.1.3.g30247aa5d201
next reply other threads:[~2021-01-13 8:28 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-13 8:28 Laszlo Ersek [this message]
2021-01-13 8:28 ` [edk2-platforms PATCH 1/3] Platform/BeagleBoard: add missing TimeBaseLib resolution Laszlo Ersek
2021-01-18 8:16 ` [edk2-devel] " Laszlo Ersek
2021-01-13 8:28 ` [edk2-platforms PATCH 2/3] ARM Silicon and Platforms: add OrderedCollectionLib class resolution Laszlo Ersek
2021-01-15 9:27 ` Marcin Wojtas
2021-01-18 8:19 ` [edk2-devel] " Laszlo Ersek
2021-01-13 8:28 ` [edk2-platforms PATCH 3/3] Intel " Laszlo Ersek
2021-01-15 23:34 ` [edk2-devel] " Nate DeSimone
2021-01-18 1:38 ` 回复: " gaoliming
2021-01-18 7:56 ` Laszlo Ersek
2021-01-18 8:16 ` Laszlo Ersek
2021-01-18 8:18 ` Laszlo Ersek
2021-01-15 8:50 ` [edk2-devel] [edk2-platforms PATCH 0/3] " Laszlo Ersek
2021-01-15 9:22 ` Ard Biesheuvel
2021-01-15 9:35 ` Laszlo Ersek
2021-01-15 22:04 ` Leif Lindholm
2021-01-18 7:41 ` Laszlo Ersek
2021-01-15 9:27 ` Philippe Mathieu-Daudé
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=20210113082843.9095-1-lersek@redhat.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