]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/ArmVirtualizationPkg/Library/ArmVirtualizationPlatformLib/ARM/VirtHelper.asm
ArmPlatformPkg/ArmVirtualizationPkg: Add ArmVirtualizationQemu platform
[mirror_edk2.git] / ArmPlatformPkg / ArmVirtualizationPkg / Library / ArmVirtualizationPlatformLib / ARM / VirtHelper.asm
index 63f17f41b2ad6b6bcc06a48b0dbe11f9fd1ddf09..7882e63217fcc54b99ddf96cfe8897482d3f8e24 100644 (file)
@@ -1,16 +1,15 @@
-#\r
-#  Copyright (c) 2011-2014, ARM Limited. All rights reserved.\r
-#  Copyright (c) 2014, Linaro 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
-#\r
-#\r
+//\r
+//  Copyright (c) 2011-2014, ARM Limited. All rights reserved.\r
+//  Copyright (c) 2014, Linaro 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
+//\r
 \r
 #include <AsmMacroIoLib.h>\r
 #include <Base.h>\r
@@ -30,6 +29,8 @@
   IMPORT  _gPcd_FixedAtBuild_PcdArmPrimaryCoreMask\r
   IMPORT  _gPcd_FixedAtBuild_PcdCoreCount\r
 \r
+  AREA VirtHelper, CODE, READONLY\r
+\r
 ArmPlatformPeiBootAction FUNCTION\r
   bx    lr\r
   ENDFUNC\r