summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Gondois <Pierre.Gondois@arm.com>2021-04-27 11:17:11 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-04-28 12:03:51 +0000
commita145d5f240340d73b76cfcd893f2105ea0d27ee3 (patch)
treeaafce5124c23a4a16471791c8d77aec620b2f88d
parent3093c95de813110032a307f1a142216dd3ce611c (diff)
downloadedk2-a145d5f240340d73b76cfcd893f2105ea0d27ee3.tar.gz
edk2-a145d5f240340d73b76cfcd893f2105ea0d27ee3.tar.bz2
edk2-a145d5f240340d73b76cfcd893f2105ea0d27ee3.zip
ArmPkg: Re-order libraries in ArmPkg.dec
This patch alphabetically orders libraries advertised in ArmPkg.dec. Cc: Bret Barkelew <bret.barkelew@microsoft.com> Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Sami Mujawar <sami.mujawar@arm.com> Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com> Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
-rw-r--r--ArmPkg/ArmPkg.dec66
1 files changed, 33 insertions, 33 deletions
diff --git a/ArmPkg/ArmPkg.dec b/ArmPkg/ArmPkg.dec
index 151626039b..214b2f5892 100644
--- a/ArmPkg/ArmPkg.dec
+++ b/ArmPkg/ArmPkg.dec
@@ -27,69 +27,69 @@
Include # Root include for the package
[LibraryClasses.common]
- ## @libraryclass Provides an interface to Arm registers.
+ ## @libraryclass Convert Arm instructions to a human readable format.
#
- ArmLib|Include/Library/ArmLib.h
+ ArmDisassemblerLib|Include/Library/ArmDisassemblerLib.h
- ## @libraryclass Provides a Mmu interface.
+ ## @libraryclass Provides an interface to Arm generic counters.
#
- ArmMmuLib|Include/Library/ArmMmuLib.h
+ ArmGenericTimerCounterLib|Include/Library/ArmGenericTimerCounterLib.h
- ## @libraryclass Provides a semihosting interface.
+ ## @libraryclass Provides an interface to initialize a
+ # Generic Interrupt Controller (GIC).
#
- SemihostLib|Include/Library/SemihostLib.h
+ ArmGicArchLib|Include/Library/ArmGicArchLib.h
- ## @libraryclass Provides a default exception handler.
+ ## @libraryclass Provides a Generic Interrupt Controller (GIC)
+ # configuration interface.
#
- DefaultExceptionHandlerLib|Include/Library/DefaultExceptionHandlerLib.h
+ ArmGicLib|Include/Library/ArmGicLib.h
- ## @libraryclass Convert Arm instructions to a human readable format.
+ ## @libraryclass Provides a HyperVisor Call (HVC) interface.
#
- ArmDisassemblerLib|Include/Library/ArmDisassemblerLib.h
+ ArmHvcLib|Include/Library/ArmHvcLib.h
- ## @libraryclass Provides an interface to initialize a
- # Generic Interrupt Controller (GIC).
+ ## @libraryclass Provides an interface to Arm registers.
#
- ArmGicArchLib|Include/Library/ArmGicArchLib.h
+ ArmLib|Include/Library/ArmLib.h
+
+ ## @libraryclass Provides a Mmu interface.
+ #
+ ArmMmuLib|Include/Library/ArmMmuLib.h
## @libraryclass Provides a Mailbox Transport Layer (MTL) interface
# for the System Control and Management Interface (SCMI).
#
ArmMtlLib|Include/Library/ArmMtlLib.h
- ## @libraryclass Provides a SuperVisor Call (SVC) interface.
- #
- ArmSvcLib|Include/Library/ArmSvcLib.h
-
- ## @libraryclass Provides an OpTee interface.
- #
- OpteeLib|Include/Library/OpteeLib.h
-
- ## @libraryclass Provides an interface to a StandaloneMm Mmu.
+ ## @libraryclass Provides a System Monitor Call (SMC) interface.
#
- StandaloneMmMmuLib|Include/Library/StandaloneMmMmuLib.h
+ ArmSmcLib|Include/Library/ArmSmcLib.h
- ## @libraryclass Provides an interface to Arm generic counters.
+ ## @libraryclass Provides a SuperVisor Call (SVC) interface.
#
- ArmGenericTimerCounterLib|Include/Library/ArmGenericTimerCounterLib.h
-
- ## @libraryclass Provides a Generic Interrupt Controller (GIC)
- # configuration interface.
- ArmGicLib|Include/Library/ArmGicLib.h
+ ArmSvcLib|Include/Library/ArmSvcLib.h
- ## @libraryclass Provides a HyperVisor Call (HVC) interface.
+ ## @libraryclass Provides a default exception handler.
#
- ArmHvcLib|Include/Library/ArmHvcLib.h
+ DefaultExceptionHandlerLib|Include/Library/DefaultExceptionHandlerLib.h
## @libraryclass Provides an interface to query miscellaneous OEM
# information.
#
OemMiscLib|Include/Library/OemMiscLib.h
- ## @libraryclass Provides a System Monitor Call (SMC) interface.
+ ## @libraryclass Provides an OpTee interface.
#
- ArmSmcLib|Include/Library/ArmSmcLib.h
+ OpteeLib|Include/Library/OpteeLib.h
+
+ ## @libraryclass Provides a semihosting interface.
+ #
+ SemihostLib|Include/Library/SemihostLib.h
+ ## @libraryclass Provides an interface for a StandaloneMm Mmu.
+ #
+ StandaloneMmMmuLib|Include/Library/StandaloneMmMmuLib.h
[Guids.common]
gArmTokenSpaceGuid = { 0xBB11ECFE, 0x820F, 0x4968, { 0xBB, 0xA6, 0xF7, 0x6A, 0xFE, 0x30, 0x25, 0x96 } }