summaryrefslogtreecommitdiff
path: root/configs
AgeCommit message (Collapse)Author
2016-11-01configs: freescale_imx*: bump to version 4.1.15_2.0.0_gaGary Bisson
This patch is based on the Yocto equivalent: https://github.com/Freescale/meta-freescale/commit/f4e7a140 https://github.com/Freescale/meta-freescale/commit/d4c994cb https://github.com/Freescale/meta-freescale/commit/7ad6dcc3 Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Cc: Fabio Estevam <festevam@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-11-01configs/imx28evk: Generate the standard sdcard.imgFabio Estevam
Generate the standard sdcard.img format that can be directly copied to the SD card. Remove the custom create-boot-sd.sh script and update the readme.txt file accordingly. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> [Thomas: further tweaks to readme.txt.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-25configs/imx28evk: Update U-Boot and kernel versionsFabio Estevam
Update U-Boot to 2016.09.01 and kernel to 4.8.4 version. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-25configs/warp7: Use common script for generating boot imageFabio Estevam
Use the common board/freescale/common/post-image.sh script instead of a custom one. As the final image binary is called "sdcard.img" update the documentation accordingly. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-20configs/zynq_*: add BR2_TARGET_UBOOT_NEEDS_OPENSSL=yThomas Petazzoni
The U-Boot configuration for Zynq boards have CONFIG_FIT_SIGNATURE=y, so they need OpenSSL to be available on the host system. In order to add OpenSSL to the build this commit adds the BR2_TARGET_UBOOT_NEEDS_OPENSSL=y to the relevant defconfigs. Fixes #9316. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-19beaglebone: defconfigs: u-boot needs dtcPeter Korsgaard
Fixes: https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/168763221 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-18ci20_defconfig: update kernel version to ToTVicente Olivert Riera
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-18beaglebone: defconfigs: select ext4 as rootfsLothar Felten
Select ext4 as root file system as the genimage config expects ext4 not ext2. Tested on beaglebone, beagleboneblack and AM335x EVM [Peter: reworded slightly] Signed-off-by: Lothar Felten <lothar.felten@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-15configs/freescale_mpc8315erdb: remove U-Boot buildArnout Vandecappelle
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>
2016-10-15configs/freescale_p1010rdb_pa: remove U-Boot buildArnout Vandecappelle
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 does build successfully, but we don't have a board anymore to test it. 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>
2016-10-15configs/lego_ev3: bump kernel to 4.4 seriesVincent Stehlé
Bump kernel revision used by lego_ev3_defconfig to the latest tag from ev3dev, as suggested by Peter. This is a 4.4 series kernel, which has the added benefit of not necessitating a specific gcc to boot. We need a patch to create an empty drivers/lego/Kconfig file for the build to succeed though, as the ev3dev kernel normally expects a drivers tree to be checked out there. Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Suggested-by: Peter Korsgaard <peter@korsgaard.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-15configs/arm_juno: use official kernel tarballThomas Petazzoni
Since commit 0924208839336f1a1bb29eb1a627005ba6b9065d ("configs/arm_juno: use 4.6 mainline kernel"), we're using a mainline kernel for the ARM Juno board. But we're still fetching it from a Git repository, which is not really efficient, so let's switch to use a tarball instead. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-15configs/zynq_*_defconfig: enable VFP supportPeter Korsgaard
The A9 cores inside the Xilinx Zynq have a VFP unit, so enable it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-15configs: add defconfig for Digilent ZyboSebastien Van Cauwenberghe
This configuration allows out-of-the box Digilent Zybo support. It uses mainline U-boot and Linux kernel. This configuration generates a SD card image named sdcard.img. [Peter: rename genimage.cfg, cleanup post-image script, enable VFP support, use 4.6 kernel headers and add tools needed by genimage] Signed-off-by: Sebastien Van Cauwenberghe <svancau@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-15configs/beaglebone_qt5: new defconfigLothar Felten
Add a target configuration for the beaglebone that supports the SGX530 graphics acceleration and builds the qt5 demos with the eglfs backend. The imagination technologies demos and fbv are also included. The Linux kernel is based on the omap2plus defconfig, a config fragment adds the required settings for SGX accelerator support. Signed-off-by: Lothar Felten <lothar.felten@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-15configs/beaglebone: update kernel/uboot, add AM335x EVM supportLothar Felten
This patch updates the target config for the beaglebone based on the AM335x CPU. It also supports the beagleboneblack, the TI evm and evmsk. Device tree blobs for am335x-evm, am335x-evmsk, am335x-bone, am335x-boneblack will be built and a sd card image is created with a post-image script. The kernel and driver versions match the ti-processor-sdk 02.00.00.00. Patches allow the use of old AM335x evm revisions (1 bit sd card) and JTAG debugging. Kernel JTAG patch: By default the kernel will disable the JTAG clock, access via the JTAG port will not work after the kernel booted. The AM335x-evm has a JTAG header fitted, this patch keeps the JTAG clock alive. Signed-off-by: Lothar Felten <lothar.felten@gmail.com> [Thomas: remove 1-bit MMC patch, it's causing a significant performance regression for users of BeagleBone, which are 99.99% of the users of this defconfig.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-15configs/arm_juno: add the bootloader buildJoao Pinto
Thanks to the recent addition of the vexpress-firmware and arm-trusted-firmware packages, this commit improves the ARM Juno defconfig to also build a bootloader. Signed-off-by: Joao Pinto <jpinto@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-15qemu: add ARM noMMU defconfigWaldemar Brodkorb
Useful for testing no-MMU ARM code in Qemu. The newer Linux kernels with DT support for Qemu Versatile aren't yet working, so use latest 4.4 kernel. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> Tested-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-14configs/odroidc2: bump kernel headers to 3.14.79Dagg Stompler
following commit 7de5b0d2d83bec38ec96ef5917259d9f46df58d4, bump kernel headers to 3.14.79 to match the kernel version. We cannot use BR2_KERNEL_HEADERS_AS_KERNEL as some of their kernel modifications causes glibc to fail to build. Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-13configs/qemu: bump to the latest kernel versionGustavo Zacarias
Drop m68k-mcf5208 kernel patch since it's upstream. Also bump the pc samples since they're tied to the (base) qemu config. Results table: Defconfig Kernel Qemu Network Status -------------------------------------------------------------- aarch64_virt 4.8.1 2.6.0 YES OK (3) arm_versatile 4.8.1 2.5.0 YES OK arm_vexpress 4.8.1 2.5.0 YES OK m68k_mcf5208 4.8.1 2.5.0 YES OK m68k_q800 4.8.1 q800-v2.4.0 NO (2) OK microblazebe 4.8.1 2.5.0 YES OK microblazeel 4.8.1 2.5.0 YES OK mips32r2el_malta 4.8.1 2.5.0 YES OK mips32r2_malta 4.8.1 2.5.0 YES OK mips32r6el_malta 4.8.1 2.6.0 YES OK (3) mips32r6_malta 4.8.1 2.6.0 YES OK (3) mips64el_malta 4.8.1 2.5.0 YES OK mips64_malta 4.8.1 2.5.0 YES OK mips64r6el_malta 4.8.1 2.7.0 YES OK (3)(4) mips64r6_malta 4.8.1 2.7.0 YES OK (3)(4) ppc_g3beige 4.8.1 2.5.0 YES OK ppc_mpc8544ds 4.8.1 2.5.0 YES OK ppc_virtex_ml507 4.8.1 2.5.0 NO OK ppc64_pseries 4.8.1 2.5.0 YES OK sh4 4.8.1 2.5.0 YES OK sh4eb 4.8.1 2.5.0 NO (1) OK sparc_ss10 4.8.1 2.5.0 YES OK sparc64_sun4u 4.8.1 2.5.0 YES OK sparc_sun4u 4.8.1 2.5.0 YES OK x86 4.8.1 2.5.0 YES OK x86_64 4.8.1 2.5.0 YES OK xtensa_lx60 4.8.1 2.6.0 YES OK xtensa_lx60_nommu 4.8.1 2.6.0 YES OK (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 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-09configs/mx6udoo: Add initial supportFabio Estevam
Add the initial support for mx6q/dl udoo boards. For information about these boards, please visit: http://www.udoo.org/ In linux.fragment we disable USB support for now because kernel 4.8 hangs on udoo board. This is been addressed by Peter Chen's kernel patch series that provides a standard way to reset a USB hub. When such series hit mainline, then we can bump the kernel and remove linux.fragment. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-09configs/grinn_liteboard: Bump to U-Boot 2016.09.01Fabio Estevam
U-Boot 2016.09.01 is a bugfix release, so bump to this version. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-09minnowboard_max: defconfigs: bump linux kernel to 4.8.1Peter Korsgaard
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-07configs/odroidc2: bump kernel to 925e508d37c76848881a8c8f7e9b02abc5731d88Dagg Stompler
odroidc2's kernel remains based on 3.14. This commit upgrades the kernel to a new commit that is now based on 3.14.79, and contains a number of ODroidC2 related bug fixes and feature additions. Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-06config/odroidc2: force usage of gcc 4.9.xdaggs
due to an issue with odroid's u-boot, compiling u-boot with gcc 5.x will result in a non booting image. so a gcc 4.9.x compiler must be used. this solve bug #9326 thanks to Erico Nunes <nunes.erico@gmail.com> for pointing to the right issue. Reported-by: <gahabana@mail.com> Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-05board: add support for liteBoardMarcin Niestroj
Board support package includes: * Buildroot defconfig * Mainline Linux kernel v4.8 with board support patches * Mainline U-Boot v2016.09 with board support patches * genimage config to create sdcard image * Board readme.txt Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-03configs/imx6ulpico: Bump to kernel 4.8Fabio Estevam
Now that the final kernel 4.8 has been released, let's use it instead of 4.8-rc5. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-03configs/imx6ulpico: Use common script for image generationFabio Estevam
Using the common board/freescale/common/post-image.sh can lead to some good amount of simplification. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-03configs/orangepipc: Bump to U-Boot 2016.09.01Fabio Estevam
U-Boot 2016.09.01 is a bugfix release, so bump to this version. Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-03configs/olimex_a20_olinuxino_lime: Bump to U-Boot 2016.09.01Fabio Estevam
U-Boot 2016.09.01 is a bugfix release, so bump to this version. Cc: Francois Perrad <fperrad@gmail.com> Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-09-26board: bump armadeus apf28's kernel version to latest longterm (4.4.22)Julien BOIBESSOT
Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-09-26configs: nitrogen*: bump kernel and u-boot revisionGary Bisson
Here are the main U-Boot modifications: - Add Spansion flash support - Add secure boot (HAB) support Here are the main Linux modifications: - Add HDMI2CSI 75Hz support - Add KD024FM display support - Fix PCIe reset gpios in device tree - Backport xhci fixes from mainline - Fix SOM PHY address bug - Enable IPU Prefetch engine for 6QP - Fix ft5x06 touch bug Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-25configs/imx6dlsabreauto: Add ext4 rootfs optionFabio Estevam
Allow building a ext4 rootfs type. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-25configs/imx6dlsabreauto: Use zImage by defaultFabio Estevam
Currently the generated sdcard.img does not boot because U-Boot looks for a zImage type of kernel instead of uImage. Remove the generation of uImage, so that the sdcard.img can successfully boot. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-25configs/imx6qsabreauto: Add ext4 rootfs optionFabio Estevam
Allow building a ext4 rootfs type. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-25configs/imx6qsabreauto: Use zImage by defaultFabio Estevam
Currently the generated sdcard.img does not boot because U-Boot looks for a zImage type of kernel instead of uImage. Remove the generation of uImage, so that the sdcard.img can successfully boot. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-25configs/imx: Bump to U-Boot 2016.09.01Fabio Estevam
2016.09.01 is a bugfix release, so bump to this version. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-23configs/acmesystems_arietta_g25: update kernel and at91bootstrap3Biagio Montaruli
- configs/acmesystems_arietta_g25_128mb_defconfig, configs/acmesystems_arietta_g25_256mb_defconfig : update default configuration files for both 128MB and 256MB version - board/acmesystems/arietta-g25/genimage.cfg board/acmesystems/arietta-g25/post-image.sh : improve 'post-image.sh' and 'genimage.cfg' used to build sdcard.img - board/acmesystems/arietta-g25/readme.txt : update documentation for Arietta G25 Signed-off-by: Biagio Montaruli <biagio.hkr@gmail.com> Acked-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Reviewed-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-23configs/imx6qsabresd: Add ext4 rootfs optionFabio Estevam
Allow building a ext4 rootfs type. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-23configs/imx6qsabresd: Use zImage by defaultFabio Estevam
Currently the generated sdcard.img does not boot because U-Boot looks for a zImage type of kernel instead of uImage. Remove the generation of uImage, so that the sdcard.img can successfully boot. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-23raspberrypi3_defconfig: bump to kernel version 4.4.21Peter Seiderer
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-23raspberrypi2_defconfig: bump to kernel version 4.4.21Peter Seiderer
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-23raspberrypi_defconfig: bump to kernel version 4.4.21Peter Seiderer
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-23raspberrypi0_defconfig: bump to kernel version 4.4.21Peter Seiderer
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-22configs/acmesystems_aria_g25: update and add genimage handlingBiagio Montaruli
- configs/acmesystems_aria_g25_128mb_defconfig, configs/acmesystems_aria_g25_256mb_defconfig : update default configuration files for both 128MB and 256MB version - board/acmesystems/aria-g25/genimage.cfg board/acmesystems/aria-g25/post-image.sh : add support for genimage in order to build sdcard.img - board/acmesystems/aria-g25/readme.txt : update documentation for Aria G25 and add notes about how to build sdcard.img Signed-off-by: Biagio Montaruli <biagio.hkr@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-20configs/warp7: Add Wifi supportFabio Estevam
Warp7 has a BRCM43430 Wifi chipset. Add support for it. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-09-18raspberrypi3: fix serial console (load pi3-miniuart-bt overlay)Peter Seiderer
- enable BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS in raspberrypi3_defconfig - add copy of rpi-firmware/overlays directory to boot partition in genimage-raspberrypi3.cfg - enhance post-image.sh script to add 'dtoverlay=pi3-miniuart-bt' on request - add BR2_ROOTFS_POST_SCRIPT_ARGS="--add-pi3-miniuart-bt-overlay" in raspberrypi3_defconfig Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-18configs: add defconfig for TS-4900Mathieu Audat
The TS-4900 uses a custom Linux 4.X from Technologic Systems: https://github.com/embeddedarm/linux-3.10.17-imx6/tree/imx_4.1.15_1.0.0_ga Indeed, it is not supported by mainline Linux but this work is ongoing. This patch is inspired by a previous work for the TS-4800. A post image script is provided to generate an image that can be directly written to an SD card. It also adds an fpga wifi module. Signed-off-by: Mathieu Audat <mathieu.audat@savoirfairelinux.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-17olimex_a20_olinuxino_lime: bump u-boot to 2016.09Francois Perrad
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-17configs: nitrogen*: enable VFP and NEON supportGary Bisson
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>