mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
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>
This commit is contained in:
parent
d53b2cfe08
commit
e942fabe8a
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue