]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/LoadLinuxLib: list "LoadLinuxLib.h" in the INF file
authorLaszlo Ersek <lersek@redhat.com>
Sat, 10 Mar 2018 19:43:36 +0000 (20:43 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Tue, 13 Mar 2018 13:30:41 +0000 (14:30 +0100)
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>
OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf

index 12d2f4f08445375265d411715c999a0cb874b165..d10484e5c1be99ecc4cef3f1221384ff4cc66a28 100644 (file)
@@ -29,6 +29,7 @@
 [Sources.common]\r
   Linux.c\r
   LinuxGdt.c\r
+  LoadLinuxLib.h\r
 \r
 [Sources.IA32]\r
   Ia32/JumpToKernel.nasm\r