]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardHelper.S
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[mirror_edk2.git] / BeagleBoardPkg / Library / BeagleBoardLib / BeagleBoardHelper.S
index 8e02088efc65e40c00346f164539ba74ffe417ba..313763a5ebdbc2ff63cdeac39d175af3e41a6cfa 100644 (file)
@@ -1,13 +1,7 @@
 #\r
 #  Copyright (c) 2012-2013, ARM Limited. All rights reserved.\r
 #\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
@@ -29,8 +23,8 @@ GCC_ASM_IMPORT(ArmReadMpidr)
 //  );\r
 ASM_PFX(ArmPlatformIsPrimaryCore):\r
   // BeagleBoard has a single core. We must always return 1.\r
-  mov  r0, #1\r
-  bx   lr\r
+  mov   r0, #1\r
+  bx    lr\r
 \r
 ASM_PFX(ArmPlatformPeiBootAction):\r
   bx    lr\r
@@ -42,6 +36,6 @@ ASM_PFX(ArmPlatformPeiBootAction):
 ASM_PFX(ArmPlatformGetPrimaryCoreMpId):\r
   // The BeagleBoard is a uniprocessor platform. The MPIDR of primary core is\r
   // always the MPIDR of the calling CPU.\r
-  b    ASM_PFX(ArmReadMpidr)\r
+  b   ASM_PFX(ArmReadMpidr)\r
 \r
 ASM_FUNCTION_REMOVE_IF_UNREFERENCED\r