summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-evb
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2016-07-27 18:33:40 +0930
committerJoel Stanley <joel@jms.id.au>2016-07-27 18:33:40 +0930
commita244dcdcd45c0b55023095fb6cc3e5dcc0e090b6 (patch)
tree57494288cb278239c801632c1c9a98e1cfdbbaa4 /meta-openbmc-machines/meta-evb
parent612a6908196e60ee1251a072ba621e167614170f (diff)
downloadtalos-openbmc-a244dcdcd45c0b55023095fb6cc3e5dcc0e090b6.tar.gz
talos-openbmc-a244dcdcd45c0b55023095fb6cc3e5dcc0e090b6.zip
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>
Diffstat (limited to 'meta-openbmc-machines/meta-evb')
-rw-r--r--meta-openbmc-machines/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/machine/evb-ast2500.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openbmc-machines/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/machine/evb-ast2500.conf b/meta-openbmc-machines/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/machine/evb-ast2500.conf
index 559e2b6b1..f94432e8c 100644
--- a/meta-openbmc-machines/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/machine/evb-ast2500.conf
+++ b/meta-openbmc-machines/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/machine/evb-ast2500.conf
@@ -1,6 +1,8 @@
KMACHINE = "aspeed"
KERNEL_DEVICETREE = "${KMACHINE}-ast2500-evb.dtb"
+UBOOT_MACHINE = "ast_g5_phy_config"
+
require conf/machine/include/ast2500.inc
require conf/machine/include/obmc-bsp-common.inc
require conf/machine/include/sample.inc
OpenPOWER on IntegriCloud