aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2020-09-24 15:15:31 +0530
committerAnup Patel <anup@brainfault.org>2020-10-21 12:29:36 +0530
commitfdf5d5c322533223146d3fac8a6ecfb47f68fb6f (patch)
tree74d7b29b0fc188305d4a068dae4dba3af06b5cbf /README.md
parentc347408a39eb66c9705ccc0cbd4537149fda938f (diff)
downloadopensbi-fdf5d5c322533223146d3fac8a6ecfb47f68fb6f.zip
opensbi-fdf5d5c322533223146d3fac8a6ecfb47f68fb6f.tar.gz
opensbi-fdf5d5c322533223146d3fac8a6ecfb47f68fb6f.tar.bz2
docs: Add initial documentation for domain support
We add initial documentation for OpenSBI domain support to help RISC-V platform vendors achieve system-level partitioning. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index bd41ba3..03c02fb 100644
--- a/README.md
+++ b/README.md
@@ -225,6 +225,8 @@ Detailed documentation of various aspects of OpenSBI can be found under the
* [Platform Documentation]: Documentation of the platforms currently supported.
* [Firmware Documentation]: Documentation for the different types of firmware
examples build supported by OpenSBI.
+* [Domain Support]: Documentation for the OpenSBI domain support which helps
+ users achieve system-level partitioning using OpenSBI.
OpenSBI source code is also well documented. For source level documentation,
doxygen style is used. Please refer to the [Doxygen manual] for details on this
@@ -278,6 +280,7 @@ make I=<install_directory> install_docs
[Platform Support Guide]: docs/platform_guide.md
[Platform Documentation]: docs/platform/platform.md
[Firmware Documentation]: docs/firmware/fw.md
+[Domain Support]: docs/domain_support.md
[Doxygen manual]: http://www.doxygen.nl/manual/index.html
[Kendryte standalone SDK]: https://github.com/kendryte/kendryte-standalone-sdk
[third party notices]: ThirdPartyNotices.md