]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFsp2Pkg: Removing FSP Data Table
authorSatya Yarlagadda <satya.p.yarlagadda@intel.com>
Fri, 21 Oct 2016 00:45:55 +0000 (08:45 +0800)
committerJiewen Yao <jiewen.yao@intel.com>
Fri, 28 Oct 2016 15:25:15 +0000 (23:25 +0800)
FSP Base address is part of FSP_INFO_HEADER and we don't need additional
table to report the base address of FSP components. we expect Boot
loaders to parse the FSP INFO Header to get the base address. Also, this
the FSP_DATA_TABLE is not defined in the FSP EAS and we don't see a need
for it.

Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Satya Yarlagadda <satya.p.yarlagadda@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
IntelFsp2Pkg/Include/FspDataTable.h [deleted file]
IntelFsp2Pkg/Library/BaseFspCommonLib/FspCommonLib.c

diff --git a/IntelFsp2Pkg/Include/FspDataTable.h b/IntelFsp2Pkg/Include/FspDataTable.h
deleted file mode 100644 (file)
index 3c79f34..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/** @file\r
-  The header file of FSP data table\r
-\r
-  Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-**/\r
-\r
-#ifndef _FSP_DATA_TABLE_H_\r
-#define _FSP_DATA_TABLE_H_\r
-\r
-#pragma pack(1)\r
-\r
-#define FSP_DATA_SIGNATURE  SIGNATURE_32 ('F', 'S', 'P', 'D')\r
-\r
-typedef struct  {\r
-  UINT32  Signature;\r
-  UINT32  Length;\r
-  UINT32  FsptBase;\r
-  UINT32  FspmBase;\r
-  UINT32  FspsBase;\r
-} FSP_DATA_TABLE;\r
-\r
-#pragma pack()\r
-\r
-#endif\r
index a9c8da657dd6402066a9ea687469bf64463c9355..2f2981c99018917739eb20788e0781cf5a0ef7cc 100644 (file)
@@ -17,7 +17,6 @@
 #include <Library/PcdLib.h>\r
 #include <FspGlobalData.h>\r
 #include <FspEas.h>\r
-#include <FspDataTable.h>\r
 #include <Library/FspSwitchStackLib.h>\r
 \r
 #pragma pack(1)\r