]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmVirtPkg/PlatformCI/PlatformBuildLib.py
ArmVirtPkg/PlatformCI: Add CI coverage for ArmVirtQemuKernel
[mirror_edk2.git] / ArmVirtPkg / PlatformCI / PlatformBuildLib.py
index 91aa9b31d3c5eab1ca8ac01e07f34a4a47225948..405817cae785863a3b9204c7a1de1b5e8b8c1c75 100644 (file)
@@ -226,13 +226,13 @@ class PlatformBuilder(UefiBuilder, BuildSettingsManager):
             args += " -cpu cortex-a57"                                          # emulate cpu\r
         elif(self.env.GetValue("TARGET_ARCH").upper() == "ARM"):\r
             cmd = "qemu-system-arm"\r
-            args = "-M virt"\r
+            args = "-M virt,highmem=off"\r
             args += " -cpu cortex-a15"                                          # emulate cpu\r
         else:\r
             raise NotImplementedError()\r
 \r
         # Common Args\r
-        args += " -pflash " + Built_FV                                     # path to fw\r
+        args += CommonPlatform.FvQemuArg + Built_FV                         # path to fw\r
         args += " -m 1024"                                                  # 1gb memory\r
         # turn off network\r
         args += " -net none"\r