Move to u-boot v2016.07-aspeed-openbmc branch

This moves all machines to a new u-boot branch. The u-boot branch is
based on this month's upstream v2016.07 release, and contains cleanups
that get us closer to submitting upstream.

Importantly for the machine configurations, we now have four new
defconfigs that replace the previous targets:

 - ast_g4_ncsi_defconfig: ast2400 with NCSI networking
 - ast_g4_phy_defconfig: ast2400 with directly attached PHY networking
 - ast_g5_ncsi_defconfig: ast2500 with NCSI networking
 - ast_g5_phy_defconfig: ast2500 with directly attached PHY networking

We now support Firestone again with the ast_g4_phy_defconfig.

This commit updates all machines to the new branch and defconfig. It
also removes unused patches that were being made to u-boot, in the case
of barreleye (a patch to aspeednic.c) and palmetto (a modification to
the u-boot environment).

Change-Id: Ic4baf9ae0d5f4046e69cab99d54865771b01cd2a
Signed-off-by: Joel Stanley <joel@jms.id.au>
14 files changed
tree: 57494288cb278239c801632c1c9a98e1cfdbbaa4
  1. meta-openbmc-bsp/
  2. meta-openbmc-machines/
  3. meta-phosphor/
  4. yocto-poky/
  5. .gitignore
  6. .templateconf
  7. openbmc-env
  8. README.md
README.md

OpenBMC

Build Status

Building

OpenBMC uses Yocto/Open-Embedded for a build system, which supports an out-of-tree build. It is recommended that you create an empty directory somewhere to hold the build. This directory will get big.

On Ubuntu 14.04 the following packages are required to build the default target

sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat

On Fedora 23 the following packages are required to build the default target:

sudo dnf install -y git patch diffstat texinfo chrpath SDL-devel bitbake
sudo dnf groupinstall "C Development Tools and Libraries"

To start a build:

cd <builddir>
. <repodir>/openbmc-env
bitbake obmc-phosphor-image