summaryrefslogtreecommitdiffstats
path: root/IntelFsp2Pkg
diff options
context:
space:
mode:
authorShenglei Zhang <shenglei.zhang@intel.com>2019-08-06 15:17:30 +0800
committerLiming Gao <liming.gao@intel.com>2019-08-13 17:16:14 +0800
commitc3eefcb152762cf8cca0b5a5d9938f03d4ea8e69 (patch)
treeba8a6559330ae4d815ddaf61a27f1761978bc483 /IntelFsp2Pkg
parented23ab5fc77383856d4405d27561c440c227288a (diff)
downloadedk2-c3eefcb152762cf8cca0b5a5d9938f03d4ea8e69.tar.gz
edk2-c3eefcb152762cf8cca0b5a5d9938f03d4ea8e69.tar.bz2
edk2-c3eefcb152762cf8cca0b5a5d9938f03d4ea8e69.zip
IntelFsp2Pkg/FspSecCore: Add missing header file in INF file
SecFsp.h is used but missing inf file, which will cause generating warning message. Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Star Zeng <star.zeng@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Chasel Chiu <chasel.chiu@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Diffstat (limited to 'IntelFsp2Pkg')
-rw-r--r--IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf3
1 files changed, 2 insertions, 1 deletions
diff --git a/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf b/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf
index 3de09b5b49..17924b118c 100644
--- a/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf
+++ b/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf
@@ -1,7 +1,7 @@
## @file
# Sec Core for FSP
#
-# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
@@ -22,6 +22,7 @@
[Sources]
SecFspApiChk.c
+ SecFsp.h
[Sources.IA32]
Ia32/Stack.nasm