diff mbox series

[1/1] doc: Indicate required OpenSBI release for VisionFive 2

Message ID 20230427095658.11592-1-heinrich.schuchardt@canonical.com
State Accepted, archived
Commit e942fabe8a61c4d86b1a4091387790138d3d4fa7
Delegated to: Heinrich Schuchardt
Headers show
Series [1/1] doc: Indicate required OpenSBI release for VisionFive 2 | expand

Commit Message

Heinrich Schuchardt April 27, 2023, 9:56 a.m. UTC
Support for the VisionFive 2 board is not contained in the most recent
OpenSBI release (v1.2).

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 doc/board/starfive/visionfive2.rst | 2 ++
 1 file changed, 2 insertions(+)

Comments

Leo Liang April 28, 2023, 12:57 a.m. UTC | #1
On Thu, Apr 27, 2023 at 11:56:58AM +0200, Heinrich Schuchardt wrote:
> Support for the VisionFive 2 board is not contained in the most recent
> OpenSBI release (v1.2).
> 
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
>  doc/board/starfive/visionfive2.rst | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
diff mbox series

Patch

diff --git a/doc/board/starfive/visionfive2.rst b/doc/board/starfive/visionfive2.rst
index 22d2a31ff5..dc9eb368c6 100644
--- a/doc/board/starfive/visionfive2.rst
+++ b/doc/board/starfive/visionfive2.rst
@@ -51,6 +51,8 @@  cloned and built for JH7110 as below:
 	cd opensbi
 	make PLATFORM=generic FW_TEXT_START=0x40000000 FW_OPTIONS=0
 
+The VisionFive 2 support for OpenSBI was introduced after the v1.2 release.
+
 More detailed description of steps required to build FW_DYNAMIC firmware
 is beyond the scope of this document. Please refer OpenSBI documenation.
 (Note: OpenSBI git repo is at https://github.com/riscv/opensbi.git)