diff options
author | Olivier Martin <olivier.martin@arm.com> | 2014-03-01 11:00:07 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-03-01 11:00:07 +0000 |
commit | f6c5a29bb9041caf66426ddced7454f9051124eb (patch) | |
tree | 6ef4f5253d217f182209668cab63bcc22b80858b /ArmPkg/Include | |
parent | 992a1f830d94d87d98c1e2066f46f00200bdfd4c (diff) | |
download | edk2-platforms-f6c5a29bb9041caf66426ddced7454f9051124eb.tar.xz |
ArmPkg/ArmLib: Rationalise ArmReadMidr and cognate functions.
The function ArmReadMidr has been recently added, but that functionality was
already present under other names such as Cp15IdCode and ArmMainIdCode. This
change removes redundant code and moves the function to the Common library.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15276 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Include')
-rw-r--r-- | ArmPkg/Include/Library/ArmLib.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ArmPkg/Include/Library/ArmLib.h b/ArmPkg/Include/Library/ArmLib.h index 9694b9d06d..82f0c4b39c 100644 --- a/ArmPkg/Include/Library/ArmLib.h +++ b/ArmPkg/Include/Library/ArmLib.h @@ -214,12 +214,6 @@ ArmReadIdPfr1 ( UINT32
EFIAPI
-Cp15IdCode (
- VOID
- );
-
-UINT32
-EFIAPI
Cp15CacheInfo (
VOID
);
|