From a244dcdcd45c0b55023095fb6cc3e5dcc0e090b6 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Wed, 27 Jul 2016 18:33:40 +0930 Subject: 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 --- .../meta-openpower/meta-ibm/meta-firestone/conf/machine/firestone.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openbmc-machines/meta-openpower/meta-ibm/meta-firestone/conf') diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-firestone/conf/machine/firestone.conf b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-firestone/conf/machine/firestone.conf index fa0d35e6e9..3f790a5e41 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-firestone/conf/machine/firestone.conf +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-firestone/conf/machine/firestone.conf @@ -5,7 +5,7 @@ require conf/machine/include/ast2400.inc require conf/machine/include/obmc-bsp-common.inc require conf/machine/include/ibm.inc -UBOOT_MACHINE_firestone = "ast_g4_config" +UBOOT_MACHINE_firestone = "ast_g4_phy_config" UBOOT_ENTRYPOINT = "0x40008000" UBOOT_LOADADDRESS = "0x40008000" -- cgit v1.2.3