diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2019-07-18 10:34:10 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-24 17:07:24 +0300 |
commit | f0312aeea3d339012425b0edf89254869dd526e2 (patch) | |
tree | 6a3e239512cbcab54367e5188edbb132a9118c37 /doc/board | |
parent | 225b87c26d13af3c556d12e4837d5a3863d0ff84 (diff) | |
download | u-boot-f0312aeea3d339012425b0edf89254869dd526e2.tar.xz |
doc: board: Add Intel Galileo board doc
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@gmail.com>
Diffstat (limited to 'doc/board')
-rw-r--r-- | doc/board/intel/galileo.rst | 22 | ||||
-rw-r--r-- | doc/board/intel/index.rst | 1 |
2 files changed, 23 insertions, 0 deletions
diff --git a/doc/board/intel/galileo.rst b/doc/board/intel/galileo.rst new file mode 100644 index 0000000000..f51a06bb9e --- /dev/null +++ b/doc/board/intel/galileo.rst @@ -0,0 +1,22 @@ +.. SPDX-License-Identifier: GPL-2.0+ +.. sectionauthor:: Bin Meng <bmeng.cn@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 482e01b425..f416801910 100644 --- a/doc/board/intel/index.rst +++ b/doc/board/intel/index.rst @@ -11,4 +11,5 @@ Intel cougarcanyon2 crownbay edison + galileo minnowmax |