summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRick Chen <rick@andestech.com>2019-12-04 09:52:46 +0300
committerAndes <uboot@andestech.com>2019-12-10 03:23:10 +0300
commit31fbf6032ddd9b968b1ca102f71fe7f42fabf58a (patch)
tree65abb5d06fdf3b7f64b7644f292c56174ced76c5 /doc
parentb82a18549fc3c64a261f7d8bfcd8009dc8eb2220 (diff)
downloadu-boot-31fbf6032ddd9b968b1ca102f71fe7f42fabf58a.tar.xz
Use dts support from U-Boot via OF_SEPARATE instead of depending from opensbi.
This would help to make the necessary changes in drivers and device trees in U-Boot tree itself. This feature would also be helpful to not pass dtb during opensbi builds. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Anup Patel <anup.patel@wdc.com> Signed-off-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/board/sifive/fu540.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/board/sifive/fu540.rst b/doc/board/sifive/fu540.rst
index 7807f5b2c1..3937222c6c 100644
--- a/doc/board/sifive/fu540.rst
+++ b/doc/board/sifive/fu540.rst
@@ -58,10 +58,7 @@ firmware. We need to compile OpenSBI with below command:
.. code-block:: none
- make PLATFORM=sifive/fu540 FW_PAYLOAD_PATH=<path to u-boot.bin> FW_PAYLOAD_FDT_PATH=<path to hifive-unleashed-a00.dtb from Linux>
-
-(Note: Prefer hifive-unleashed-a00.dtb from Linux-5.3 or higher)
-(Note: Linux-5.2 is also fine but it does not have ethernet DT node)
+make PLATFORM=sifive/fu540 FW_PAYLOAD_PATH=<path to u-boot-dtb.bin>
More detailed description of steps required to build FW_PAYLOAD firmware
is beyond the scope of this document. Please refer OpenSBI documenation.