mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH v8 08/12] MIPS: add qemu-malta documentation
Date: Mon, 25 Jul 2011 16:06:35 +0400	[thread overview]
Message-ID: <1311595600-20091-8-git-send-email-antonynpavlov@gmail.com> (raw)
In-Reply-To: <1311595600-20091-1-git-send-email-antonynpavlov@gmail.com>

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 Documentation/boards.dox                   |    5 +++++
 arch/mips/boards/qemu-malta/qemu-malta.dox |   15 +++++++++++++++
 arch/mips/mach-malta/mach-malta.dox        |    7 +++++++
 arch/mips/mach-mips.dox                    |    3 +++
 4 files changed, 30 insertions(+), 0 deletions(-)
 create mode 100644 arch/mips/boards/qemu-malta/qemu-malta.dox
 create mode 100644 arch/mips/mach-malta/mach-malta.dox

diff --git a/Documentation/boards.dox b/Documentation/boards.dox
index 8087f01..17771c6 100644
--- a/Documentation/boards.dox
+++ b/Documentation/boards.dox
@@ -44,6 +44,11 @@ x86 type:
 
 @li @subpage generic_pc
 
+
+MIPS type:
+
+@li @subpage qemu_malta
+
 */
 
 /* TODO
diff --git a/arch/mips/boards/qemu-malta/qemu-malta.dox b/arch/mips/boards/qemu-malta/qemu-malta.dox
new file mode 100644
index 0000000..2e03636
--- /dev/null
+++ b/arch/mips/boards/qemu-malta/qemu-malta.dox
@@ -0,0 +1,15 @@
+/** @page qemu_malta QEmu malta emulated board
+
+Specific to this emulated board is, it does not require any setup code to bring the SDRAM and RS232 up.
+
+Emulator run string:
+@verbatim
+qemu-system-mips -nodefaults -M malta -m 256 -nographic -serial stdio -monitor null -bios barebox.bin
+@endverbatim
+
+Links:
+@li http://www.mips.com/products/development-kits/malta/
+@li http://www.linux-mips.org/wiki/Mips_Malta
+@li http://www.qemu.org/
+
+*/
diff --git a/arch/mips/mach-malta/mach-malta.dox b/arch/mips/mach-malta/mach-malta.dox
new file mode 100644
index 0000000..85351e1
--- /dev/null
+++ b/arch/mips/mach-malta/mach-malta.dox
@@ -0,0 +1,7 @@
+/** @page dev_malta_mach MIPS Malta in barebox
+
+@section malta_boards MIPS Malta boards
+
+@li @subpage qemu_malta
+
+*/
diff --git a/arch/mips/mach-mips.dox b/arch/mips/mach-mips.dox
index 018fc44..50dbbd2 100644
--- a/arch/mips/mach-mips.dox
+++ b/arch/mips/mach-mips.dox
@@ -51,4 +51,7 @@ Further reading:
  * Dominic Sweetman, See MIPS Run, Morgan Kaufmann, 2nd edition, 2006
 ISBN-13: 978-0120884216
 
+@subsection mach_mips_malta_info Malta boards
+
+@li @subpage dev_malta_mach
 */
-- 
1.7.5.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  parent reply	other threads:[~2011-07-25 12:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-25 12:06 [PATCH v8 01/12] MIPS: initial commit: add empty but required header files Antony Pavlov
2011-07-25 12:06 ` [PATCH v8 02/12] MIPS: import libgcc-related files from linux-2.6.39 Antony Pavlov
2011-07-25 12:06 ` [PATCH v8 03/12] MIPS: import header files Antony Pavlov
2011-07-25 12:06 ` [PATCH v8 04/12] MIPS: add start.S, CP0 clocksource, linker script and memory layout function Antony Pavlov
2011-07-25 12:06 ` [PATCH v8 05/12] MIPS: add documentation Antony Pavlov
2011-07-25 12:06 ` [PATCH v8 06/12] MIPS: add Malta machine support to barebox Antony Pavlov
2011-07-25 12:06 ` [PATCH v8 07/12] MIPS: add qemu malta board " Antony Pavlov
2011-07-25 12:06 ` Antony Pavlov [this message]
2011-07-25 12:06 ` [PATCH v8 09/12] MIPS: add initial BCM47xx-based boards support Antony Pavlov
2011-07-25 12:06 ` [PATCH v8 10/12] MIPS: add initial D-Link DIR-320 wireless router support Antony Pavlov
2011-07-25 12:06 ` [PATCH v8 11/12] MIPS: add D-Link DIR-320 documentation Antony Pavlov
2011-07-25 12:06 ` [PATCH v8 12/12] MIPS: add draft cpuinfo command Antony Pavlov

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=1311595600-20091-8-git-send-email-antonynpavlov@gmail.com \
    --to=antonynpavlov@gmail.com \
    --cc=barebox@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox