summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2016-12-13 10:54:25 +0800
committerStar Zeng <star.zeng@intel.com>2016-12-14 21:34:44 +0800
commit764b294f111d3a14b0278bc26707e382536428b9 (patch)
tree0db48d10d93215ada07e75e715b74fc0276f7d54
parent664e3a0b9f1d97f0dc3e51bbb8d6ad17d2acd4c7 (diff)
downloadedk2-764b294f111d3a14b0278bc26707e382536428b9.tar.gz
edk2-764b294f111d3a14b0278bc26707e382536428b9.tar.bz2
edk2-764b294f111d3a14b0278bc26707e382536428b9.zip
UefiCpuPkg/MicrocodeUpdateDxe: Fix coding style issues in INF file
1. Add MicrocodeUpdate.h to the [Sources] section. 2. Fix the incorrect Guid/Protocol format issues. Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jeff Fan <jeff.fan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
-rw-r--r--UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf5
1 files changed, 3 insertions, 2 deletions
diff --git a/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf b/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf
index 437d300d7b..7aae348180 100644
--- a/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf
+++ b/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf
@@ -30,6 +30,7 @@
#
[Sources]
+ MicrocodeUpdate.h
MicrocodeFmp.c
MicrocodeUpdate.c
@@ -51,10 +52,10 @@
MicrocodeFlashAccessLib
[Guids]
- gMicrocodeFmpImageTypeIdGuid
+ gMicrocodeFmpImageTypeIdGuid ## CONSUMES ## GUID
[Protocols]
- gEfiFirmwareManagementProtocolGuid ## SOMTIMES_PRODUCE
+ gEfiFirmwareManagementProtocolGuid ## PRODUCES
[Pcd]
gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchAddress ## CONSUMES