From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
To: qemu-devel@nongnu.org
Cc: qemu-arm@nongnu.org, Leif Lindholm <quic_llindhol@quicinc.com>,
Peter Maydell <peter.maydell@linaro.org>,
Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Subject: [PATCH v3 3/4] docs: sbsa: document platform version changes
Date: Wed, 24 May 2023 13:33:08 +0200 [thread overview]
Message-ID: <20230524113308.834675-4-marcin.juszkiewicz@linaro.org> (raw)
In-Reply-To: <20230524113308.834675-1-marcin.juszkiewicz@linaro.org>
We plan to start adding more system information in DT so firmware does
not have to use hardcoded values.
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
docs/system/arm/sbsa.rst | 31 +++++++++++++++++++++++++------
1 file changed, 25 insertions(+), 6 deletions(-)
diff --git a/docs/system/arm/sbsa.rst b/docs/system/arm/sbsa.rst
index 016776aed8..922a29700d 100644
--- a/docs/system/arm/sbsa.rst
+++ b/docs/system/arm/sbsa.rst
@@ -6,16 +6,35 @@ 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 non-discoverable
-information about components affected by the qemu command line (i.e.
-cpus and memory). As a result it must have a firmware specifically
-built to expect a certain hardware layout (as you would in a real
-machine).
+reports that to any operating system.
It is intended to be a machine for developing firmware and testing
standards compliance with operating systems.
+Platform versions
+"""""""""""""""""
+
+QEMU 7.1 brought support for "platform version major/minor" fields in
+DeviceTree.
+
+Version 0.0
+'''''''''''
+
+It is a static system that reports a very minimal DT to the firmware for
+non-discoverable information about components affected by the qemu
+command line (i.e. cpus and memory). As a result it must have a firmware
+specifically built to expect a certain hardware layout (as you would in
+a real machine).
+
+Version 0.1
+'''''''''''
+
+Additional data are provided in DT to the firmware:
+ - address and size of GIC Distributor
+ - address and size of GIC Redistributor
+
+Simple "/intc/reg" field is used.
+
Supported devices
"""""""""""""""""
--
2.40.1
next prev parent reply other threads:[~2023-05-24 11:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-24 11:33 [PATCH v3 0/4] hw/arm/sbsa-ref: platform version 0.1 Marcin Juszkiewicz
2023-05-24 11:33 ` [PATCH v3 1/4] hw/arm/sbsa-ref: add GIC node into DT Marcin Juszkiewicz
2023-05-24 11:33 ` [PATCH v3 2/4] docs: sbsa: correct graphics card name Marcin Juszkiewicz
2023-05-24 11:33 ` Marcin Juszkiewicz [this message]
2023-05-30 12:36 ` [PATCH v3 3/4] docs: sbsa: document platform version changes Peter Maydell
2023-05-25 10:08 ` [PATCH v3 0/4] hw/arm/sbsa-ref: platform version 0.1 Peter Maydell
2023-05-26 8:06 ` Marcin Juszkiewicz
2023-05-30 12:37 ` 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=20230524113308.834675-4-marcin.juszkiewicz@linaro.org \
--to=marcin.juszkiewicz@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=quic_llindhol@quicinc.com \
/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;
as well as URLs for NNTP newsgroup(s).