X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFspPkg%2FLibrary%2FSecFspSecPlatformLibNull%2FIa32%2FSecCarInit.s;fp=IntelFspPkg%2FLibrary%2FSecFspSecPlatformLibNull%2FIa32%2FSecCarInit.s;h=0000000000000000000000000000000000000000;hb=1a48fda5315433661c2f3039a30aea5916c22267;hp=02c1226733647c3e060f727c462536ac248fd55c;hpb=e8015f2facfffa31db8a06c1121647f76f1035dc;p=mirror_edk2.git diff --git a/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/SecCarInit.s b/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/SecCarInit.s deleted file mode 100644 index 02c1226733..0000000000 --- a/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/SecCarInit.s +++ /dev/null @@ -1,31 +0,0 @@ -#------------------------------------------------------------------------------ -# -# Copyright (c) 2015, Intel Corporation. All rights reserved.
-# SPDX-License-Identifier: BSD-2-Clause-Patent -# -# Abstract: -# -# SEC CAR function -# -#------------------------------------------------------------------------------ - -#----------------------------------------------------------------------------- -# -# Section: SecCarInit -# -# Description: This function initializes the Cache for Data, Stack, and Code -# -#----------------------------------------------------------------------------- -ASM_GLOBAL ASM_PFX(SecCarInit) -ASM_PFX(SecCarInit): - - # - # Set up CAR - # - - xor %eax, %eax - -SecCarInitExit: - - movd %mm7, %esi #RET_ESI - jmp *%esi