Bin Meng | f0312ae | 2019-07-18 00:34:10 -0700 | [diff] [blame] | 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 |