]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/Library/BaseFspDebugLibSerialPort/Ia32/FspDebug.asm
IntelFspPkg&IntelFspWrapperPkg: Remove them
[mirror_edk2.git] / IntelFspPkg / Library / BaseFspDebugLibSerialPort / Ia32 / FspDebug.asm
diff --git a/IntelFspPkg/Library/BaseFspDebugLibSerialPort/Ia32/FspDebug.asm b/IntelFspPkg/Library/BaseFspDebugLibSerialPort/Ia32/FspDebug.asm
deleted file mode 100644 (file)
index 52a25f7..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-;------------------------------------------------------------------------------\r
-;\r
-; Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
-; SPDX-License-Identifier: BSD-2-Clause-Patent\r
-;\r
-; Abstract:\r
-;\r
-;   FSP Debug functions\r
-;\r
-;------------------------------------------------------------------------------\r
-\r
-    .386\r
-    .model  flat,C\r
-    .code\r
-\r
-;------------------------------------------------------------------------------\r
-; UINT32 *\r
-; EFIAPI\r
-; GetStackFramePointer (\r
-;   VOID\r
-;   );\r
-;------------------------------------------------------------------------------\r
-GetStackFramePointer  PROC  PUBLIC\r
-    mov     eax, ebp\r
-    ret\r
-GetStackFramePointer  ENDP\r
-\r
-    END\r