]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/SecCarInit.s
IntelFspPkg&IntelFspWrapperPkg: Remove them
[mirror_edk2.git] / IntelFspPkg / Library / SecFspSecPlatformLibNull / Ia32 / SecCarInit.s
diff --git a/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/SecCarInit.s b/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/SecCarInit.s
deleted file mode 100644 (file)
index 02c1226..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#------------------------------------------------------------------------------\r
-#\r
-# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
-# SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-# Abstract:\r
-#\r
-#  SEC CAR function\r
-#\r
-#------------------------------------------------------------------------------\r
-\r
-#-----------------------------------------------------------------------------\r
-#\r
-#  Section:     SecCarInit\r
-#\r
-#  Description: This function initializes the Cache for Data, Stack, and Code\r
-#\r
-#-----------------------------------------------------------------------------\r
-ASM_GLOBAL ASM_PFX(SecCarInit)\r
-ASM_PFX(SecCarInit):\r
-\r
-  #\r
-  # Set up CAR\r
-  #\r
-\r
-  xor     %eax, %eax\r
-\r
-SecCarInitExit:\r
-\r
-  movd       %mm7, %esi                      #RET_ESI\r
-  jmp        *%esi\r