summaryrefslogtreecommitdiff
path: root/configs
AgeCommit message (Collapse)Author
2017-02-09configs/mx25pdk: Bump U-Boot and kernel versionsFabio Estevam
Bump U-Boot to 2017.01 version and kernel to 4.9.9. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-02-07configs/qemu_nios2: add custom kernel headers versionRomain Naour
When this qemu nios2 defconfig has been added, the insternal toolchain used for testing was build with Linux kernel headers 4.9, so BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9 was missing in the defconfig. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-02-06configs/odroidc2: bump kernel version to ↵Dagg Stompler
a7fe6f2258e30c7a547908b5480bdbe6b56d6d3c this kernel rev has numerous bug fixes, framework upgrades and new features added. Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-02-06configs/odroidc2: bump uboot version to eb5d2d16fd45f52ec49e9b4ff9d562630c08e61cDagg Stompler
this version bump allows usage of hardkernel's secure signatures when booting a system Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-02-04configs: Update Synopsys VDK for ARC HS38Alexey Brodkin
This updates Linux kernel for Synopsys ARC HS38 VDK so it matches real platform and while at it bump kernel version to the latest. Main changes: * Linux kernel v4.9.6 (latest in 4.9.x series in buildroot) * Add support of MMC controller which is used for rootfs * Add support of UIO which is used to communicate with EVSS Now with this update image built by vanilla Buildroot VDK has working UART, MMC, LCD, Ethernet, UIO etc. And while at it we rename defconfing so it: 1) Doesn't mention SMP any more - that's the only option anyways now 2) Matches common naming scheme: vendor_arch_platform Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Zakharov Vlad <Vladislav.Zakharov@synopsys.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-02-01configs/imx6q-sabresd: Bump to 4.9.7 kernelFabio Estevam
Kernel 4.9.7 has an important fix: a2104c7cd3b24c432 ("drm/atomic: clear out fence when duplicating state"), which fixes a kernel warning that triggers sometimes when starting/stopping ksmcube application several times in a row. So bump to this version. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-01-31configs/qemu: bump to the latest kernel versionGustavo Zacarias
Also bump the pc samples since they're tied to the (base) qemu config. Results table: Defconfig Kernel Qemu Network Status -------------------------------------------------------------- aarch64_virt 4.9.6 2.6.0 YES OK (3) arm_versatile 4.9.6 2.5.0 YES OK arm_versatile_nommu 4.4.45 2.5.0 YES OK arm_vexpress 4.9.6 2.5.0 YES OK m68k_mcf5208 4.8.17 2.5.0 YES OK (6) m68k_q800 4.9.6 q800-v2.4.0 NO (2) OK microblazebe 4.9.6 2.5.0 YES OK microblazeel 4.9.6 2.5.0 YES OK mips32r2el_malta 4.9.6 2.5.0 YES OK mips32r2_malta 4.9.6 2.5.0 YES OK mips32r6el_malta 4.9.6 2.6.0 YES OK (3) mips32r6_malta 4.9.6 2.6.0 YES OK (3) mips64el_malta 4.9.6 2.5.0 YES OK mips64_malta 4.8.17 2.5.0 YES OK (6) mips64r6el_malta 4.9.6 2.7.0 YES OK (3)(4) mips64r6_malta 4.9.6 2.7.0 YES OK (3)(4) nios2-10m50 4.9.6 2.9.0 NO OK or1k 4.9.6 2.5.0 NO OK ppc_g3beige 4.9.6 2.5.0 YES OK ppc_mpc8544ds 4.9.6 2.5.0 YES OK ppc_virtex_ml507 4.9.6 2.5.0 NO OK ppc64_pseries 4.9.6 2.5.0 YES OK sh4 4.9.6 2.5.0 YES OK sh4eb 4.9.6 2.5.0 NO (1) OK sparc_ss10 4.9.6 2.5.0 YES OK sparc64_sun4u 4.9.6 2.5.0 YES OK sparc_sun4u 4.9.6 2.5.0 YES OK x86 4.9.6 2.5.0 YES OK x86_64 4.9.6 2.5.0 YES OK xtensa_lx60 4.8.17 2.6.0 YES OK (6) xtensa_lx60_nommu 4.8.17 2.6.0 YES OK (5) (1) - Probably an endian issue with 8139 emulation/driver (2) - There's a network interface, but enabling it in qemu fails (3) - Known to fail with qemu versions lower than 2.6.0 (4) - Might work with 2.6.0, but the cpu definition changed in 2.7.0 (5) - Kept back on 4.8.x series since 4.9.x fails to build (6) - Kept back on 4.8.x series since 4.9.x fails to boot Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-31configs/imx6q-sabresd: Add new defconfigFabio Estevam
Add imx6q-sabresd_defconfig which supports imx6q-sabresd board using mainline U-Boot and mainline kernel. Keep freescale_imx6qsabresd_defconfig for those who want to run U-Boot and kernel versions from NXP. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-30board: add support for chiliBoardMarcin Niestroj
Board support package includes: * Buildroot defconfig * Mainline Linux kernel v4.9.6 * Mainline U-Boot (current HEAD revision is used, as board support patches are not in stable release yet) * genimage config to create sdcard image * Board readme.txt [Peter: use http:// instead of git:// for u-boot] Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-27configs: introduce hs38 HAPS defconfigZakharov Vlad
This commit adds yet another development platform for ARC. This time around it is HAPS or ZeBU based prototyping platform used widely for both ARC hardware and software bring-up and verification. Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-27config: bump linux kernel to 4.9.6 in synopsys defconfigsZakharov Vlad
With this commit we update ARC defconfigs with the following: - "snps_axs101_defconfig" and "snps_axs103_defconfig": - bump linux kernel version to 4.9.6 - set up host linux headers to 4.9 Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-25configs: add Qemu nios2 defconfigRomain Naour
Tested with Qemu the latest master (upcoming 2.9 release) Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-25or1k: add defconfig for Qemu system emulationWaldemar Brodkorb
You can bootup a OpenRISC system, networking is not working. [Peter: drop unneeded _GETTY_PORT="ttyS0" setting] Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Tested-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-24configs: nitrogen*: bump kernel and u-boot revisionsGary Bisson
Here are the main U-Boot modifications: - Fix second Ethernet port for SoloX - Fix LCD disable sequence - Fix LVDS2 as primary display Here are the main Linux modifications: - Rebase on top of NXP 4.1.15_2.0.0 branch - Fix touch screens interrupt conflicts - Backport tw686x features from mainline - Fix multiple ft5x06 touch instantiation - Fix dirty cow vulnerability - Various improvements to TC358743 driver Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-24configs: beaglebone: bump kernel version to 4.4.32Lothar Felten
Switch to Linux kernel version 4.4.32 from the TI SDK 03.02.00.05 Signed-off-by: Lothar Felten <lothar.felten@gmail.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-01-23raspberrypi3_defconfig: bump kernel version to 4.4.43Peter Seiderer
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-23raspberrypi2_defconfig: bump kernel version to 4.4.43Peter Seiderer
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-23raspberrypi_defconfig: bump kernel version to 4.4.43Peter Seiderer
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-23raspberrypi0_defconfig: bump kernel version to 4.4.43Peter Seiderer
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-13configs/liteboard: Bump Linux to 4.9.2Marcin Niestroj
Patches from 4.8 version don't apply. Update them by backporting liteBoard support from Linux master branch. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-13configs/liteboard: Bump U-Boot to 2017.01Marcin Niestroj
There is already support in newest U-Boot version, so drop existing U-Boot patches. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-10configs/mx6sx_udoo_neo: Bump to U-Boot 2017.01Fabio Estevam
Bump to U-Boot 2017.01, which supports mx6sx_udoo_neo by default. Remove the U-Boot patch that we used for the previous version. Also adjust the 'fdtfile' name as it has been changed in U-Boot mainline. [Peter: part 2, boot.scr / defconfig changed accidently got dropped] Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-09olimex_a20_olinuxino_lime: bump versionsFrancois Perrad
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-09olimex_imx233_olinuxino: bump versionsFrancois Perrad
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-09configs/warp7: Bump U-Boot to 2017.01 versionFabio Estevam
Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-03configs/mx53loco: Bump kernel and U-Boot versionsFabio Estevam
Bump Linux kernel versio to 4.9 and U-Boot to 2016.11. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-31configs/warpboard: Select BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEVFabio Estevam
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV allows the Broadcom wireless driver to be automatically loaded on boot. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-31configs/warpboard: Bump kernel and U-Boot versionsFabio Estevam
Bump kernel to version 4.9 and U-Boot to 2016.11. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-30configs/warp7: Add floating point supportFabio Estevam
Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-30configs/imx6ulpico: Select BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEVFabio Estevam
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV allows the Broadcom wireless driver to be automatically loaded on boot. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-30configs/imx6ulpico: Select floating pointFabio Estevam
Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-30configs/imx6ulpico: Bump to U-Boot 2016.11Fabio Estevam
Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-28configs/warp7: Select BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEVFabio Estevam
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV allows the Broadcom wireless driver to be automatically loaded on boot. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-28configs/warp7: Bump to mainline kernel 4.9Fabio Estevam
Use mainline 4.9 instead of a custom kernel based on NXP 4.1. As mx7 boots in non-secure mode in mainline kernel, change the U-Boot target to "warp7". Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-23armadeus_apf9328_defconfig: bump kernel to 3.18.29Peter Korsgaard
Which includes the gcc5+ fix for ftrace: commit aeea3592a13bf12861943e44fc48f1f270941f8d Author: Behan Webster <behanw@converseincode.com> Date: Wed Sep 24 01:06:46 2014 +0100 ARM: 8158/1: LLVMLinux: use static inline in ARM ftrace.h With compilers which follow the C99 standard (like modern versions of gcc and clang), "extern inline" does the wrong thing (emits code for an externally linkable version of the inline function). In this case using static inline and removing the NULL version of return_address in return_address.c does the right thing. Signed-off-by: Behan Webster <behanw@converseincode.com> Reviewed-by: Mark Charlebois <charlebm@gmail.com> Acked-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Otherwise, the build dies with: arch/arm/kernel/return_address.c:66:7: error: redefinition of ‘return_address’ void *return_address(unsigned int level) ^ In file included from include/linux/ftrace.h:20:0, from arch/arm/kernel/return_address.c:12: ./arch/arm/include/asm/ftrace.h:48:21: note: previous definition of ‘return_address’ was here extern inline void *return_address(unsigned int level) ^ For more details, see: https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/185616889 notice: Only build tested as I don't have the hw, which is also why the kernel is only bumped to 3.18 to make it as safe as possible. CC: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-23olimex_a20_olinuxino_lime2_defconfig: correct u-boot configurationPeter Korsgaard
This defconfig currently doesn't build: https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/185616951 As u-boot needs dtc, so add that and change to kconfig mode like on our other allwinner defconfigs as that is in fact what is used. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-12-18BeagleBoard X15: new boardTheo Debrouwere
This configuration provides a basic setup for using Buildroot to create a sd-card image a BeagleBoard X15 board. [Peter: use 512M ext4 partition, linux 4.9 and u-boot 2016.11] Signed-off-by: Theo Debrouwere <Theo.Debrouwere@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-15configs/orangepi: bump kernel and u-boot versionsSergey Matyukevich
Update kernel to 4.9 and U-Boot to 2016.09.01. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-15orangepi: add basic support for orangepi-one boardSergey Matyukevich
Board support package includes the following components: - mainline u-boot 2016.09.01 - mainline kernel 4.9 Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-15orangepipc: rename to orangepi-pcSergey Matyukevich
Rename orangepipc files, configs, and directories: - oragepipc_defconfig -> orangepi_pc_defconfig - board/orangepi/orangepipc -> board/orangepi/orangepi-pc The purpose of the patch is to improve readability before adding other boards of orangepi family. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-14configs/linksprite_pcduino: bump u-boot versionSergey Matyukevich
Update U-Boot to 2016.11. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
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-12-14mx6: udoo: Create a mx6qdl directory for consistencyFabio Estevam
The udoo neo files are currently placed inside udoo/neo directory. Place the mx6qdl udoo related files inside udoo/mx6dl for consistency. [Peter also update path in readme.txt] 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-12-14configs/linksprite_pcduino: bump kernel and u-boot versionsSergey Matyukevich
Update kernel to 4.9 and U-Boot to 2016.09.01. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-14configs/mx6sx_udoo_neo: Remove BR2_TARGET_GENERIC_GETTY_PORTFabio Estevam
As console=ttymxc0 is passed in U-Boot we can use /dev/console to access the serial console and then BR2_TARGET_GENERIC_GETTY_PORT can be removed. 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-12-13mx6sx: Add support for mx6sx udoo neo boardsFabio Estevam
Add support for mx6sx udoo neo boards. For more information about these boards, please check: http://www.udoo.org/udoo-neo The U-Boot and kernel dts patches will be removed when we bump U-Boot to 2017.01 and kernel to 4.10 version as they have already been sent upstream. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-13configs/imx6ulpico: Bump to kernel 4.9Fabio Estevam
Bump to kernel 4.9 and remove the wifi dts patch as it is already part of 4.9. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-12olimex_a20_olinuxino_lime: bump kernel to 4.9Francois Perrad
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-04configs/olimex_a20_olinuxino_lime_mali: bump kernel versionRomain Naour
Bump the kernel to the next commit which fix the build with gcc6. Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Francois Perrad <francois.perrad@gadz.org> Cc: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-12-04raspberrypi3_defconfig: bump kernel version to 4.4.36Peter Seiderer
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>