mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
f0312aeea3
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>
22 lines
634 B
ReStructuredText
22 lines
634 B
ReStructuredText
.. 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
|