diff options
author | Anup Patel <anup.patel@wdc.com> | 2020-09-24 15:15:31 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-10-21 12:29:36 +0530 |
commit | fdf5d5c322533223146d3fac8a6ecfb47f68fb6f (patch) | |
tree | 74d7b29b0fc188305d4a068dae4dba3af06b5cbf /docs/doxygen.cfg | |
parent | c347408a39eb66c9705ccc0cbd4537149fda938f (diff) |
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 'docs/doxygen.cfg')
-rw-r--r-- | docs/doxygen.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/doxygen.cfg b/docs/doxygen.cfg index dbf8ef9..82f31a7 100644 --- a/docs/doxygen.cfg +++ b/docs/doxygen.cfg @@ -795,6 +795,7 @@ INPUT = @@SRC_DIR@@/README.md \ @@SRC_DIR@@/docs/platform_guide.md \ @@SRC_DIR@@/docs/platform_requirements.md \ @@SRC_DIR@@/docs/library_usage.md \ + @@SRC_DIR@@/docs/domain_support.md \ @@SRC_DIR@@/docs/firmware \ @@SRC_DIR@@/docs/platform \ @@SRC_DIR@@/include \ |