summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-bsp/meta-aspeed/meta-ast2400
Commit message (Collapse)AuthorAgeFilesLines
* 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-295-0/+42
'940e097002829605e2b5ec36f02f59676b33aedc' git-subtree-dir: meta-openbmc-bsp/meta-aspeed git-subtree-mainline: ef552f65c3d54126b5ecc813bdd7265ed8f33e4b git-subtree-split: 940e097002829605e2b5ec36f02f59676b33aedc
OpenPOWER on IntegriCloud