]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Sec/X64/SecEntry.nasm
IntelFsp2Pkg/SplitFspBin.py: Support rebasing 1.x binary.
[mirror_edk2.git] / OvmfPkg / Sec / X64 / SecEntry.nasm
index 7c55032ac9625e50d0951422edaf3934fb5981a0..1cc680a70716d45e6bf7222b36f954b49f397202 100644 (file)
@@ -1,13 +1,7 @@
 ;------------------------------------------------------------------------------\r
 ;*\r
 ;*   Copyright (c) 2006 - 2013, Intel Corporation. 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
 ;*    CpuAsm.asm\r
 ;*\r
@@ -45,10 +39,8 @@ ASM_PFX(_ModuleEntryPoint):
     ; Fill the temporary RAM with the initial stack value.\r
     ; The loop below will seed the heap as well, but that's harmless.\r
     ;\r
-    mov     rax, (FixedPcdGet32 (                        \\r
-                    PcdInitValueInTempStack              \\r
-                    ) << 32) |                           \\r
-                 FixedPcdGet32 (PcdInitValueInTempStack)      ; qword to store\r
+    mov     rax, (FixedPcdGet32 (PcdInitValueInTempStack) << 32) | FixedPcdGet32 (PcdInitValueInTempStack)\r
+                                                              ; qword to store\r
     mov     rdi, FixedPcdGet32 (PcdOvmfSecPeiTempRamBase)     ; base address,\r
                                                               ;   relative to\r
                                                               ;   ES\r