doc: board: Add Intel Galileo board doc
[oweals/u-boot.git] / doc / board / intel / galileo.rst
1 .. SPDX-License-Identifier: GPL-2.0+
2 .. sectionauthor:: Bin Meng <bmeng.cn@gmail.com>
3
4 Galileo
5 =======
6
7 Only one binary blob is needed for Remote Management Unit (RMU) within Intel
8 Quark SoC. Not like FSP, U-Boot does not call into the binary. The binary is
9 needed by the Quark SoC itself.
10
11 You can get the binary blob from Quark Board Support Package from Intel website:
12
13    * ./QuarkSocPkg/QuarkNorthCluster/Binary/QuarkMicrocode/RMU.bin
14
15 Rename the file and put it to the board directory by::
16
17    $ cp RMU.bin board/intel/galileo/rmu.bin
18
19 Now you can build U-Boot and obtain u-boot.rom::
20
21    $ make galileo_defconfig
22    $ make all