summaryrefslogtreecommitdiff
path: root/doc/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-01-18 08:04:05 -0500
committerTom Rini <trini@konsulko.com>2021-01-18 08:04:05 -0500
commitb5b0237d0216db34605ca54b83588fcfcf5e63a8 (patch)
tree092ca2690be98e834016bc77c25f96ff2ee3e74c /doc/board
parent19c5fdffdc41bfd606b455b46e834d1bff4b2c1e (diff)
parentdd9abfec13884df0d9d30a6f79ffe80eeed9ac8c (diff)
Merge tag 'doc-2021-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for documentation tag doc-2021-04-rc1 * document man-page base command * move README.fdt-overlays to HTML documentation * add synopsis for pstore command
Diffstat (limited to 'doc/board')
-rw-r--r--doc/board/freescale/b4860qds.rst4
-rw-r--r--doc/board/sifive/fu540.rst19
2 files changed, 13 insertions, 10 deletions
diff --git a/doc/board/freescale/b4860qds.rst b/doc/board/freescale/b4860qds.rst
index 37d7d08b093..de14d857b91 100644
--- a/doc/board/freescale/b4860qds.rst
+++ b/doc/board/freescale/b4860qds.rst
@@ -134,7 +134,7 @@ B4860QDS Default Settings
-------------------------
Switch Settings
----------------
+^^^^^^^^^^^^^^^
.. code-block:: none
@@ -167,7 +167,7 @@ B4420QDS Default Settings
-------------------------
Switch Settings
----------------
+^^^^^^^^^^^^^^^
.. code-block:: none
diff --git a/doc/board/sifive/fu540.rst b/doc/board/sifive/fu540.rst
index 1ce9ab14f5c..4e4c852ff37 100644
--- a/doc/board/sifive/fu540.rst
+++ b/doc/board/sifive/fu540.rst
@@ -12,6 +12,7 @@ of running Linux.
Mainline support
----------------
+
The support for following drivers are already enabled:
1. SiFive UART Driver.
@@ -24,7 +25,7 @@ Booting from MMC using FSBL
---------------------------
Building
---------
+~~~~~~~~
1. Add the RISC-V toolchain to your PATH.
2. Setup ARCH & cross compilation environment variable:
@@ -37,7 +38,7 @@ Building
4. make
Flashing
---------
+~~~~~~~~
The current U-Boot port is supported in S-mode only and loaded from DRAM.
@@ -63,11 +64,12 @@ copied to the first partition of the sdcard.
sudo dd if=<prior_stage_firmware_binary> of=/dev/disk2s1 bs=1024
Booting
--------
+~~~~~~~
+
Once you plugin the sdcard and power up, you should see the U-Boot prompt.
Sample boot log from HiFive Unleashed board
--------------------------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. code-block:: none
@@ -417,7 +419,7 @@ Booting from MMC using U-Boot SPL
---------------------------------
Building
---------
+~~~~~~~~
Before building U-Boot SPL, OpenSBI must be built first. OpenSBI can be
cloned and built for FU540 as below:
@@ -441,7 +443,7 @@ This will generate spl/u-boot-spl.bin and FIT image (u-boot.itb)
Flashing
---------
+~~~~~~~~
ZSBL loads the U-Boot SPL (u-boot-spl.bin) from a partition with GUID type
5B193300-FC78-40CD-8002-E86C45580B47
@@ -471,11 +473,12 @@ Program the SD card
sudo dd if=u-boot.itb of=/dev/sda seek=2082
Booting
--------
+~~~~~~~
+
Once you plugin the sdcard and power up, you should see the U-Boot prompt.
Sample boot log from HiFive Unleashed board
--------------------------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. code-block:: none