summaryrefslogtreecommitdiffstats
path: root/configs/freescale_mpc8315erdb_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* configs/freescale_mpc8315erdb: remove U-Boot buildArnout Vandecappelle2016-10-151-9/+0
| | | | | | | | | | | | | | | | Binutils was locked down to 2.24 because U-Boot 2014.01 didn't build with more recent binutils. However, this doesn't work anymore because binutils 2.24 is deprecated. Current U-Boot 2016.09.01 doesn't work out of the box because the u-boot-nand.img support has been removed. Since updating U-Boot is generally not needed anyway, we just remove the U-Boot support. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/freescale_mpc8315erdb: bump to kernel 4.5.3Gustavo Zacarias2016-05-051-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/freescale_mpc8315erdb: lock down binutils versionGustavo Zacarias2016-05-051-0/+2
| | | | | | | | | | | | The used U-Boot version (2014.04) isn't too happy with newer (>= 2.25) binutils versions, so keep it locked down until the config is updated for a newer version. U-Boot 2016.03 in fact does work for mpc8315erdb - however it doesn't yet support SPL which is necessary for NAND boot and would be a massive defconfig revamp switching to NOR. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* defconfigs: all use the headers from the kernelYann E. MORIN2016-02-061-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | For most defconfigs, it was trivial to deduce the kernel version, by just reading the version string, which could be: - a standard upstream version string vX.Y.Z - a non-standard version string, but still containg the standard X.Y.Z Those for which it was not so trivial were those hosted on git tree. Since most were already using a custom linux-headers version, it could be easily deduced from that. It was confirmed by browsing said git trees and check the version there. There are a few cases were there was a mismatch: - microzed: uses a 3.18 kernel, but 3.8 headers; fixed. - xilinx_zc706: uses a 3.14 kernel, but 3.8 headers; fixed. - zedboard: uses a 3.18 kernel, but 3.8 headers; fixed. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/mpc8315erdb: bump to linux 4.2.5Gustavo Zacarias2015-10-291-4/+4
| | | | | | | | Also revamp the kernel config a bit to make it more featured, enabling SATA ports and storage. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/mpc8315erdb: bump to the latest and greatest versionsGustavo Zacarias2015-08-211-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/mpc8315erdb: bump to the latest and greatest versionsGustavo Zacarias2015-01-061-5/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/fsl_mpc8315erdb: fix and bump relevant versionsGustavo Zacarias2014-03-071-2/+3
| | | | | | | | | Tweak the config to deal with b155f5a5ab321b06df1c5d5f5e104438e8288cf8 fallout. And bump to the latest kernel versions. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/mpc8315erdb: bump to the latest and greatest versionsGustavo Zacarias2014-01-211-4/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/mpc8315erdb: bump to the latest and greatest versionsGustavo Zacarias2013-11-051-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/mpc8315erdb: bump to the latest and greatest versionsGustavo Zacarias2013-10-191-5/+6
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/mpc8315erdb: bump to the latest and greatest versionsGustavo Zacarias2013-08-271-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs: use new u-boot custom version optionFabio Porcedda2013-05-071-1/+2
| | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* board/freescale: switch to u-boot 2013.04Gustavo Zacarias2013-05-061-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs: add sample for freescale mpc8315erdbGustavo Zacarias2013-04-211-0/+33
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud