From: Shenglei Zhang Date: Tue, 6 Aug 2019 07:17:30 +0000 (+0800) Subject: IntelFsp2Pkg/FspSecCore: Add missing header file in INF file X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c3eefcb152762cf8cca0b5a5d9938f03d4ea8e69;p=people%2Faperard%2Fovmf.git 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 Cc: Nate DeSimone Cc: Star Zeng Signed-off-by: Shenglei Zhang Reviewed-by: Chasel Chiu Reviewed-by: Star Zeng Reviewed-by: Nate DeSimone --- 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.
+# Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -22,6 +22,7 @@ [Sources] SecFspApiChk.c + SecFsp.h [Sources.IA32] Ia32/Stack.nasm