From dfd9dd67dcac5d0cb639988e4420ab82516ba8be Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Tue, 5 May 2020 09:46:46 +0530 Subject: docs: Add platform requirements document We add platform requirements document to clarify OpenSBI expectations from a RISC-V platform. Signed-off-by: Anup Patel Reviewed-by: Atish Patra Reviewed-by: Bin Meng --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 23950126..88367b78 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,7 @@ Detailed documentation of various aspects of OpenSBI can be found under the * [Contribution Guideline]: Guideline for contributing code to OpenSBI project * [Library Usage]: API documentation of OpenSBI static library *libsbi.a* +* [Platform Requirements]: Requirements for using OpenSBI on a platform * [Platform Support Guide]: Guideline for implementing support for new platforms * [Platform Documentation]: Documentation of the platforms currently supported. * [Firmware Documentation]: Documentation for the different types of firmware @@ -270,6 +271,7 @@ make I= install_docs [Contribution Guideline]: docs/contributing.md [Contributors List]: CONTRIBUTORS.md [Library Usage]: docs/library_usage.md +[Platform Requirements]: docs/platform_requirements.md [Platform Support Guide]: docs/platform_guide.md [Platform Documentation]: docs/platform/platform.md [Firmware Documentation]: docs/firmware/fw.md -- cgit v1.3.1