For the series: Reviewed-by: Leif Lindholm <[email protected]> Thanks!
On Wed, Jun 03, 2020 at 18:06:24 +0200, Laszlo Ersek wrote: > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2778 > Repo: https://pagure.io/lersek/edk2.git > Branch: sort_maintainers > > We originally meant to keep the subsystem (package) titles sorted, in > "Maintainers.txt". > > However, as of 7191dd3c5990 ("ArmPkg/PlatformBootManagerLib: reject > 'default' parity and stop bit count", 2020-06-03), we have some disorder > introduced. > > This patch series restores lexicographical order between the subsystem > (package) headers. > > The package / subsystem headers can be collected with the following > small script: > > $ dos2unix < Maintainers.txt \ > | sed -n -e '/^EDK II Packages:$/,$p' \ > | tail -n +3 \ > | grep -E -v '^($|[LMRWTSFX]:)' > > Where > > - "dos2unix" strips CRs, > > - "sed" removes the first part of the file that precedes the "EDK II > Packages:" heading, > > - "tail" removes that heading plus the underline on the next line, > > - and "grep" removes the empty lines and the section entries. > > What remains is the section headers. > > Here's a comparison between the outputs of this script, before (that is, > at commit 7191dd3c5990) and after the series is applied: > > > @@ -1,42 +1,42 @@ > > ArmPkg > > ArmPlatformPkg > > ArmVirtPkg > > ArmVirtPkg: modules used on Xen > > BaseTools > > CryptoPkg > > DynamicTablesPkg > > EmbeddedPkg > > EmulatorPkg > > FatPkg > > FmpDevicePkg > > IntelFsp2Pkg > > IntelFsp2WrapperPkg > > MdeModulePkg > > MdeModulePkg: ACPI modules > > -MdeModulePkg: ACPI S3 modules > > +MdeModulePkg: ACPI modules related to S3 > > MdeModulePkg: BDS modules > > MdeModulePkg: Console and Graphics modules > > MdeModulePkg: Core services (PEI, DXE and Runtime) modules > > MdeModulePkg: Device and Peripheral modules > > MdeModulePkg: Firmware Update modules > > MdeModulePkg: HII and UI modules > > MdeModulePkg: Management Mode (MM, SMM) modules > > MdeModulePkg: Reset modules > > MdeModulePkg: SMBIOS modules > > MdeModulePkg: UEFI Variable modules > > MdePkg > > NetworkPkg > > OvmfPkg > > -OvmfPkg: Xen-related modules > > -OvmfPkg: TCG- and TPM2-related modules > > OvmfPkg: CSM modules > > OvmfPkg: MptScsi and PVSCSI driver > > +OvmfPkg: TCG- and TPM2-related modules > > +OvmfPkg: Xen-related modules > > PcAtChipsetPkg > > SecurityPkg > > ShellPkg > > SignedCapsulePkg > > SourceLevelDebugPkg > > +StandaloneMmPkg > > UefiCpuPkg > > UefiPayloadPkg > > UnitTestFrameworkPkg > > -StandaloneMmPkg > > Cc: Andrew Fish <[email protected]> > Cc: Anthony Perard <[email protected]> > Cc: Ard Biesheuvel <[email protected]> > Cc: David Woodhouse <[email protected]> > Cc: Eric Dong <[email protected]> > Cc: Hao A Wu <[email protected]> > Cc: Jiewen Yao <[email protected]> > Cc: Jordan Justen <[email protected]> > Cc: Julien Grall <[email protected]> > Cc: Leif Lindholm <[email protected]> > Cc: Liran Alon <[email protected]> > Cc: Marc-André Lureau <[email protected]> > Cc: Michael Kinney <[email protected]> > Cc: Nikita Leshenko <[email protected]> > Cc: Philippe Mathieu-Daudé <[email protected]> > Cc: Sami Mujawar <[email protected]> > Cc: Stefan Berger <[email protected]> > Cc: Supreeth Venkatesh <[email protected]> > > Thanks, > Laszlo > > Laszlo Ersek (3): > Maintainers.txt: retitle "MdeModulePkg: ACPI S3 modules" > Maintainers.txt: restore order of OvmfPkg sections > Maintainers.txt: move StandaloneMmPkg to the right spot > > Maintainers.txt | 54 ++++++++++---------- > 1 file changed, 27 insertions(+), 27 deletions(-) > > -- > 2.19.1.3.g30247aa5d201 > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#60687): https://edk2.groups.io/g/devel/message/60687 Mute This Topic: https://groups.io/mt/74652695/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
