summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-bsp
Commit message (Collapse)AuthorAgeFilesLines
* linux-obmc: Bump version to 4.7Patrick Williams2016-08-161-17/+29
| | | | | | Change-Id: Iffaa780c72f91e8feda6aaa17751b122c2a60aeb Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Joel Stanley <joel@jms.id.au>
* ast2400: Update prefered u-boot versionPatrick Williams2016-08-101-2/+2
| | | | | Change-Id: I8b1dc64b8f53b3f90c6a24b690507384912908a4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Move to u-boot v2016.07-aspeed-openbmc branchJoel Stanley2016-07-273-16/+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>
* Remove preferred kernel version from ast2400 machineJoel Stanley2016-07-221-1/+0
| | | | | | | | | This was left over from when the ast2400 systems used a different kernel than the ast2500 systems. Now that they are both on 4.6, we can drop this PREFERRED_VERSION. Change-Id: I683fdfdc804789fe1353ef09154c92714009cd07 Signed-off-by: Joel Stanley <joel@jms.id.au>
* Move ast2400 platforms to the dev-4.6 kernel treeJoel Stanley2016-07-131-65/+20
| | | | | | | The defconfig is regnerated with the newer kernel base. A large number of unused options are disabled to reduce the kernel binary size. Signed-off-by: Joel Stanley <joel@jms.id.au>
* u-boot: Remove unused 2013.07 packages.Patrick Williams2016-06-242-6/+0
| | | | Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* u-boot: Upgrade AST2400 machines to 2016.05 tree.Patrick Williams2016-06-245-14/+18
| | | | | | | Move 2016.05 tree to point at the latest openbmc commit and point all AST2400 machines to it. Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* AST2500: Initial AST2500 BSP layerBrad Bishop2016-06-108-0/+276
| | | | | | | | | The AST2500 is an ARM SOC made by Aspeed. This is only a stub; there are a couple missing bits of support from the kernel/uboot. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* AST2400: Set u-boot preferred provider versionRick Altherr2016-06-101-0/+2
| | | | | | In preparation for supporting AST2500 with a different branch. Signed-off-by: Rick Altherr <raltherr@google.com>
* AST2400: Use Palmetto as the default uboot targetBrad Bishop2016-06-101-1/+1
| | | | | | | An evaluation board target would be nice here but at least Palmetto is an improvement over the generic ARM target. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* AST2400: Set kernel preferred provider versionBrad Bishop2016-06-101-0/+1
| | | | | | In preparation for supporting AST2500 with a different branch. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Remove duplicate kernel config fragmentsBrad Bishop2016-06-102-5/+1
| | | | | | Enable system specific modules in their respective layers. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* AST2400: Remove unused patchesBrad Bishop2016-06-083-46601/+0
| | | | | | | These patches aren't needed anymore since they are in the openbmc u-boot fork. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Build adm1275 driver into linux kernel by defaultYi Li2016-05-291-0/+3
| | | | | | | Barreleye requires adm1278 driver be built into kernel. Add config to defconfig, instead of hwmon.cfg. Signed-off-by: Yi Li <adamliyi@msn.com>
* linux: turn on vuart driverMilton D. Miller II2016-02-081-0/+3
| | | | | | | | | | | Enable the vuart driver in the defconfig. Based on the update to aspeed_defconfig in the linux repository. Won't actually be enabled until the base recipe has the driver merged again. Signed-off-by: Milton Miller <miltonm@us.ibm.com>
* Hack to make fw_setenv workMilton D. Miller II2016-01-281-1/+2
| | | | | | | | | | | | | | | | | | | | | The fw_setenv is not working with the kernel mtd driver. It works on a plain flat file, and flashcp which is used in /update works. Find the u-boot-env mtd, link it in run and copy the contents to a plain file in /run during init. In shutdown, check for the link, the file having data, no current image update for the u-boot-env, and that the content differs from the mtd via the link. If all are true create a symlink to the file and trigger the update. Along wtih changing the fw_env.config this causes the fw_setenv and fw_printenv utilities to set and update this cached file which will be synced during a normal bmc reboot. This will allow us to set the ethaddr variable which already requires a reboot to activate. Note: the links are directly in /run because the fw_{set,print}env utilities limit the env file name to 16 characters. Signed-off-by: Milton Miller <miltonmm@us.ibm.com>
* create u-boot-fw-utils for our u-boot versionMilton D. Miller II2016-01-281-0/+13
| | | | | | | | | | | | | | | | | | | This commit creates a class and recipie based on the upstream 2015 branch of u-boot and patches it with our fw_env.config. Having these tools for the initfs will allow us to modify the u-boot enviornment to do things like boot from network for update and set the bmc mac addresses in the environment for u-boot and use by the kernel. This commit is based on the upstream fw-utils commit. However, the initial commit was not creating target binaries. After commenting out the cross class support for creating host binaries to prepare an environment, a study of the u-boot Makefile showed that HOSTCC etc needed to be set. It is anticipated something to the commented lines will be necessary for merging upstream but this addresses our immediate use case. Signed-off-by: Milton Miller <miltonm@us.ibm.com>
* u-boot : add fw_env.configMilton D. Miller II2016-01-282-1/+3
| | | | | | | | Add the fw_env.config file to SRC_URI to include it in the build tree, and update it to point to /dev/mtd2 as 128k, which the current flash layout. Signed-off-by: Milton Miller <miltonm@us.ibm.com>
* update kernel defconfigMilton D. Miller II2016-01-281-0/+6
| | | | | | | Turn on the new spi-nor and occ drivers. Also add file system support for the initial filesystem layout. Signed-off-by: Milton Miller <miltonm@us.ibm.com>
* uboot tftp can not handle noiseChris Austen2016-01-191-5/+1
| | | | | | | | | Pull in the fixes that allows netbooting to work well Without this change netbooting was impossible due to timeout problems downloading images for netbooting. Sometimes I would get timeouts right away, other times it would take longer but every time it fail to copy the file completely before timeouts would hit.
* linux-ombc: Fixes for i2c bus & device driversJeremy Kerr2015-11-051-3/+0
| | | | | | | We have an update for the kernel, containing fixes for the i2c subsystem. This includes a defconfig update. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Fix build breakBrad Bishop2015-10-301-1/+1
| | | | Missing a 'file://' in linux-obmc SRC_URI
* Enable hwmon and sensor driversBrad Bishop2015-10-302-1/+5
| | | | hwmon core, nct7904, lm75, and at24.
* Use out of (kernel) tree defconfigBrad Bishop2015-10-302-1/+205
| | | | | | I finally figured out how to get kernel config fragments working. This allows removal of some earlier kernel recipe hacks. Part 2 of 2 ( meta-phosphor, meta-openbmc-bsp )
* Turn off debug kernel debug output by defaultBrad Bishop2015-10-291-1/+1
|
* Move Aspeed kernel/U-Boot appends to ast2400 layerBrad Bishop2015-10-228-1/+46653
| | | | Part 1 of 2 (meta-openbmc-bsp, meta-openbmc-machines)
* Move Palmetto specific metadata to Palmetto layerBrad Bishop2015-10-065-26/+0
|
* Add 'meta-openbmc-bsp/meta-aspeed/' from commit ↵Patrick Williams2015-09-299-0/+251
'940e097002829605e2b5ec36f02f59676b33aedc' git-subtree-dir: meta-openbmc-bsp/meta-aspeed git-subtree-mainline: ef552f65c3d54126b5ecc813bdd7265ed8f33e4b git-subtree-split: 940e097002829605e2b5ec36f02f59676b33aedc
OpenPOWER on IntegriCloud