|
@@ -16,7 +16,7 @@ class TestEdk2(infra.basetest.BRTest):
|
|
|
BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/qemu/aarch64-sbsa/genimage.cfg"
|
|
|
BR2_LINUX_KERNEL=y
|
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
|
|
- BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.34"
|
|
|
+ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.58"
|
|
|
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
|
|
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="support/testing/tests/boot/test_edk2/linux.config"
|
|
|
BR2_TARGET_EDK2=y
|
|
@@ -25,18 +25,16 @@ class TestEdk2(infra.basetest.BRTest):
|
|
|
BR2_TARGET_GRUB2_ARM64_EFI=y
|
|
|
BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
|
|
|
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y
|
|
|
- BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.9"
|
|
|
+ BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.11"
|
|
|
BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="qemu_sbsa"
|
|
|
BR2_TARGET_ARM_TRUSTED_FIRMWARE_FIP=y
|
|
|
BR2_PACKAGE_HOST_GENIMAGE=y
|
|
|
BR2_PACKAGE_HOST_DOSFSTOOLS=y
|
|
|
BR2_PACKAGE_HOST_MTOOLS=y
|
|
|
+ BR2_PACKAGE_HOST_QEMU=y
|
|
|
+ BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
|
|
|
"""
|
|
|
|
|
|
- def setUp(self):
|
|
|
- self.skipTest("Incompatible QEmu 5.2.0 (Docker image) / "
|
|
|
- "EDK2 (stable202405) versions.")
|
|
|
-
|
|
|
def test_run(self):
|
|
|
hda = os.path.join(self.builddir, "images", "disk.img")
|
|
|
flash0 = os.path.join(self.builddir, "images", "SBSA_FLASH0.fd")
|