diff options
author | Anup Patel <anup.patel@wdc.com> | 2020-05-05 09:46:46 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-05-07 09:45:52 +0530 |
commit | dfd9dd67dcac5d0cb639988e4420ab82516ba8be (patch) | |
tree | f5d36ee91e5c9131d11b54930cc2ca7d14c73cfc /docs/doxygen.cfg | |
parent | b4efa70d12cd0ef0c479c8dc455d1932e96c0c8b (diff) |
docs: Add platform requirements document
We add platform requirements document to clarify OpenSBI
expectations from a RISC-V platform.
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Bin Meng <bin.meng@windriver.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 8ab53ed..52346be 100644 --- a/docs/doxygen.cfg +++ b/docs/doxygen.cfg @@ -793,6 +793,7 @@ WARN_LOGFILE = INPUT = @@SRC_DIR@@/README.md \ @@SRC_DIR@@/docs/contributing.md \ @@SRC_DIR@@/docs/platform_guide.md \ + @@SRC_DIR@@/docs/platform_requirements.md \ @@SRC_DIR@@/docs/library_usage.md \ @@SRC_DIR@@/docs/firmware \ @@SRC_DIR@@/docs/platform \ |