[U-Boot] [PATCH 25/50] doc: board: Add Intel Galileo board doc

Bin Meng bmeng.cn at gmail.com
Thu Jul 18 07:34:10 UTC 2019


This extracts Intel Galileo board specific information from
README.x86, converts plain text documentation to reST format and
adds it to Sphinx TOC tree. No essential content change.

Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---

 doc/README.x86              | 21 ---------------------
 doc/board/intel/galileo.rst | 22 ++++++++++++++++++++++
 doc/board/intel/index.rst   |  1 +
 3 files changed, 23 insertions(+), 21 deletions(-)
 create mode 100644 doc/board/intel/galileo.rst

diff --git a/doc/README.x86 b/doc/README.x86
index 28d6ae0..e72f840 100644
--- a/doc/README.x86
+++ b/doc/README.x86
@@ -193,27 +193,6 @@ Flash map for samus / broadwell:
 
 ---
 
-Intel Galileo instructions for bare mode:
-
-Only one binary blob is needed for Remote Management Unit (RMU) within Intel
-Quark SoC. Not like FSP, U-Boot does not call into the binary. The binary is
-needed by the Quark SoC itself.
-
-You can get the binary blob from Quark Board Support Package from Intel website:
-
-* ./QuarkSocPkg/QuarkNorthCluster/Binary/QuarkMicrocode/RMU.bin
-
-Rename the file and put it to the board directory by:
-
-   $ cp RMU.bin board/intel/galileo/rmu.bin
-
-Now you can build U-Boot and obtain u-boot.rom
-
-$ make galileo_defconfig
-$ make all
-
----
-
 QEMU x86 target instructions for bare mode:
 
 To build u-boot.rom for QEMU x86 targets, just simply run
diff --git a/doc/board/intel/galileo.rst b/doc/board/intel/galileo.rst
new file mode 100644
index 0000000..f51a06b
--- /dev/null
+++ b/doc/board/intel/galileo.rst
@@ -0,0 +1,22 @@
+.. SPDX-License-Identifier: GPL-2.0+
+.. sectionauthor:: Bin Meng <bmeng.cn at gmail.com>
+
+Galileo
+=======
+
+Only one binary blob is needed for Remote Management Unit (RMU) within Intel
+Quark SoC. Not like FSP, U-Boot does not call into the binary. The binary is
+needed by the Quark SoC itself.
+
+You can get the binary blob from Quark Board Support Package from Intel website:
+
+   * ./QuarkSocPkg/QuarkNorthCluster/Binary/QuarkMicrocode/RMU.bin
+
+Rename the file and put it to the board directory by::
+
+   $ cp RMU.bin board/intel/galileo/rmu.bin
+
+Now you can build U-Boot and obtain u-boot.rom::
+
+   $ make galileo_defconfig
+   $ make all
diff --git a/doc/board/intel/index.rst b/doc/board/intel/index.rst
index 482e01b..f416801 100644
--- a/doc/board/intel/index.rst
+++ b/doc/board/intel/index.rst
@@ -11,4 +11,5 @@ Intel
    cougarcanyon2
    crownbay
    edison
+   galileo
    minnowmax
-- 
2.7.4



More information about the U-Boot mailing list