summaryrefslogtreecommitdiffstats
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* zynq: enable BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIGMasahiro Yamada2016-08-293-4/+7
| | | | | | | | The recent U-Boot adopts Kconfig for its configuration system. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* m68k: flat one memory region works with small kernel patchWaldemar Brodkorb2016-08-231-0/+2
| | | | | | | | | | | Greg Ungerer fixed recently a bug in the Linux kernel, which allows to use one memory region again. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> [Thomas: cherry-picked from next to master, in order to be able to use BR2_BINFMT_FLAT_ONE by default on m68k, since BR2_BINFMT_FLAT_SEP_DATA causes too much problems.] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* defconfigs/snps_axs_10*: uboot needs dtcYann E. MORIN2016-08-072-0/+2
| | | | | | | | | Fixes: https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/150333758 https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/150333759 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* defconfigs/kb9202: fix headers versionYann E. MORIN2016-08-071-1/+2
| | | | | | | | Fixes: https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/150333697 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: nitrogen*: bump kernel and u-boot version for m4 supportGary Bisson2016-08-033-8/+8
| | | | | | | | | | | | | | Also adding the '-m4' device tree blobs which allow to disable the peripherals that are used by the Cortex-M4. The 6x_bootscript is already setup to load the '-m4' dtb if m4enabled u-boot variable is set to 1. The FreeRTOS BSP for both Nitrogen6SX and Nitrogen7 can be found here: https://github.com/boundarydevices/freertos-boundary Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* config: update synopsys defconfigsZakharov Vlad2016-08-034-30/+11
| | | | | | | | | | | | | | | | | | | With this commit we update ARC defconfigs with the following: - "snps_axs101_defconfig" and "snps_axs103_defconfig": - bump linux kernel version to 4.7 - set up host linux headers to 4.7 - bump u-boot version to 2016.07 - "snps_hs38_smp_vdk_defconfig": - bump linux kernel version to 4.7 - set up host linux headers to 4.7 Also we delete "snps_hs38_vdk_defconfig" as we doesn't support uni-processor HS38 configuration for vdk any longer. Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs: imx6ulpico: Add Wifi supportFabio Estevam2016-08-011-0/+16
| | | | | | | | | | | | imx6ulpico has a BCM4339 Wifi chip. Add Wifi support by default to allow a better customer experience. The dts patch has already been sent to the linux-arm-kernel list and we can remove it once it reaches a mainline kernel (in version 4.9 probably). Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: warpboard: Select wireless related packagesFabio Estevam2016-08-011-0/+5
| | | | | | | | | Let the wireless packages be selected by default to make the usage of Wifi a bit simpler. Suggested-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* zynq_zc706: bump U-Boot to xilinx-v2016.2Masahiro Yamada2016-07-301-3/+4
| | | | | | | | | | | | | | | | | This is the latest release tag in the Xilinx repository, based on U-Boot v2016.01 in the mainline. It includes proper ps7_init_gpl.c/h in it, so builds working SPL without any manual intervention. BR2_TARGET_UBOOT_BOARD_NAME should be changed to zynq_zc706 since U-Boot now has separate defconfig files for ZC702 and ZC706 boards. BR2_TARGET_UBOOT_SPL_NAME should be changed to spl/boot.bin since the Zynq image support for the mkimage tool was upstreamed and it now generates boot.bin under spl/ directory. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* zynq_zc706: bump Linux to xilinx-v2016.2Masahiro Yamada2016-07-301-3/+2
| | | | | | | | | This is the latest release tag in the Xilinx repository, based on Linux v4.4 in the mainline. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* zynq_microzed: bump U-Boot to xilinx-v2016.2Masahiro Yamada2016-07-301-5/+5
| | | | | | | | | | This is the latest release tag in the Xilinx repository, based on U-Boot v2016.01 in the mainline. To sync with the Zedboard updates, switch over to the Xilinx GitHub repository. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* zynq_microzed: bump Linux to xilinx-v2016.2Masahiro Yamada2016-07-301-3/+2
| | | | | | | | | This is the latest release tag in the Xilinx repository, based on Linux v4.4 in the mainline. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* zynq_zed: bump U-Boot to xilinx-v2016.2Masahiro Yamada2016-07-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the latest release tag in the Xilinx repository, based on U-Boot v2016.01 in the mainline. Commit 46d6a561be41 ("zedboard: Generate BOOT.BIN automatically") switched from the Xilinx GitHub repository to the U-Boot mainline, but this commit gets it back to the Xilinx GitHub repository for the following reasons: - This defconfig still relies on the Xilinx's local repository for the kernel. The vendor does the best test for the combination of U-Boot and the kernel with the same release tag (xilinx-v2016.2 in this case). - At the time of commit 46d6a561be41, the u-boot-xlnx still needed manual copy of ps7_init(_gpl).c/h in order to build a working SPL image. So, the mainline U-Boot had advantage in that point of time. However, the improvement in the mainline U-Boot was merged into the u-boot-xlnx at the xilinx-v2015.3 release. Now, the mainline and the u-boot-xlnx are even in this point of view. - The mainline U-Boot defaults to boot FIT, so something must be done; either patch environments around with a local patch to switch to uImage booting (current solution), or build an FIT with a post build script (chromebook snow does this). On the other hand, the Xilinx repository defaults to uImage booting, so it is straightforward, and needs no addition care. This commit does: - Switch to the Xilinx custom git repository, and stick to the xilinx-v2016.2 tag. - Delete the local patch board/avnet/zedboard/uboot/0001... since the Xilinx custom repository can boot uImage by default. - Enable BR2_TARGET_UBOOT_FORMAT_IMG instead of ..._FORMAT_DTB_IMG since all the Zynq boards in U-Boot enable CONFIG_OF_EMBED. - Replace BR2_TARGET_UBOOT_ZYNQ_IMAGE with BR2_TARGET_UBOOT_SPL_NAME since U-Boot can natively generate the Zynq boot image now. The Zynq image support for mkimage tool was upstreamed at v2016.01 (so xilinx-v2016.1 as well), so no additional tool is needed any more. - Update readme.txt Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* zynq_zed: bump Linux to xilinx-v2016.2Masahiro Yamada2016-07-301-3/+2
| | | | | | | | | This is the latest release tag in the Xilinx repository, based on Linux v4.4 in the mainline. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/qemu: bump to latest versionGustavo Zacarias2016-07-2729-114/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also bump the pc samples since they're tied to the (base) qemu config. Results table: Defconfig Kernel Qemu Network Status -------------------------------------------------------------- aarch64_virt 4.7 2.6.0 YES OK (3) arm_versatile 4.7 2.5.0 YES OK arm_vexpress 4.7 2.5.0 YES OK m68k_mcf5208 4.7 2.5.0 YES OK m68k_q800 4.7 q800-v2.4.0 NO (2) OK microblazebe 4.7 2.5.0 YES OK microblazeel 4.7 2.5.0 YES OK mips32r2el_malta 4.7 2.5.0 YES OK mips32r2_malta 4.7 2.5.0 YES OK mips32r6el_malta 4.7 2.6.0 YES OK (3) mips32r6_malta 4.7 2.6.0 YES OK (3) mips64el_malta 4.7 2.5.0 YES OK mips64_malta 4.7 2.5.0 YES OK mips64r6el_malta 4.7 2.6.0 YES OK (3) mips64r6_malta 4.7 2.6.0 YES OK (3) ppc_g3beige 4.7 2.5.0 YES OK ppc_mpc8544ds 4.7 2.5.0 YES OK ppc_virtex_ml507 4.7 2.5.0 NO OK ppc64_pseries 4.7 2.5.0 YES OK sh4 4.7 2.5.0 YES OK sh4eb 4.7 2.5.0 NO (1) OK sparc_ss10 4.7 2.5.0 YES OK sparc64_sun4u 4.7 2.5.0 YES OK sparc_sun4u 4.7 2.5.0 YES OK x86 4.7 2.5.0 YES OK x86_64 4.7 2.5.0 YES OK xtensa_lx60 4.7 2.6.0 YES OK xtensa_lx60_nommu 4.7 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 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: nitrogen*: bump u-boot version to v2016.03Gary Bisson2016-07-273-5/+6
| | | | | | | | Using the latest commit of our 2016.03 U-Boot branch: https://github.com/boundarydevices/u-boot-imx6/tree/boundary-v2016.03 Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs: nitrogen*: bump kernel version to 4.1.15_1.0.0_gaGary Bisson2016-07-273-12/+12
| | | | | | | | Using the latest commit of our 4.1.15 kernel branch: https://github.com/boundarydevices/linux-imx6/commits/boundary-imx_4.1.15_1.0.0_ga Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs: warpboard: Move to kernel version 4.4.15Fabio Estevam2016-07-271-7/+5
| | | | | | | | | | | | | | Currently warpboard uses a 4.0.5 kernel version from github. Move to version 4.4.15, which is a long term supported kernel version. With 4.4.15 we no longer need the extra two kernel patches as they have already been upstreamed. Use a linux fragment file, so that wireless can be functional by default. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/warpboard: Generate an sdcard imageFabio Estevam2016-07-271-0/+10
| | | | | | | | | Generate an sdcard.img image to make it easier the deployment of a Buildroot image. [Peter: drop unneeded exit statement in post-image script] Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs: Add new configuration for i.MX6UL Pico boardFabio Estevam2016-07-251-0/+34
| | | | | | | | | | | Add support for Technexion's i.MX6UL Pico board running U-boot 2016.07 and kernel 4.7. For information about this board, please visit: http://www.wandboard.org/images/hobbit/hobbitboard-imx6ul-reva1.pdf Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board: add blackfin gdb simulator supportWaldemar Brodkorb2016-07-241-0/+34
| | | | | | | | | With this config you can bootup a Linux kernel in GDB simulator and test Blackfin kernel and userland. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/odroidc2: select odroid-scriptsDagg Stompler2016-07-241-0/+1
| | | | | Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: add Arcturus uCP1020 BSP supportOleksandr G Zhadan2016-07-241-0/+31
| | | | | | | | | | | The uCP1020 product family (ucp1020) is an Arcturus Networks Inc. System on Modules product featuring a Freescale P1020 CPU, optionally populated with 1 or 2 Gig-Ethernet PHYs, DDR3, NOR Flash, eMMC NAND Flash and/or SPI Flash. Signed-off-by: Oleksandr G Zhadan <oleks@arcturusnetworks.com> Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/odroidc2: bump kernel to rev 1cb48cebb9d525e524de0ede46710bb29f54d4a6Dagg Stompler2016-07-231-1/+1
| | | | | Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/odroidc2: bump uboot to rev 1ec799cec97574a9838bc25b286484e579a41652Dagg Stompler2016-07-231-1/+1
| | | | | Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: warpboard: Bump to U-Boot 2016.07Fabio Estevam2016-07-231-1/+1
| | | | | | | U-Boot 2016.07 works well on warpboard, so bump to this version. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: atmel: fix typo in sama5d4 xplained development defconfigLudovic Desroches2016-07-231-1/+1
| | | | | | | | The defconfig file for at91bootstrap was false: s/sama5d4_xplainedsnf_uboot_secure/sama5d4_xplainednf_uboot_secure. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: add defconfig for TS-4800Patrick Keroulas2016-07-201-0/+22
| | | | | | | | | | | | | | | | | The TS-4800 is supported by mainline Linux as of 4.5 and by U-boot as of v2016-07. The package requires the custom ts4800-mbrboot routine. A post-image script is provided to generate an image that can be directly written to an SD card. More details on the board here: http://wiki.embeddedarm.com/wiki/TS-4800 Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com> Signed-off-by: Patrick Keroulas <patrick.keroulas@savoirfairelinux.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* olimex_a20_olinuxino_lime: bump u-boot to 2016.07Francois Perrad2016-07-151-1/+1
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: mx53loco: Bump U-Boot version to 2016.07Fabio Estevam2016-07-121-4/+1
| | | | | | | | Bump U-Boot version to 2016.07 and also remove the extra patch as it is already part of U-Boot mainline now. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs: mx51evk: Bump U-Boot version to 2016.07Fabio Estevam2016-07-121-4/+1
| | | | | | | | Bump U-Boot version to 2016.07 and also remove the extra patch as it is already part of U-Boot mainline now. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs: Use HTTPS URL for Github reposPaul Cercueil2016-07-0516-18/+18
| | | | | | | | This makes it possible to clone git repositories hosted on Github while behind a firewall. Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* minnowboard-max: Start X on boot and run a few demosEzequiel Garcia2016-07-041-1/+1
| | | | | | | | | Now that we've merged nodm, the autologin display manager, we can get rid of xinit, and startx hack and use nodm to start X on boot. While here, let's start xterm and glmark2, just as demos. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs: chromebook snow: bump to linux 4.6.3Alex Suykov2016-07-041-4/+4
| | | | | | | | | No significant changes but 4.6.3 moved parts of the device tree into a different file, so dts patch must be updated. [Peter: explicitly configure kernel headers for 4.6] Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* board: add support for Chromebook SnowAlex Suykov2016-07-031-0/+23
| | | | | | | | | | | | | | | | | | | | | | | Chromebook Snow (Samsung XE303C12) is an Exynos 5 board with a keyboard, an 11 inch screen and a battery attached. It is relatively developer-friendly and can run mainline Linux kernels with little to no effort. There is barely anything special about this target as far as toolchain is concerned, but its bootloader only accepts signed kernel images in a Chromium OS specific format, and is not controllable otherwise. This config provides a script for building the proper kernel blobs, and a short manual for booting Buildroot images on this device. In-tree exynos_defconfig is used for the kernel, with a fragment to change mwifiex into a module. When built statically, mwifiex attempts to load its firmware before rootfs is mounted and fails. [Peter: use BR2_KERNEL_HEADERS_AS_KERNEL=y, lock kernel version, enable fit support in u-boot mkimage] Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/qemu: update aarch64 to linux 4.6.3Gustavo Zacarias2016-07-021-4/+4
| | | | | | | | The console problem goes away with qemu 2.6.0 so it seems it's now a requirement, update readme.txt accordingly. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/pc_x86_64_{bios, efi}_defconfig: bump to linux 4.6.3Gustavo Zacarias2016-07-022-2/+2
| | | | | | | To match it's friendly qemu counterpart. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/qemu: bump to linux 4.6.3Gustavo Zacarias2016-07-0222-22/+22
| | | | | | | | In order to keep them in sync with the new configs, and avoid shipping a vulnerable kernel. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/qemu_mips64r6el_malta_defconfig: new configurationVicente Olivert Riera2016-07-011-0/+30
| | | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/qemu_mips64r6_malta_defconfig: new configurationVicente Olivert Riera2016-07-011-0/+30
| | | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/qemu_mips32r6el_malta_defconfig: new configurationVicente Olivert Riera2016-07-011-0/+29
| | | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/qemu_mips32r6_malta_defconfig: new configurationVicente Olivert Riera2016-07-011-0/+29
| | | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/qemu_mipsel_malta_defconfig: rename to qemu_mips32r2el_malta_defconfigVicente Olivert Riera2016-07-011-1/+1
| | | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/qemu_mips_malta_defconfig: rename to qemu_mips32r2_malta_defconfigVicente Olivert Riera2016-07-011-1/+1
| | | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* minnowboard-max: Enable serial and HDMI consolesEzequiel Garcia2016-06-282-2/+0
| | | | | | | | | | Following what's done in Raspberry Pi's defconfigs, let's unify the consoles in Minnowboard Max defconfigs, providing consoles on HDMI and serial port. [Peter: use tty1 like on rpi] Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wandboard: defconfig: simplify u-boot configurationPeter Korsgaard2016-06-281-5/+3
| | | | | | | | No functional change. The git hash used is actually just the 2015.07 release, so use the release tarball instead of git. Likewise, we have a dedicated option for u-boot.img, so use that instead of the custom format. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wandboard: Use HTTP for accessing Linux kernel and U-Boot git reposAlexey Brodkin2016-06-281-2/+2
| | | | | | | | | | | | | Quite often these days Git ports are blocked by firewalls [this is especially true in corporate environment] so switching to common HTTP(s) is a safe and pretty convenient move. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Stephan Hoffmann <sho@relinux.de> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Sergio Prado <sergio.prado@e-labworks.com> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/toradex_apalis_imx6_defconfig: new boardSergio Prado2016-06-151-0/+24
| | | | | Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* nxp defconfigs: bump kernel version to 4.1.15Andrew Webster2016-06-157-21/+21
| | | | | | | | | | There is a 1.1.0_ga release, and a 1.1.1_patch release. The patch release appears to be only for i.MX6UL, so it is bumped to 1.1.1_patch, while the other are 1.1.0_ga. Signed-off-by: Andrew Webster <awebster@arcx.com> Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* nxp defconfigs: bump u-boot version to 4.1.15_1.1.0_gaAndrew Webster2016-06-157-7/+7
| | | | | | Signed-off-by: Andrew Webster <awebster@arcx.com> Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud