galileo.rst 634 B

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