]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePeiCore/Arm/SwitchStack.asm
ArmPkg: Remove RVCT support
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / Arm / SwitchStack.asm
index 10da81d6acbc527fcc07fbae5a5f3f6e70ddf21a..65f64805a04afb45b2167de8e7d0b23d7388a6fd 100644 (file)
@@ -1,21 +1,15 @@
-;------------------------------------------------------------------------------ \r
+;------------------------------------------------------------------------------\r
 ;\r
 ; Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
 ; Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
-; This program and the accompanying materials\r
-; are licensed and made available under the terms and conditions of the BSD License\r
-; which accompanies this distribution.  The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;------------------------------------------------------------------------------\r
-  \r
+\r
     EXPORT SecSwitchStack\r
-            \r
+\r
     AREA   Switch_Stack, CODE, READONLY\r
-  \r
+\r
 ;/**\r
 ;  This allows the caller to switch the stack and return\r
 ;\r
@@ -30,7 +24,7 @@
 ;  VOID  *StackDelta\r
 ;  );\r
 ;\r
-SecSwitchStack   \r
+SecSwitchStack\r
     MOV   R1, SP\r
     ADD   R1, R0, R1\r
     MOV   SP, R1\r