mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-11 21:53:29 +08:00
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>
This commit is contained in:
parent
225b87c26d
commit
f0312aeea3
@ -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
|
||||
|
22
doc/board/intel/galileo.rst
Normal file
22
doc/board/intel/galileo.rst
Normal file
@ -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
|
@ -11,4 +11,5 @@ Intel
|
||||
cougarcanyon2
|
||||
crownbay
|
||||
edison
|
||||
galileo
|
||||
minnowmax
|
||||
|
Loading…
Reference in New Issue
Block a user