]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: Indicate required OpenSBI release for VisionFive 2
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 27 Apr 2023 09:56:58 +0000 (11:56 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 4 May 2023 07:57:43 +0000 (09:57 +0200)
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>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
doc/board/starfive/visionfive2.rst

index 22d2a31ff591f45088022acb41ca01d3bfe4dcf2..dc9eb368c6e0cbb3dead5432e39b159e91536b19 100644 (file)
@@ -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)