]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/QemuKernelLoaderFsDxe: don't expose kernel command line
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 28 Feb 2020 21:38:50 +0000 (22:38 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 5 Mar 2020 19:45:05 +0000 (19:45 +0000)
commitefc52d67e1573ce174d301b52fa1577d552c8441
tree9de84f558680f1d86443a991e66ffb480dab0b3c
parent364e0b4cda00f56d3086ded8e67bab458605805e
OvmfPkg/QemuKernelLoaderFsDxe: don't expose kernel command line

We have no need for exposing the kernel command line as a file,
so remove support for that. Since the remaining blobs (kernel
and initrd) are typically much larger than a page, switch to
the page based allocator for blobs at the same time.

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2566
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.c