qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 2/2] docs: Add a generic loader explanation docum


From: Alistair Francis
Subject: [Qemu-devel] [PATCH v2 2/2] docs: Add a generic loader explanation document
Date: Thu, 18 Feb 2016 17:16:19 -0800

Signed-off-by: Alistair Francis <address@hidden>
---

 docs/generic-loader.txt | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 docs/generic-loader.txt

diff --git a/docs/generic-loader.txt b/docs/generic-loader.txt
new file mode 100644
index 0000000..69e262d
--- /dev/null
+++ b/docs/generic-loader.txt
@@ -0,0 +1,21 @@
+Copyright (c) 2016 Xilinx Inc.
+
+This work is licensed under the terms of the GNU GPL, version 2 or later.  See
+the COPYING file in the top-level directory.
+
+
+This loader allows the user to load multiple images or values into QEMU at 
startup.
+
+Loading Memory Values
+---------------------------
+Memory values can be loaded like this:
+    -device loader,addr=0xfd1a0104,data=0x8000000e,data-len=4
+
+Loading Images
+---------------------------
+Images can be loaded like this:
+    -device loader,file=./images/boot.elf,cpu=0
+
+The limiation for arch is based off settting the ELF_ARCH macro.
+
+At the moment only the ARM arhitectures are supported
-- 
2.5.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]