]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg: Move cache defs used in Universal/Smbios into ArmCache.h
authorRebecca Cran <rebecca@nuviainc.com>
Mon, 14 Jun 2021 18:57:49 +0000 (12:57 -0600)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 18 Jun 2021 15:25:57 +0000 (15:25 +0000)
commita63914d3f603580e5aeceb5edbafe56688210141
tree632ba952c0958c48b59801697c1262c422055f93
parent1162ae8297e1fc9871e615cad7d505d639b7ed0c
ArmPkg: Move cache defs used in Universal/Smbios into ArmCache.h

Many of the cache definitions in ArmLibPrivate.h are being used outside
of ArmLib, in Universal/Smbios. Move them into ArmCache.h to make them
public, and remove the include of ArmLibPrivate.h from files in
Universal/Smbios.

Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
ArmPkg/Include/IndustryStandard/ArmCache.h [new file with mode: 0644]
ArmPkg/Include/Library/ArmLib.h
ArmPkg/Library/ArmLib/ArmLibPrivate.h
ArmPkg/Universal/Smbios/ProcessorSubClassDxe/ProcessorSubClass.c
ArmPkg/Universal/Smbios/ProcessorSubClassDxe/SmbiosProcessorAArch64.c
ArmPkg/Universal/Smbios/ProcessorSubClassDxe/SmbiosProcessorArm.c
ArmPkg/Universal/Smbios/ProcessorSubClassDxe/SmbiosProcessorArmCommon.c