summaryrefslogtreecommitdiff
path: root/Platform
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2019-06-25 16:09:43 +0800
committerMichael D Kinney <michael.d.kinney@intel.com>2019-07-12 17:25:23 -0700
commit3124becd26b1b3b70419020c5db78df954498dcc (patch)
treea447e9dcdc9c752d78052925ca13f257ff06e8af /Platform
parent535abcb819f1404b7bc9224e4c4565e592e70457 (diff)
Vlv2TbltDevicePkg: Add the missing headers to inf files
Some headers files are not listed in the inf files. Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Zailiang Sun <zailiang.sun@intel.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'Platform')
-rw-r--r--Platform/Intel/Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLib.inf2
-rw-r--r--Platform/Intel/Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf8
-rw-r--r--Platform/Intel/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.inf1
3 files changed, 7 insertions, 4 deletions
diff --git a/Platform/Intel/Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLib.inf b/Platform/Intel/Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLib.inf
index 4ef48cc1..4f567859 100644
--- a/Platform/Intel/Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLib.inf
+++ b/Platform/Intel/Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLib.inf
@@ -26,7 +26,7 @@
[Sources]
FlashDeviceLib.c
-
+ SpiChipDefinitions.h
[Packages]
MdePkg/MdePkg.dec
diff --git a/Platform/Intel/Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf b/Platform/Intel/Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf
index 9d4823d4..d2ca8f5b 100644
--- a/Platform/Intel/Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf
+++ b/Platform/Intel/Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf
@@ -4,10 +4,12 @@
# ICH SMM Library that layers on top of the I/O Library to directly
# access SMM power management registers.
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
-#
+#
+
# SPDX-License-Identifier: BSD-2-Clause-Patent
-#
+#
+
#
#
#
@@ -30,7 +32,7 @@
[Sources]
PchSmmLib.c
-
+ CommonHeader.h
[Packages]
MdePkg/MdePkg.dec
diff --git a/Platform/Intel/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.inf b/Platform/Intel/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.inf
index d429310a..c5e3cf4d 100644
--- a/Platform/Intel/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.inf
+++ b/Platform/Intel/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.inf
@@ -29,6 +29,7 @@
PlatformStatusCode.c
PlatformStatusCode.h
PeiPostCode.c
+ EfiStatusCode.h
[Packages]
MdePkg/MdePkg.dec