]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/FspSecCore/FspSecCore.inf
IntelFspPkg&IntelFspWrapperPkg: Remove them
[mirror_edk2.git] / IntelFspPkg / FspSecCore / FspSecCore.inf
diff --git a/IntelFspPkg/FspSecCore/FspSecCore.inf b/IntelFspPkg/FspSecCore/FspSecCore.inf
deleted file mode 100644 (file)
index ec0aaa6..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-## @file\r
-#  Sec Core for FSP\r
-#\r
-#  Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
-#\r
-#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = FspSecCore\r
-  FILE_GUID                      = 1BA0062E-C779-4582-8566-336AE8F78F09\r
-  MODULE_TYPE                    = SEC\r
-  VERSION_STRING                 = 1.0\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32\r
-#\r
-\r
-[Sources]\r
-  SecMain.c\r
-  SecMain.h\r
-  SecFsp.c\r
-  SecFsp.h\r
-\r
-[Sources.IA32]\r
-  Ia32/ResetVec.asm16 | MSFT\r
-  Ia32/Stack.asm  | MSFT\r
-  Ia32/InitializeFpu.asm  | MSFT\r
-  Ia32/FspApiEntry.asm  | MSFT\r
-  Ia32/FspHelper.asm  | MSFT\r
-\r
-  Ia32/Stacks.s | GCC\r
-  Ia32/InitializeFpu.s | GCC\r
-  Ia32/FspApiEntry.s | GCC\r
-  Ia32/FspHelper.s | GCC\r
-\r
-[Binaries.Ia32]\r
-  RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  IntelFspPkg/IntelFspPkg.dec\r
-\r
-[LibraryClasses]\r
-  BaseMemoryLib\r
-  DebugLib\r
-  BaseLib\r
-  PciCf8Lib\r
-  SerialPortLib\r
-  FspSwitchStackLib\r
-  FspCommonLib\r
-  FspSecPlatformLib\r
-\r
-[Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress           ## UNDEFINED\r
-  gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress      ## CONSUMES\r
-  gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase              ## CONSUMES\r
-  gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize              ## CONSUMES\r
-  gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize           ## CONSUMES\r
-  gIntelFspPkgTokenSpaceGuid.PcdFspBootFirmwareVolumeBase     ## CONSUMES\r
-  gIntelFspPkgTokenSpaceGuid.PcdFspAreaBaseAddress            ## CONSUMES\r
-  gIntelFspPkgTokenSpaceGuid.PcdFspAreaSize                   ## CONSUMES\r
-\r
-[FixedPcd]\r
-  gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry              ## CONSUMES\r
-  gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry               ## CONSUMES\r
-\r
-[Ppis]\r
-  gEfiTemporaryRamSupportPpiGuid                ## PRODUCES \r
-\r