From: "Laszlo Ersek" <lersek@redhat.com>
To: edk2-devel-groups-io <devel@edk2.groups.io>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>,
Jian Wang <jian.j.wang@intel.com>,
Leif Lindholm <leif.lindholm@linaro.org>,
Ting Ye <ting.ye@intel.com>
Subject: [PATCH 0/4] Arm, ArmPlatform, Crypto, Embedded: list internal headers in [Sources]
Date: Fri, 19 Jul 2019 18:43:15 +0200 [thread overview]
Message-ID: <20190719164319.9070-1-lersek@redhat.com> (raw)
Repo: https://github.com/lersek/edk2.git
Branch: internal_hdrs
The BaseTools build feature introduced for TianoCore#1804 / in commit
1fa6699e6cd4 ("BaseTools: Add a checking for Sources section in INF
file", 2019-06-10) logs some (non-fatal) warnings about unlisted
internal header files. List those files explicitly.
Note: header files are added in lexicographical order only if the
underlying INF file already keeps the [Sources] and [LibraryClasses]
sections in lexicographical order. Otherwise, header files are added in
rough "logical" order.
The set of INF files to update was determined as follows:
- build the OVMF and ArmVirt platforms
- collect all the warnings
- exclude all warnings that refer to "CryptoPkg/Library/OpensslLib"
(parts of those INF files are generated, so it's likely that the
generator should be updated -- but that's for someone else)
- for each remaining INF file, check if there are *other* INF files in
the same directory (possibly unused by OVMF and ArmVirt platforms)
- fix up each collected INF file as needed (check if at least one C file
listed in [Sources] actually includes the reported header)
The series was validated as follows:
- build the OVMF and ArmVirt platforms
- rebuild each modified INF with the "-m" switch, via its own package
platform DSC (not via OVMF / ArmVirt)
- wherever [Sources] is split between arches, rebuild the INF for all
relevant arches
- ascertain the warnings are gone
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Jian Wang <jian.j.wang@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Ting Ye <ting.ye@intel.com>
Thanks
Laszlo
Laszlo Ersek (4):
ArmPkg: list module-internal header files in INF [Sources]
ArmPlatformPkg: list module-internal header files in INF [Sources]
CryptoPkg/BaseCryptLib: list module-internal header files in INF
[Sources]
EmbeddedPkg: list module-internal header files in INF [Sources]
ArmPkg/Drivers/ArmGic/ArmGicDxe.inf | 1 +
ArmPkg/Library/ArmLib/ArmBaseLib.inf | 3 +++
ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 1 +
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf | 1 +
ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf | 1 +
ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf | 1 +
ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf | 1 +
CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf | 1 +
CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf | 1 +
CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | 1 +
EmbeddedPkg/Library/FdtLib/FdtLib.inf | 1 +
EmbeddedPkg/Library/PrePiLib/PrePiLib.inf | 1 +
12 files changed, 14 insertions(+)
--
2.19.1.3.g30247aa5d201
next reply other threads:[~2019-07-19 16:43 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-19 16:43 Laszlo Ersek [this message]
2019-07-19 16:43 ` [PATCH 1/4] ArmPkg: list module-internal header files in INF [Sources] Laszlo Ersek
2019-07-19 16:43 ` [PATCH 2/4] ArmPlatformPkg: " Laszlo Ersek
2019-07-19 17:13 ` [edk2-devel] " Philippe Mathieu-Daudé
2019-07-19 16:43 ` [PATCH 3/4] CryptoPkg/BaseCryptLib: " Laszlo Ersek
2019-07-19 17:09 ` [edk2-devel] " Philippe Mathieu-Daudé
2019-07-22 5:48 ` Wang, Jian J
2019-07-19 16:43 ` [PATCH 4/4] EmbeddedPkg: " Laszlo Ersek
2019-07-19 17:08 ` [edk2-devel] " Philippe Mathieu-Daudé
2019-07-22 10:37 ` [PATCH 0/4] Arm, ArmPlatform, Crypto, Embedded: list internal headers in [Sources] Leif Lindholm
2019-07-22 17:32 ` Laszlo Ersek
2019-07-22 18:47 ` [edk2-devel] " Michael D Kinney
2019-07-22 22:56 ` Laszlo Ersek
2019-07-23 9:06 ` Leif Lindholm
2019-07-23 11:54 ` Laszlo Ersek
2019-07-23 12:19 ` Leif Lindholm
2019-07-23 13:02 ` Liming Gao
2019-07-23 13:25 ` Leif Lindholm
2019-07-23 17:23 ` Laszlo Ersek
2019-07-24 15:17 ` Liming Gao
2019-07-24 17:00 ` Leif Lindholm
2019-07-25 19:27 ` Laszlo Ersek
2019-07-23 17:02 ` Laszlo Ersek
2019-07-22 22:30 ` Laszlo Ersek
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=20190719164319.9070-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