summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-06-02 11:00:04 +0800
committerHao Wu <hao.a.wu@intel.com>2016-06-07 09:56:47 +0800
commitdacbc36f0f2dba731ed73dc264b7a7e7b55b7492 (patch)
tree228d677f7bd94b5c72a888cb3ea938e9be4e8cae
parent2dd6c753a5c9d521b029223bf04e7e8ae515fc49 (diff)
downloadedk2-platforms-dacbc36f0f2dba731ed73dc264b7a7e7b55b7492.tar.xz
BraswellPlatformPkg: Add Microcode Package.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
-rw-r--r--BraswellPlatformPkg/Microcode/MicrocodeUpdatesFsp.inf30
1 files changed, 30 insertions, 0 deletions
diff --git a/BraswellPlatformPkg/Microcode/MicrocodeUpdatesFsp.inf b/BraswellPlatformPkg/Microcode/MicrocodeUpdatesFsp.inf
new file mode 100644
index 0000000000..58c11b0656
--- /dev/null
+++ b/BraswellPlatformPkg/Microcode/MicrocodeUpdatesFsp.inf
@@ -0,0 +1,30 @@
+## @file
+# Microcode Update Module
+#
+# Provides the required microcode information for the processor.
+#
+# Copyright (c) 2005 - 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.
+#
+##
+
+[Defines]
+ INF_VERSION = 0x00010005
+ BASE_NAME = MicrocodeUpdates
+ MODULE_TYPE = USER_DEFINED
+ FILE_GUID = 6E6D3E76-4540-421F-8CC9-C25288FF28EB
+ VERSION_STRING = 1.0
+ COMPONENT_TYPE = Microcode
+ FFS_EXT = .ffs
+
+[Sources.common]
+ M01406C2220.mcb
+ M01406C334A.mcb
+