summaryrefslogtreecommitdiffstats
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* initial novena board supportbnewbold2013-07-151-0/+34
|
* configs/qemu: bump relevant config versionsGustavo Zacarias2013-07-0815-49/+62
| | | | | | | | While at it add the missing network interfaces to configurations that support it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* snowball: fix download URLGregory Hermant2013-07-071-2/+2
| | | | | Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* config/rpi: bump kernelYann E. MORIN2013-07-071-1/+1
| | | | | | | | | | | Misc fixes and enhancements: - faster image blitting in framebuffer - USB fixes, and use of FIQ instead of plain IRQ - generic ARM fixes for memset - BT l2cap fix Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs: bump kernel in rpi_defconfig for misc fixesYann E. MORIN2013-06-271-1/+1
| | | | | | | | | | Fixes in GPIOs, I2C and DMA. And since the RPi git tree fork has a non-upstream driver for rtl8192c WiFi USB stick, there's a fix for that, too. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* boards/rpi: bump kernelYann E. MORIN2013-06-031-1/+1
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add support for the Calao-systems TNY-A9G20-LPWGregory Hermant2013-06-021-0/+32
| | | | | | [Peter: lock kernel/headers version to 3.9.4, use devtmpfs, add comments] Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'next'Peter Korsgaard2013-06-023-4/+79
|\
| * configs: add sample for olimex mx233 olinuxinoGustavo Zacarias2013-05-291-0/+33
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * cubieboard: add supportCarlo Caione2013-05-291-0/+39
| | | | | | | | | | | | | | [Peter: adjust for _FEX_FILE] Signed-off-by: Carlo Caione <carlo.caione@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * beaglebone: add am33x-cm3 to the buildAnders Darander2013-05-141-0/+1
| | | | | | | | | | | | | | | | Add the FW needed for the Cortex M3 on the beaglebone. This is required for working power management. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * beaglebone: update to linux 3.8Anders Darander2013-05-141-4/+6
| | | | | | | | | | | | | | | | | | | | | | As the beaglebone support is mainlined, there's no support for the old board setup files, and the only supported run-time configuration is through the device tree. We're also setting the kernel headers to follow the 3.8 series. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | configs/qemu: bump relevant config versionsGustavo Zacarias2013-05-1213-13/+13
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | configs: add defconfig for Atmel AT91SAM9260-EK Nand Flash BootFabio Porcedda2013-05-111-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | This is a configuration that provides a basic setup for generating bootable nandflash images: - at91bootstrap - barebox - kernel - rootfs Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | configs: add defconfig for Telit EVK-PRO3Fabio Porcedda2013-05-111-0/+33
| | | | | | | | | | | | | | For more info, please read board/telit/evk-pro3/readme.txt Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | configs/qemu: bump relevant configs to kernel version 3.9.1Gustavo Zacarias2013-05-1112-12/+12
|/ | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs: add basic defconfig for openblocks a6Peter Korsgaard2013-05-081-0/+20
| | | | | | For details, see http://openblocks.plathome.com/products/a6/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs: update boards to u-boot custom version optionGustavo Zacarias2013-05-073-5/+6
| | | | | | | | | Some board configs where left out of the u-boot custom version migration, so do it otherwise they'll just pull the latest version which might not work and brick the device. 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-073-3/+6
| | | | | 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-062-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pandaboard: Fix defconfig buildMaxime Ripard2013-05-061-0/+5
| | | | | | | | | | | | | | | | Commit 75b7dc68 ("linux: default to 3.9, remove 3.8") made 3.9 the default kernel version. The omap kernel switched to multiplatform kernel during the 3.9 kernel development cycle. Obviously, the uImage generation doesn't work anymore with multiplatform kernels, since you have to provide the kernel load address, resulting in a build error. Lock down the kernel version to 3.8 to keep the old behaviour until someone submits a patch to switch to multiplatform kernel. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs/qemu: bump relevant configs to kernel version 3.9.xGustavo Zacarias2013-04-2915-44/+44
| | | | | | | | | | | Problematic configurations not bumped: powerpc-g3beige: Kernel oops on boot sh4-r2d - Qemu doesn't emulate advanced features from the console UART sparc-ss10 - Illegal instruction Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add defconfig for ATMEL at91sam9g45m10ek boardAlexandre Belloni2013-04-281-0/+9
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* integrator926: Update the defconfigMaxime Ripard2013-04-251-4/+7
| | | | | | | | | | | the integrator926 defconfig has not been updated for quite some time, and is still asking for very old linux and u-boot releases. Now that these versions aren't present in Buildroot anymore, they default to a newer release, where, in the u-boot case, the defconfig name has changed, leading to a build failure. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* beaglebone_defconfig: use u-boot 2013.04, add commentsPeter Korsgaard2013-04-241-2/+12
| | | | 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>
* configs: add sample for freescale p1010rdbGustavo Zacarias2013-04-211-0/+32
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* apf9328: Fix build errorMaxime Ripard2013-04-211-1/+1
| | | | | | | | | | Commit a0b6faa ("gdb: convert to the package infrastructure") changed the name of the host gdb configuration option, and added it to the legacy option set, leading to a build breakage for the armadeus_apf9328_defconfig. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/arm-versatile: update to use kernel 3.8.8Gustavo Zacarias2013-04-211-3/+3
| | | | | | | | The IRQ mapping failures have been fixed in 3.8.8 so update it to the latest kernel series. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add Gnublin board support with fixed kernel header versionZoltan Gyarmati2013-04-141-0/+27
| | | | | | | [Peter: misc white space fixup] Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add Armadeus systems APF27 SOM basic supportJulien Boibessot2013-04-141-0/+28
| | | | | | | | Buildroot toolchain, UBIFS rootfs, Linux kernel (board is mainlined since 3.8). Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nitrogen6x: get rid of ext2 rev 1 notice now we can create it directly insteadPeter Korsgaard2013-04-121-0/+1
| | | | | | And update the defconfig to do so. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nitrogen6x_defconfig: drop double linux tarball locationPeter Korsgaard2013-04-111-1/+0
| | | | | | | Somehow the old setting wasn't dropped in 184850a42 (bump u-boot / linux versions to current stable). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nitrogen6x_defconfig: bump u-boot / linux versions to current stablePeter Korsgaard2013-04-091-2/+3
| | | | | | As described on http://boundarydevices.com/u-boot-branches-for-i-mx6-april-2013/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs: add RaspberryPi defconfigMaxime Hadjinlian2013-03-261-0/+23
| | | | | | | | | | | | | | | | | This is a default configuration for the RaspberryPi, tested and functional. The kernel used is the one developped by the RaspberryPi foundation as it's not fully supported currently in mainline kernel. The configuration used for the kernel is the default bcmrpi. For more info, please find board/raspberrypi/readme.txt [Peter: minor README tweaks, rename to readme.txt] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> [yann.morin.1998@free.fr: use correct kernel headers, update kernel cset] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add Armadeus systems APF28 SOM basic support.Julien Boibessot2013-03-041-0/+29
| | | | | | | | | Buildroot toolchain, UBIFS rootfs, Linux kernel (board is mainlined since 3.8). Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs/qemu: bump relevant configs to kernel version 3.8.xGustavo Zacarias2013-03-0115-43/+43
| | | | | | | | | | | Problematic configurations not bumped: arm-versatilepb - IRQ failure for symbios scsi sh4-r2d - Qemu still doesn't emulate advanced features from the UART sparc-ss10 - Illegal instruction Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs/qemu: bump relevant configurations to new 3.7.x stable kernelsGustavo Zacarias2013-02-1714-14/+14
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* config/kb9202_defconfig: update to latest at91 kernel and lock headersGustavo Zacarias2013-02-081-2/+6
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs/at91sam9g20dfc_defconfig: lock down kernel headers vesionGustavo Zacarias2013-02-081-0/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs/armadeus_apf9328_defconfig: lock down kernel headers versionGustavo Zacarias2013-02-081-0/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs/mini2440_defconfig: lock down kernel headers versionGustavo Zacarias2013-02-081-0/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs/sheevaplug_defconfig: lock down kernel headers versionGustavo Zacarias2013-02-081-0/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs/beaglebone_defconfig: lock down kernel headers versionGustavo Zacarias2013-02-081-0/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs/{ea3250, fdi3250, phy3250}: lock down kernel headers versionGustavo Zacarias2013-02-073-0/+12
| | | | | | | | | | Update {ea3250,fdi3250,phy3250}_defconfig to lock down kernel headers to an appropiate version. Otherwise the target is building with, at the moment of this writing, version 3.7 headers and a 2.6.34 kernel which usually isn't wise. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs/qemu: update to use latest kernelsGustavo Zacarias2013-02-0615-15/+15
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add support for the Calao-systems USB-A9260Gregory Hermant2013-01-281-0/+15
| | | | | Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/sh4-r2d: update to use kernel 3.2.36Gustavo Zacarias2013-01-041-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs/at91rm9200df: update and fixGustavo Zacarias2013-01-041-2/+8
| | | | | | | | | | Update to the latest maxim.org.za kernel 2.6.38 Lock down headers version, otherwise we were building a toolchain with 3.7 headers for a 2.6.33 kernel - not too wise. Also the AT91RM9200 is an ARM920T so enable that target. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/arm-nuri: add new sample configGustavo Zacarias2013-01-041-0/+25
| | | | | | | | Add the new arm-nuri sample qemu config. Samsung Exynos4210 Cortex-A9 dual-core testing. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>