All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Brett Warren" <brett.warren@arm.com>
To: meta-arm@lists.yoctoproject.org
Subject: [PATCH v4 1/7] qemuarm64-secureboot: changed format of memory to MB
Date: Mon, 19 Oct 2020 14:23:44 +0100	[thread overview]
Message-ID: <20201019132350.25042-1-brett.warren@arm.com> (raw)

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


             reply	other threads:[~2020-10-19 13:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-19 13:23 Brett Warren [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201019132350.25042-1-brett.warren@arm.com \
    --to=brett.warren@arm.com \
    --cc=meta-arm@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.