diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-04-27 11:56:58 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-05-04 09:57:43 +0200 |
commit | e942fabe8a61c4d86b1a4091387790138d3d4fa7 (patch) | |
tree | 23c88e27275002b9c07d244c1dd37b4b881790e1 /doc/board/starfive | |
parent | d53b2cfe0805cd84de16f4e2da396b75b409a8ab (diff) | |
download | u-boot-e942fabe8a61c4d86b1a4091387790138d3d4fa7.zip u-boot-e942fabe8a61c4d86b1a4091387790138d3d4fa7.tar.gz u-boot-e942fabe8a61c4d86b1a4091387790138d3d4fa7.tar.bz2 |
doc: Indicate required OpenSBI release for VisionFive 2
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>
Diffstat (limited to 'doc/board/starfive')
-rw-r--r-- | doc/board/starfive/visionfive2.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/board/starfive/visionfive2.rst b/doc/board/starfive/visionfive2.rst index 22d2a31..dc9eb36 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) |