]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/Include/Library/FspPlatformLib.h
IntelFspPkg&IntelFspWrapperPkg: Remove them
[mirror_edk2.git] / IntelFspPkg / Include / Library / FspPlatformLib.h
diff --git a/IntelFspPkg/Include/Library/FspPlatformLib.h b/IntelFspPkg/Include/Library/FspPlatformLib.h
deleted file mode 100644 (file)
index 06fb134..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-/** @file\r
-\r
-  Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-#ifndef _FSP_PLATFORM_LIB_H_\r
-#define _FSP_PLATFORM_LIB_H_\r
-\r
-/**\r
-  Get system memory from HOB.\r
-\r
-  @param[in,out] LowMemoryLength   less than 4G memory length\r
-  @param[in,out] HighMemoryLength  greater than 4G memory length\r
-**/\r
-VOID\r
-EFIAPI\r
-FspGetSystemMemorySize (\r
-  IN OUT UINT64              *LowMemoryLength,\r
-  IN OUT UINT64              *HighMemoryLength\r
-  );\r
-\r
-/**\r
-  Migrate BootLoader data before destroying CAR.\r
-\r
-**/\r
-VOID\r
-EFIAPI\r
-FspMigrateTemporaryMemory (\r
-  VOID\r
-  );\r
-\r
-/**\r
-  Set a new stack frame for the continuation function.\r
-\r
-**/\r
-VOID\r
-EFIAPI\r
-FspSetNewStackFrame (\r
-  VOID\r
-  );\r
-\r
-/**\r
-  This function transfer control to the ContinuationFunc passed in by the\r
-  BootLoader.\r
-\r
-**/\r
-VOID\r
-EFIAPI\r
-FspInitDone (\r
-  VOID\r
-  );\r
-\r
-/**\r
-  This function handle NotifyPhase API call from the BootLoader.\r
-  It gives control back to the BootLoader after it is handled. If the\r
-  Notification code is a ReadyToBoot event, this function will return\r
-  and FSP continues the remaining execution until it reaches the DxeIpl.\r
-\r
-**/\r
-VOID\r
-EFIAPI\r
-FspWaitForNotify (\r
-  VOID\r
-  );\r
-\r
-#endif\r