summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2018-03-10 20:43:36 +0100
committerLaszlo Ersek <lersek@redhat.com>2018-03-13 14:30:41 +0100
commitc63bcc2e4b96cdcf7ab93fed4ed850f6562a172b (patch)
treeb3084eb668979fb0eaa86fb497151577cb786281
parentc02a2f2559b72b2cdfd6f57451f939af9c094b39 (diff)
downloadedk2-c63bcc2e4b96cdcf7ab93fed4ed850f6562a172b.tar.gz
edk2-c63bcc2e4b96cdcf7ab93fed4ed850f6562a172b.tar.bz2
edk2-c63bcc2e4b96cdcf7ab93fed4ed850f6562a172b.zip
OvmfPkg/LoadLinuxLib: list "LoadLinuxLib.h" in the INF file
The header file declares the InitLinuxDescriptorTables() and SetLinuxDescriptorTables() functions, which are called from "Linux.c" and implemented in "LinuxGdt.c". The header file also declares the JumpToKernel() and JumpToUefiKernel() functions, which are similarly called from "Linux.c". They are implemented (dependent on architecture) in "Ia32/JumpToKernel.nasm" and "X64/JumpToKernel.nasm". Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Jordan Justen <jordan.l.justen@intel.com> 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>
-rw-r--r--OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf1
1 files changed, 1 insertions, 0 deletions
diff --git a/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf b/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf
index 12d2f4f084..d10484e5c1 100644
--- a/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf
+++ b/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf
@@ -29,6 +29,7 @@
[Sources.common]
Linux.c
LinuxGdt.c
+ LoadLinuxLib.h
[Sources.IA32]
Ia32/JumpToKernel.nasm