summaryrefslogtreecommitdiff
path: root/configs/riotboard_defconfig
AgeCommit message (Collapse)Author
2016-12-14configs/mx6: Select NEON and VFP related optionsFabio Estevam
MX6 has a Cortex-A9 core, which supports NEON and VFP. Add support for them. Suggested-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-04-05linux: use zImage by default on ARMThomas Petazzoni
Since quite some time, the kernel and bootloader communities consider zImage as the default format for kernel images on ARM, replacing uImage. The load address information in uImage is no longer needed, since the kernel is position-independent in terms of physical address, except on a few old platforms. For most people, using zImage is simply better/simpler, so let's switch to zImage as the default image format on ARM. All defconfigs are updated: 46 defconfigs no longer need to select explicitly zImage because it's the default, and 16 defconfigs now need to explicitly select uImage because that's no longer the default. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Matt Weber <matt@thewebers.ws> Acked-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-02-23configs: ensure ARM EABIhf is enabled for configurations using cortex A9Peter Korsgaard
Similar to the issue with the Atmel A5 based boards, the VFP is optional on A9 - So we need to enable it to be able to use EABIhf. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-02-06defconfigs: all use the headers from the kernelYann E. MORIN
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>
2015-11-24configs/riotboard: bump kernel to version 4.2.6Nikolay Dimitrov
Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-10-25configs/riotboard: bump u-boot to version 2015.10Nikolay Dimitrov
Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-10-25configs/riotboard: Decouple u-boot version from the default valueNikolay Dimitrov
Use custom version for U-Boot, instead of using the default value as defined in BR2_TARGET_UBOOT_VERSION. Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-10-10configs/riotboard: bump kernel to version 4.2.3Nikolay Dimitrov
Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-08-02configs/riotboard: bump kernel to version 4.1.3Nikolay Dimitrov
Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-28configs/riotboard: bump u-boot to version 2015.07Nikolay Dimitrov
Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-05-18configs/riotboard: bump kernel to version 4.0Nikolay Dimitrov
Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-05-07configs/riotboard: bump u-boot to version 2015.04Nikolay Dimitrov
Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-04-18configs/riotboard: bump kernel to version 3.19.3Nikolay Dimitrov
Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-03-27configs/riotboard: bump kernel to version 3.19Nikolay Dimitrov
Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-03-06board: add support for RIoTboardNikolay Dimitrov
This is a small development board, based on Freescale IMX6 Solo SoC (single core ARM Cortex-A9). The board has excellent support in mainline U-Boot and Linux. Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>