summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-evb
Commit message (Collapse)AuthorAgeFilesLines
* evb-ast2500: set FLASH_SIZE for obmc-phosphor-image_types_ubootRick Altherr2016-10-311-0/+2
| | | | | | | | | | | | | | obmc-phosphor-image_types_uboot constructs a full flash image from the built kernel, initramfs, etc. The size of the flash image depends on FLASH_SIZE which is expected to be set by the machine config. evb-ast2500 never set this which caused the initial setting of the flash image to all 0xFF to silently fail. A functional flash image was still produced since the copying of the various files into the flash image succeeded. The flash image just ends early and writes zeros to unused sections instead of 0xFF. Change-Id: I640b2191e116ea82546a636e83c2a45c7e45c789 Signed-off-by: Rick Altherr <raltherr@google.com>
* Add raspberrypi as a platformYi Li2016-10-033-0/+54
| | | | | | | | | Add configure files to build OpenBMC for Raspberrypi. Resolves openbmc/openbmc#399 Change-Id: Ibc9ca0357b672c2af8436dc310bc1f10f7773c55 Signed-off-by: Yi Li <adamliyi@msn.com>
* evb-ast2500: Remove sample.inc from evb-ast2500.incRick Altherr2016-09-281-1/+0
| | | | | | | | | | | Previously, sample.inc enabled simulations of machine features required by the Phosphor distro. These features are now optional and controlled by a combination of distro and machine features and sample.inc no longer exists. Removing the include of sample.inc fixes the build of evb-ast2500 but disables those simulations. Change-Id: If22f2c985ccb4321b510a7a5723f8960a57c5fa6 Signed-off-by: Rick Altherr <raltherr@google.com>
* Add new OE layers to bblayers.conf.sampleBrad Bishop2016-09-061-0/+8
| | | | | Change-Id: Ib558f345200bb7aa8f0a394a025b77b3f604c7ab Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* yocto-2.1: meta-yocto to meta-poky transitionPatrick Williams2016-08-221-2/+2
| | | | | | | | With yocto-2.1, per meta-yocto/conf/layer.conf, meta-yocto is deprecated and should be transitioned to meta-poky. Change-Id: Ie1819c13d1741d68f130570c676b3fe274cbb6f4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Move to u-boot v2016.07-aspeed-openbmc branchJoel Stanley2016-07-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* AST2500: Add AST2500 evaluation board layerBrad Bishop2016-06-107-0/+71
The AST2500 is an ARM SOC made by Aspeed. This layer is a stub; there are a couple missing bits of support from the kernel and u-boot. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud