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