ArmVirtPkg/PlatformCI: Add CI coverage for ArmVirtQemuKernel
ArmVirtQemuKernel.dsc describes a firmware build that is loadable at arbitrary address and can be invoked using the Linux/arm64 kernel boot protocol. The early code deviates significantly from ArmVirtQemu, and so it makes sense to cover this platform in CI even if it is not widely used. This ensures that the relocatable PrePi and other components in EmbeddedPkg don't regress on ARM as they are being updated for use on TDVF. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
This commit is contained in:
committed by
mergify[bot]
parent
ed1806b2c0
commit
0eda253317
@@ -27,5 +27,8 @@ class CommonPlatform():
|
||||
|
||||
DscName = os.path.join("ArmVirtPkg", "ArmVirtQemu.dsc")
|
||||
|
||||
# this platform produces a bootable NOR flash image
|
||||
FvQemuArg = " -pflash "
|
||||
|
||||
import PlatformBuildLib
|
||||
PlatformBuildLib.CommonPlatform = CommonPlatform
|
||||
|
Reference in New Issue
Block a user