summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-bsp/meta-aspeed
Commit message (Collapse)AuthorAgeFilesLines
...
* 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