]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/OvmfPkg.dec
OvmfPkg: create protocol and GUID header for loaded x86 Linux kernels
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 5 Mar 2020 10:59:57 +0000 (11:59 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 5 Mar 2020 19:45:05 +0000 (19:45 +0000)
commit1dc875a7d5564c754fa1ddb33ac454325abb923d
tree870e5f15b0421c32094a6f50f2d13ce3ff6357df
parent0758a8e979be2eb86130c759942afa35b6b2e56d
OvmfPkg: create protocol and GUID header for loaded x86 Linux kernels

In preparation of moving the legacy x86 loading to an implementation
of the QEMU load image library class, introduce a protocol header
and GUID that we will use to identify legacy loaded x86 Linux kernels
in the protocol database.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
OvmfPkg/Include/Protocol/OvmfLoadedX86LinuxKernel.h [new file with mode: 0644]
OvmfPkg/OvmfPkg.dec