]> git.proxmox.com Git - mirror_edk2.git/commit
ArmVirtPkg: Add Kvmtool Platform Pei Lib
authorSami Mujawar <sami.mujawar@arm.com>
Fri, 2 Oct 2020 21:14:04 +0000 (22:14 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 16 Oct 2020 17:21:04 +0000 (17:21 +0000)
commite556cebb2f16edbd4d1d4fdf2ae9d7cc164d1090
tree66615b4cbcd5e1b24940fc32dbfbb923ec97dd1e
parenta482f08d99b3a97a8b11a4a31ed2d769b5b35771
ArmVirtPkg: Add Kvmtool Platform Pei Lib

The PlatformPeim() in the PlatformPeiLib is invoked
by the PrePiMain() and provides the platform an
opportunity to setup the plaform specific HOBs.

This PlatfromPeiLib initialises the Kvmtool platform
HOBs like the Fdt, 16550BaseAddress, etc.

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Ard Biesheuvel <Ard.Biesheuvel@arm.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
ArmVirtPkg/Library/KvmtoolPlatformPeiLib/KvmtoolPlatformPeiLib.c [new file with mode: 0644]
ArmVirtPkg/Library/KvmtoolPlatformPeiLib/KvmtoolPlatformPeiLib.inf [new file with mode: 0644]