All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Graeme Gregory" <graeme@nuviainc.com>,
	"Hongbo Zhang" <hongbo.zhang@linaro.org>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Shashi Mallela" <shashi.mallela@linaro.org>,
	"open list:ARM TCG CPUs" <qemu-arm@nongnu.org>,
	"Leif Lindholm" <leif@nuviainc.com>,
	"Alex Bennée" <alex.bennee@linaro.org>
Subject: [RFC PATCH] docs: add some notes on the sbsa-ref machine
Date: Tue,  3 Nov 2020 10:47:10 +0000	[thread overview]
Message-ID: <20201103104710.27150-1-alex.bennee@linaro.org> (raw)

We should at least document what this machine is about.

Cc: Graeme Gregory <graeme@nuviainc.com>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Hongbo Zhang <hongbo.zhang@linaro.org>
Cc: Shashi Mallela <shashi.mallela@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 docs/system/arm/sbsa.rst   | 30 ++++++++++++++++++++++++++++++
 docs/system/target-arm.rst |  1 +
 2 files changed, 31 insertions(+)
 create mode 100644 docs/system/arm/sbsa.rst

diff --git a/docs/system/arm/sbsa.rst b/docs/system/arm/sbsa.rst
new file mode 100644
index 0000000000..a47c9360de
--- /dev/null
+++ b/docs/system/arm/sbsa.rst
@@ -0,0 +1,30 @@
+Arm Server Base System Architecture Reference board (``sbsa-ref``)
+==================================================================
+
+While the `virt` board is a generic board platform that doesn't match
+any real hardware the `sbsa-ref` board intends to look like real
+hardware. The `Server Base System Architecture
+<https://developer.arm.com/documentation/den0029/latest>` defines a
+minimum base line of hardware support and importantly how the firmware
+reports that to any operating system. It is a static system that
+reports a very minimal DT to the firmware for command line input to
+the firmware. As a result it must have a firmware specifically built
+to expect a certain hardware layout (as you would in a real machine).
+
+It is intended to be a machine for developing firmware and testing
+standards compliance with operating systems.
+
+Supported devices
+"""""""""""""""""
+
+The sbsa-ref board supports:
+
+  - A configurable number of Cortex-A57 cpus
+  - GIC version 3
+  - System bus AHCI controller.
+  - System bus EHCI controller.
+  - CDROM and hard disc on AHCI bus.
+  - E1000E ethernet card on PCIE bus.
+  - VGA display adaptor on PCIE bus.
+  - A generic SBSA watchdog device
+
diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst
index fdcf25c237..9636f3fd00 100644
--- a/docs/system/target-arm.rst
+++ b/docs/system/target-arm.rst
@@ -79,6 +79,7 @@ undocumented; you can get a complete list by running
    arm/mps2
    arm/musca
    arm/realview
+   arm/sbsa-ref
    arm/versatile
    arm/vexpress
    arm/aspeed
-- 
2.20.1



             reply	other threads:[~2020-11-03 10:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-03 10:47 Alex Bennée [this message]
2020-11-03 10:57 ` [RFC PATCH] docs: add some notes on the sbsa-ref machine Graeme Gregory
2020-11-03 11:23 ` Leif Lindholm
2020-11-04 16:54   ` Alex Bennée
2020-11-03 12:00 ` Peter Maydell

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=20201103104710.27150-1-alex.bennee@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=graeme@nuviainc.com \
    --cc=hongbo.zhang@linaro.org \
    --cc=leif@nuviainc.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=shashi.mallela@linaro.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.