summaryrefslogtreecommitdiffstats
path: root/OvmfPkg
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2018-03-10 22:25:58 +0100
committerLaszlo Ersek <lersek@redhat.com>2018-03-13 14:31:10 +0100
commitc298baa17aac492de2e5f34d6493aaa42fe225b0 (patch)
tree57a41f70848d945ced27c5201cfaf175ab76d5ac /OvmfPkg
parent8bd85428c2846960888229ac8a42885483dfd38b (diff)
downloadedk2-c298baa17aac492de2e5f34d6493aaa42fe225b0.tar.gz
edk2-c298baa17aac492de2e5f34d6493aaa42fe225b0.tar.bz2
edk2-c298baa17aac492de2e5f34d6493aaa42fe225b0.zip
OvmfPkg/PlatformPei: list "Cmos.h" in the INF file
The header file declares the CmosRead8() and CmosWrite8() functions, which are implemented in "Cmos.c" and called from "MemDetect.c" and "Platform.c". Cc: Anthony Perard <anthony.perard@citrix.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Julien Grall <julien.grall@linaro.org> Suggested-by: Michael Kinney <michael.d.kinney@intel.com> Ref: http://mid.mail-archive.com/E92EE9817A31E24EB0585FDF735412F56327F7D3@ORSMSX113.amr.corp.intel.com Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'OvmfPkg')
-rw-r--r--OvmfPkg/PlatformPei/PlatformPei.inf1
1 files changed, 1 insertions, 0 deletions
diff --git a/OvmfPkg/PlatformPei/PlatformPei.inf b/OvmfPkg/PlatformPei/PlatformPei.inf
index de7434d93d..34d93643fe 100644
--- a/OvmfPkg/PlatformPei/PlatformPei.inf
+++ b/OvmfPkg/PlatformPei/PlatformPei.inf
@@ -31,6 +31,7 @@
[Sources]
AmdSev.c
Cmos.c
+ Cmos.h
FeatureControl.c
Fv.c
MemDetect.c