summaryrefslogtreecommitdiff
path: root/BraswellPlatformPkg/Common
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-08-03 10:15:46 +0800
committerGuo Mang <mang.guo@intel.com>2016-08-04 10:31:10 +0800
commit3302610e68b611195a10ac34352ba0c09dbd5e21 (patch)
treea51169c96401afc34eecd97f15f8f2c63a210ffa /BraswellPlatformPkg/Common
parentbe0e4e5f7f403216c9fac2c39807030e5a7f4361 (diff)
downloadedk2-platforms-3302610e68b611195a10ac34352ba0c09dbd5e21.tar.xz
BraswellPlatformPkg: Move Microcode to Common/Microcode
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com> Reviewed-by: David Wei <david.wei@intel.com>
Diffstat (limited to 'BraswellPlatformPkg/Common')
-rw-r--r--BraswellPlatformPkg/Common/Microcode/MicrocodeUpdatesFsp.inf30
1 files changed, 30 insertions, 0 deletions
diff --git a/BraswellPlatformPkg/Common/Microcode/MicrocodeUpdatesFsp.inf b/BraswellPlatformPkg/Common/Microcode/MicrocodeUpdatesFsp.inf
new file mode 100644
index 0000000000..58c11b0656
--- /dev/null
+++ b/BraswellPlatformPkg/Common/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
+