summaryrefslogtreecommitdiff
path: root/IntelFspPkg/Include/Guid
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2017-04-27 11:33:38 +0800
committerGuo Mang <mang.guo@intel.com>2017-04-27 13:02:45 +0800
commit025602482cd4f14c5454ee41485e3d9287cded4d (patch)
tree9fd2d63a17642ea35e525cfc7a65684a222f9cd9 /IntelFspPkg/Include/Guid
parentc2b575d4fdea6ac4b4f1f3a3aac7028f02d26cc5 (diff)
downloadedk2-platforms-025602482cd4f14c5454ee41485e3d9287cded4d.tar.xz
IntelFspPkg: Remove unused Package
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'IntelFspPkg/Include/Guid')
-rw-r--r--IntelFspPkg/Include/Guid/FspHeaderFile.h21
-rw-r--r--IntelFspPkg/Include/Guid/GuidHobFsp.h22
-rw-r--r--IntelFspPkg/Include/Guid/GuidHobFspEas.h25
3 files changed, 0 insertions, 68 deletions
diff --git a/IntelFspPkg/Include/Guid/FspHeaderFile.h b/IntelFspPkg/Include/Guid/FspHeaderFile.h
deleted file mode 100644
index b2d527fff0..0000000000
--- a/IntelFspPkg/Include/Guid/FspHeaderFile.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/** @file
- Intel FSP Header File Guid definition from Intel Firmware Support Package External
- Architecture Specification v1.1, April 2015, revision 001.
-
- Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
- This program and the accompanying materials
- are licensed and made available under the terms and conditions of the BSD License
- which accompanies this distribution. The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php.
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-**/
-
-#ifndef __FSP_HEADER_FILE_GUID__
-#define __FSP_HEADER_FILE_GUID__
-
-extern EFI_GUID gFspHeaderFileGuid;
-
-#endif
diff --git a/IntelFspPkg/Include/Guid/GuidHobFsp.h b/IntelFspPkg/Include/Guid/GuidHobFsp.h
deleted file mode 100644
index 4b1c2b175e..0000000000
--- a/IntelFspPkg/Include/Guid/GuidHobFsp.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/** @file
-
- Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
- This program and the accompanying materials
- are licensed and made available under the terms and conditions of the BSD License
- which accompanies this distribution. The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php.
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-**/
-
-#ifndef __GUID_HOB_FSP_GUID__
-#define __GUID_HOB_FSP_GUID__
-
-#include <Guid/GuidHobFspEas.h>
-#include <GuidHobFspGfx.h>
-#include <GuidHobFspTseg.h>
-#include <GuidHobFspMisc.h>
-
-#endif
diff --git a/IntelFspPkg/Include/Guid/GuidHobFspEas.h b/IntelFspPkg/Include/Guid/GuidHobFspEas.h
deleted file mode 100644
index 5821ba39e0..0000000000
--- a/IntelFspPkg/Include/Guid/GuidHobFspEas.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/** @file
- Intel FSP Hob Guid definition from Intel Firmware Support Package External
- Architecture Specification v1.1, April 2015, revision 001.
-
- Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
- This program and the accompanying materials
- are licensed and made available under the terms and conditions of the BSD License
- which accompanies this distribution. The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php.
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-**/
-
-#ifndef __GUID_HOB_FSP_EAS_GUID__
-#define __GUID_HOB_FSP_EAS_GUID__
-
-extern EFI_GUID gFspBootLoaderTemporaryMemoryGuid;
-
-extern EFI_GUID gFspBootLoaderTolumHobGuid; // FSP EAS v1.1
-extern EFI_GUID gFspReservedMemoryResourceHobGuid;
-extern EFI_GUID gFspNonVolatileStorageHobGuid;
-
-#endif