summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-evb
Commit message (Collapse)AuthorAgeFilesLines
* machines: Drop ast2400/ast2500 layersBrad Bishop2018-06-151-2/+0
| | | | | | | | | The Aspeed layer now supports both chips and the SOC specific layers do not have any content. Drop the redundant layers. Change-Id: I48a813fe4c02b8fc8861c6dd58906ae559c64403 Tested: Built and verified witherspoon and palmetto images Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* npcm750-evb: added support for npcm750-evbBrendan Higgins2018-05-246-0/+76
| | | | | | | | | Added machine layer support for the NPCM750 EVB. Tested: Built and ran on NPCM750 EVB. Change-Id: I4e23e514846725f4078996579b878adf07484bce Signed-off-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
* Enable use of meta-webserver layerChris Austen2018-05-042-2/+6
| | | | | | | | | One use case on some systems for this layer will be to pull in Nginx Signed-Off-By: Chris Austen <austenc@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I1ac55bc182e7d24704d0fe3405438d8e1c97f1a4
* Add OpenBMC EVB Layer READMEGunnar Mills2018-01-171-0/+10
| | | | | Change-Id: Ia91ca21207f2b68e41d6a43aa280753918f461d8 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add AST2500 Layer READMEGunnar Mills2018-01-161-0/+7
| | | | | Change-Id: I2d07f675997efeb1ec2d1d764bb4874fdf188a93 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* 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