summaryrefslogtreecommitdiffstats
path: root/configs/mx53loco_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* configs/mx53loco: Bump U-Boot and kernel versionsFabio Estevam2018-02-051-4/+4
| | | | | | | Bump U-Boot to 2018.01 version and kernel to 4.15.1. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/mx53loco: Bump U-Boot and kernel versionsFabio Estevam2017-11-231-4/+4
| | | | | Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/mx53loco: Bump U-Boot and kernel versionsFabio Estevam2017-09-121-2/+2
| | | | | | | Bump U-Boot to 2017.09 and kernel to 4.12.12 version. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/mx53loco: Bump kernel and U-Boot versionsFabio Estevam2017-07-151-4/+4
| | | | | | | Bump Linux kernel version to 4.12.1 and U-Boot to 2017.05. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/mx53loco: Bump kernel and U-Boot versionsFabio Estevam2017-01-031-4/+4
| | | | | | | 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>
* freescale: Create the board/freescale/common/imx/ directoryFabio Estevam2016-11-071-1/+1
| | | | | | | | | | | | | In order to have a better hierarchy for the genimage scripts used by NXP mx25, mx51, mx53, mx6, mx7 SoCs, let's place them inside the board/freescale/common/imx/ directory. This helps in creating a more natural separation between the mxs scripts that are placed inside the board/freescale/common/mxs/ directory. Suggested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/freescale: factorize genimage logicGeorges Savoundararadj2016-09-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | For the boards imx6ulevk, imx6sabresd, mx25pdk, mx51evk, mx53loco, warpboard: * Replace genimage.cfg with a common Freescale genimage template named genimage.cfg.template because they all use the same layout. The only difference comes from the device tree blobs. * Replace each post-image.sh script with a generic post-image.sh script which is able to generate the right genimage.cfg depending on: ** the image type (zImage or uImage) from BR2_LINUX_KERNEL_UIMAGE ** the device tree blobs from BR2_LINUX_KERNEL_INTREE_DTS_NAME ** the rootfs type (ext2, ext3 or ext4) from BR2_TARGET_ROOTFS_EXT2 * Fix the readme.txt files accordingly Signed-off-by: Georges Savoundararadj <savoundg@gmail.com> Cc: Fabio Estevam <festevam@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Yann E. MORIN <yann.morin.1998@free.fr> [Thomas: remove handling of rootfs type, using rootfs.ext2 in all cases is fine, rootfs.ext3 and rootfs.ext4 are just symbolic links to it.] 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: mx53loco: Bump kernel version to 4.6.2Fabio Estevam2016-06-101-1/+1
| | | | | | | | | Kernel 4.6.2 contains commit 63d0430f991314 ("drm/imx: Match imx-ipuv3-crtc components using device node in platform data") that fixes IPUv3 probing, so bump to this kernel version. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: mx53loco: use genimage to generate sdcard imageFabio Estevam2016-05-311-0/+6
| | | | | Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: mx53loco: Extend to ext4 typeFabio Estevam2016-05-311-0/+1
| | | | | | | Add support for EXT4 filesystem. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: mx53loco: Update bootloader and kernel versionsFabio Estevam2016-05-311-8/+12
| | | | | | | | | | | | Update U-boot to the 2016.05 version and the kernel to 4.6. U-boot 2016.05 needs the patch c510f2e436008 ("video: ipu_common: fix build error") that is already in mainline to fix an IPU build error. We can remove this patch in the future when we switch to U-boot 2016.07. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux: use zImage by default on ARMThomas Petazzoni2016-04-051-1/+0
| | | | | | | | | | | | | | | | | | | 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>
* defconfigs: all use the headers from the kernelYann E. MORIN2016-02-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* mx53loco: update defconfigEric Benard2014-10-251-8/+13
| | | | | | | | | | | | - update bootloader to 2014.07 with fslc patches - update kernel to 2.6.35_maintain branch which contains latest fixes - defconfig was then generated by savedefconfig which suppressed and reordered some items which explains the number of lines changed. Tested on an i.MX53 QSB and an i.MX53 QSB-R Signed-off-by: Eric BĂ©nard <eric@eukrea.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* defconfigs: update after rename of custom git repo/version optionsThomas De Schampheleire2013-10-271-4/+4
| | | | | | [Peter: also update cubieboard2, freescale_imx6* and wandboard] Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs: update defconfigs after VFP option changesThomas Petazzoni2013-07-161-2/+1
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* defconfigs: mx53loco_defconfig: misc tweaksPeter Korsgaard2012-02-191-2/+7
| | | | | | | | - Use git:// URLs for freescale git trees - Enable hard fpu for A8 - Board uses uSD cards, so enable ext2 filesystem Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs: Add Freescale MX53 supportMathieu Briand2012-02-171-0/+18
Buildroot config and Linux Kernel config. Freescale binaries (xf86 video driver and multimedia codecs) not supported yet. Signed-off-by: Mathieu Briand <mbriand@adeneo-embedded.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud