Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Latest commit

 

History

History
68 lines (57 loc) · 2.53 KB

README.md

File metadata and controls

68 lines (57 loc) · 2.53 KB

PROJECT NOT UNDER ACTIVE MANAGEMENT

This project will no longer be maintained by Intel.
Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.
Intel no longer accepts patches to this project.
If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.

DISCONTINUATION OF SUPPORT FOR THIS PUBLIC DISTRIBUTION OF OPENBMC

This public distribution of OpenBMC is no longer maintained by Intel. This public distribution is not updated to the latest OpenBMC versions and has been identified as having known security escapes. Intel has ceased development and contributions to this public distribution and is not doing any maintenance, bug fixes, new releases, or updates here. Intel no longer accepts patches to this public distribution. Intel recommends working with an independent firmware vendor for future support


This repository contains reference implementation of Yocto BSP layer used to build OpenBMC* distribution for Intel® Cyclone® V RunBMC* card.
The layer is provided as an example build of OpenBMC* for the card and is not tied to any specific platform. 

Security note: This repository does not provide any implementation of secure boot to verify integrity of BMC image loaded into Intel® Cyclone® V RunBMC* card. 

Setting up build enviroment

Clone Intel-BMC/openbmc

git clone https://github.com/Intel-BMC/openbmc.git

Clone meta-intel-fpga into the 'openbmc' folder

cd openbmc
git clone https://git.yoctoproject.org/meta-intel-fpga

Clone meta-runbmc-cyclone5 into the 'meta-openbmc-mods' folder

cd meta-openbmc-mods
git clone https://github.com/Intel-BMC/meta-runbmc-cyclone5

Building OpenBMC distrubtion

Run these commands from the root of Intel-BMC/openbmc:

export TEMPLATECONF=meta-openbmc-mods/meta-runbmc-cyclone5/conf/templates/default
source ./oe-init-build-env
bitbake intel-platforms

Build artifacts

OnChip Memory initialization file for CycloneV Quartus project:

u-boot-spl.mif

eMMC provisioning files over TFTP using mmc-factory-init u-boot macro:

u-boot.img
image-kernel.ext4
image-rofs.ext4

u-boot.img is additionally awaited by SPL over YMODEM serial protocol when eMMC boot partition is not programmed.


Tarball for firmware update over Redfish or WebUI:

intel-platforms-runbmc-cyclone5.ext4.mmc.tar