mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
ArmPkg,MdePkg: move ArmLib.h to MdePkg
Related to https://bugzilla.tianocore.org/show_bug.cgi?id=4121, but not resolving it. (Nearly?) all of ArmPkg describes industry standard behaviour, and hence according to general rules, ought to live in MdePkg. Addressing this will however be a substantial task. Take a first step by moving the ArmLib interface definition to MdePkg, as discussed in https://edk2.groups.io/g/devel/topic/patch_v5_2_6/102725178 Continuous-integration-options: PatchCheck.ignore-multi-package Cc: Pierre Gondois <pierre.gondois@arm.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Sami Mujawar <sami.mujawar@arm.com> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
This commit is contained in:
parent
5e776299a2
commit
f2b9d5417d
@ -50,10 +50,6 @@
|
||||
#
|
||||
ArmHvcLib|Include/Library/ArmHvcLib.h
|
||||
|
||||
## @libraryclass Provides an interface to Arm registers.
|
||||
#
|
||||
ArmLib|Include/Library/ArmLib.h
|
||||
|
||||
## @libraryclass Provides a Mmu interface.
|
||||
#
|
||||
ArmMmuLib|Include/Library/ArmMmuLib.h
|
||||
|
@ -461,6 +461,12 @@ F: MdePkg/Include/IndustryStandard/SpiNorFlashJedecSfdp.h
|
||||
M: Abner Chang <abner.chang@amd.com> [changab]
|
||||
R: Brit Chesley <brit.chesley@amd.com> [BritChesley]
|
||||
|
||||
MdePkg: ARM/AARCH64 standard interfaces
|
||||
F: MdePkg/Include/Library/ArmLib.h
|
||||
M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
|
||||
M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
|
||||
R: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
|
||||
|
||||
NetworkPkg
|
||||
F: NetworkPkg/
|
||||
W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
|
||||
|
@ -339,6 +339,11 @@
|
||||
## @libraryclass Provides function to make ecalls to SBI
|
||||
BaseRiscVSbiLib|Include/Library/BaseRiscVSbiLib.h
|
||||
|
||||
[LibraryClasses.ARM, LibraryClasses.AARCH64]
|
||||
## @libraryclass Provides an interface to Arm registers.
|
||||
#
|
||||
ArmLib|Include/Library/ArmLib.h
|
||||
|
||||
[Guids]
|
||||
#
|
||||
# GUID defined in UEFI2.1/UEFI2.0/EFI1.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user