]> git.proxmox.com Git - mirror_edk2.git/commit
UefiPayloadPkg: Create separate Payload Entry for UniversalPayload
authorZhiguang Liu <zhiguang.liu@intel.com>
Fri, 7 May 2021 07:28:31 +0000 (15:28 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 24 Jun 2021 09:16:22 +0000 (09:16 +0000)
commit0ff6de93583652b09f450148b71d4c2def66bd38
tree3b875fc4f81074eab3cd1fe4b611bc12c56e865e
parentd63595c3c91624f258f291adee329724edeac12e
UefiPayloadPkg: Create separate Payload Entry for UniversalPayload

This patch create the UniversalPayload Entry based on the UefiPayload
Entry. It implements the logic to find a proper memory range to create the
new Hob and migrate the Hobs from Bootloader.
To make the change history clear, the logic to get the DxeCore will be in
the next patch.

Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Guo Dong <guo.dong@intel.com>
Cc: Benjamin You <benjamin.you@intel.com>
Reviewed-by: Guo Dong <guo.dong@intel.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
UefiPayloadPkg/UefiPayloadEntry/UniversalPayloadEntry.c [new file with mode: 0644]
UefiPayloadPkg/UefiPayloadEntry/UniversalPayloadEntry.inf [new file with mode: 0644]