All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 1/7] qemuarm64-secureboot: changed format of memory to MB
@ 2020-10-19 13:23 Brett Warren
  2020-10-19 13:23 ` [PATCH v4 2/7] optee: upgraded recipes to 3.10 Brett Warren
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Brett Warren @ 2020-10-19 13:23 UTC (permalink / raw)
  To: meta-arm

When running runqemu the memory argument in the kernel
commandline arguments expects megabytes, so with the previous
format "-m 1GM" ended up being passed.

Change-Id: I5d3bc9d5ce93fa3da5885c99feb99ce80367c993
Signed-off-by: Brett Warren <brett.warren@arm.com>
---
 meta-arm/conf/machine/qemuarm64-secureboot.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arm/conf/machine/qemuarm64-secureboot.conf b/meta-arm/conf/machine/qemuarm64-secureboot.conf
index a5b7401..f2c15e6 100644
--- a/meta-arm/conf/machine/qemuarm64-secureboot.conf
+++ b/meta-arm/conf/machine/qemuarm64-secureboot.conf
@@ -12,7 +12,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
 
 QB_MACHINE = "-machine virt,secure=on"
 QB_OPT_APPEND += "-no-acpi"
-QB_MEM = "-m 1G"
+QB_MEM = "-m 1024"
 QB_DEFAULT_FSTYPE = "wic.qcow2"
 QB_DEFAULT_BIOS = "flash.bin"
 QB_FSINFO = "wic:no-kernel-in-fs"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-10-20 20:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-19 13:23 [PATCH v4 1/7] qemuarm64-secureboot: changed format of memory to MB Brett Warren
2020-10-19 13:23 ` [PATCH v4 2/7] optee: upgraded recipes to 3.10 Brett Warren
2020-10-19 13:23 ` [PATCH v4 3/7] optee: enable clang support Brett Warren
2020-10-19 13:23 ` [PATCH v4 4/7] trusted-firmware-a: " Brett Warren
2020-10-19 13:23 ` [PATCH v4 5/7] wic/qemuarm64: enabled kernel arguments with u-boot Brett Warren
2020-10-19 13:23 ` [PATCH v4 6/7] optee: refactor into .inc files Brett Warren
2020-10-19 13:23 ` [PATCH v4 7/7] optee: upgrade to 3.11 Brett Warren
2020-10-20 20:47   ` [meta-arm] " Ross Burton
2020-10-20 20:58     ` Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.