X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFsp2Pkg%2FLibrary%2FSecFspSecPlatformLibNull%2FIa32%2FFlat32.nasm;fp=IntelFsp2Pkg%2FLibrary%2FSecFspSecPlatformLibNull%2FIa32%2FFlat32.nasm;h=dc4af7c078123c82dca4c368bae819e1a6b29838;hp=aef7f96d1d3a07215318bdbf5a9e8738348b022a;hb=efa12a3f029bd6ff4d2ada406c285f001b252907;hpb=7a0df266e5c58bac91dc21089b5b71ceb0dfa48f diff --git a/IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/Ia32/Flat32.nasm b/IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/Ia32/Flat32.nasm index aef7f96d1d..dc4af7c078 100644 --- a/IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/Ia32/Flat32.nasm +++ b/IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/Ia32/Flat32.nasm @@ -2,7 +2,7 @@ ; This is the code that goes from real-mode to protected mode. ; It consumes the reset vector, configures the stack. ; -; Copyright (c) 2015 - 2019, Intel Corporation. All rights reserved.
+; Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.
; SPDX-License-Identifier: BSD-2-Clause-Patent ;; @@ -54,7 +54,7 @@ ASM_PFX(SecPlatformInit): ; esp ; ; Description: -; Perform any essential early platform initialisation +; Perform any essential early platform initilaisation ; Setup a stack ; ;----------------------------------------------------------------------------