We keep seeing new users (and copies) of EmbeddedPkg:s MmcDxe, which
while it predates the MdeModulePkg SD/(E)MMCsupport is in effect
unmaintained and also duplicates core industry standard definitions.
Since we now have GetMaintainers.py to parse Maintainers.txt for us,
extend its functionality to warn about less supported code.
Then as an indication of its unsuitability for reference (or use), set
its Status flag in Maintainers.txt to Obsolete.
Once this is done, follow up and do the same with the hardware drivers
(not the software ones) still left in EmbeddedPkg/Drivers. They were
added back when not using the UEFI driver model was still cool, or
simply before edk2-platforms existed.
They should move to edk2-platforms, but most of them require some
level of rewriting before that.
1/3 adds a warning printout to GetMaintainer.py
2/3 obsoletes EmbeddedPkg/Universal/MmcDxe/
3/3 obsoletes remaining hw drivers in EmbeddedPkg/Drivers
Cc: Andrew Fish <afish@apple.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Leif Lindholm (3):
BaseTools: add handling for 'S:' flag to GetMaintainer.py
Maintainers.txt: mark EmbeddedPkg MmcDxe as Obsolete
Maintainers.txt: mark EmbeddedPkg hw drivers as bsolete
BaseTools/Scripts/GetMaintainer.py | 4 ++++
Maintainers.txt | 17 +++++++++++++++++
2 files changed, 21 insertions(+)
--
2.20.1