aboutsummaryrefslogtreecommitdiff
path: root/doc/README.x86
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2019-07-18 00:34:10 -0700
committerTom Rini <trini@konsulko.com>2019-07-24 10:07:24 -0400
commitf0312aeea3d339012425b0edf89254869dd526e2 (patch)
tree6a3e239512cbcab54367e5188edbb132a9118c37 /doc/README.x86
parent225b87c26d13af3c556d12e4837d5a3863d0ff84 (diff)
downloadu-boot-f0312aeea3d339012425b0edf89254869dd526e2.zip
u-boot-f0312aeea3d339012425b0edf89254869dd526e2.tar.gz
u-boot-f0312aeea3d339012425b0edf89254869dd526e2.tar.bz2
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/README.x86')
-rw-r--r--doc/README.x8621
1 files changed, 0 insertions, 21 deletions
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