X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ArmPkg%2FLibrary%2FArmLib%2FCommon%2FArm%2FArmLibSupport.S;fp=ArmPkg%2FLibrary%2FArmLib%2FCommon%2FArm%2FArmLibSupport.S;h=57b205a7a826033728374dd4b49f620711f957f3;hb=f6c5a29bb9041caf66426ddced7454f9051124eb;hp=4c95565e8f085c004609e88e31256855aa5a5f31;hpb=992a1f830d94d87d98c1e2066f46f00200bdfd4c;p=mirror_edk2.git diff --git a/ArmPkg/Library/ArmLib/Common/Arm/ArmLibSupport.S b/ArmPkg/Library/ArmLib/Common/Arm/ArmLibSupport.S index 4c95565e8f..57b205a7a8 100644 --- a/ArmPkg/Library/ArmLib/Common/Arm/ArmLibSupport.S +++ b/ArmPkg/Library/ArmLib/Common/Arm/ArmLibSupport.S @@ -1,7 +1,7 @@ #------------------------------------------------------------------------------ # # Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
-# Copyright (c) 2011-2013, ARM Limited. All rights reserved. +# Copyright (c) 2011 - 2014, ARM Limited. All rights reserved. # # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -23,7 +23,7 @@ .text .align 2 -GCC_ASM_EXPORT(Cp15IdCode) +GCC_ASM_EXPORT(ArmReadMidr) GCC_ASM_EXPORT(Cp15CacheInfo) GCC_ASM_EXPORT(ArmGetInterruptState) GCC_ASM_EXPORT(ArmGetFiqState) @@ -50,7 +50,7 @@ GCC_ASM_EXPORT(ArmReadSctlr) #------------------------------------------------------------------------------ -ASM_PFX(Cp15IdCode): +ASM_PFX(ArmReadMidr): mrc p15,0,R0,c0,c0,0 bx LR