summaryrefslogtreecommitdiff
path: root/board/freescale
AgeCommit message (Collapse)Author
2015-04-03config: Add defconfig for Freescale i.MX28 EVKVincent Stehlé
The i.MX28 Evaluation Kit (or EVK) is Freescale's evaluation board based on the i.MX287 Applications Processor. This defconfig is based on mainline u-boot and Linux kernel. Also, we add an SD card creation script and documentation, shamelessly based on the ones for i.MX5/6 by Luca Ceresoli. [Arnout: fixate U-Boot and kernel (headers) versions] Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com> Cc: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-01configs: add Freescale SABRE Auto board supportVincent Stehlé
SABRE Board for Automotive Infotainment (SABRE Auto, a.k.a. SABRE-AI) is Freescale's evaluation board based on the i.MX 6 ARM Cortex-A9 applications processor. Those defconfigs are an adaptation of freescale_imx6{q,dl}sabresd_defconfig for SABRE Auto, and are thus based on Freescale "official" git repo on git.freescale.com and SW release 3.10.17_1.0.0_ga. Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com> Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: Gilles Talis <gilles.talis@gmail.com> Cc: Peter Korsgaard <jacmet@sunsite.dk> Cc: Luca Ceresoli <luca@lucaceresoli.net> Cc: Gary Bisson <bisson.gary@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-01imx6sabresd: rename to imx6sabreVincent Stehlé
Rename imx6sabresd board folder to imx6sabre, to prepare for Sabre Auto addition. Update doc, link and defconfigs accordingly. Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: Eric Bénard <eric@eukrea.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Luca Ceresoli <luca@lucaceresoli.net> Cc: Gilles Talis <gilles.talis@gmail.com> Cc: Gary Bisson <bisson.gary@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-03-25configs: add defconfig for Freescale i.MX31 PDKVincent Stehlé
The i.MX31 Product Development Kit (or PDK) is Freescale development board based on the i.MX31 application processor. This defconfig is based on mainline kernel v3.15.10, and is aimed at a PDK in "3 stack" configuration, with CPU engine board, personality board and debug board. Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-01-06configs/p1010rdb: bump to kernel 3.18.1Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-01-06configs/mpc8315erdb: bump to the latest and greatest versionsGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-12-07configs: add sample for freescale p2020dsGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-11-27configs/p1010rdb: bump to kernel 3.17.4Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-10-25imx6sabresd/create-boot-sd.sh: allow usage for i.MX53Eric Benard
this script permits the generation of an sdcard that will boot on and i.MX53 QSB with a recent bootloader (now supported by buildroot). 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>
2014-10-01freescale/imx6-sabresd: use global patch dir for U-Boot patchesLuca Ceresoli
The best practice is to use the BR2_GLOBAL_PATCH_DIR for patches against U-Boot, not BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Tested-by: Vincent Stehlé <vincent.stehle@freescale.com> Cc: Gilles Talis <gilles.talis@gmail.com> Cc: Gary Bisson <bisson.gary@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-21imx6sabresd: boot to /init in mfgtools modeVincent Stehlé
Buildroot supplies a nice /init wrapper script to use when booting from a ramdisk. We add a patch to u-boot to tell the kernel to boot into /init (instead of /linuxrc) on i.MX6, when booting in mfgtools mode. This way we can boot a buildroot system entirely through USB. Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com [Luca: rebase on top of iMX6DL patches and patch iMX6DL defconfig as well] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> [Luca: build- and run-tested on i.MX6DL SABRESD] Tested-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Gary Bisson <bisson.gary@gmail.com> Cc: Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> Cc: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-21freescale/imx6-sabresd: document how to create a bootable SDLuca Ceresoli
Document how to create a bootable SD card for the two supported SABRESD cards: i.MX6Q and i.MX6DL. The SD card creation relies on an ad-hoc script. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Gilles Talis <gilles.talis@gmail.com> Cc: Gary Bisson <bisson.gary@gmail.com> Cc: Vincent Stehlé <vincent.stehle@freescale.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-01-21configs/p1010rdb: bump to the latest and greatest versionsGustavo Zacarias
Rename the defconfig to note that it's explicitly intended for the PA kit revision since it'll likely brick a PB if the bootloader is flashed without changing the U-Boot board name (and that it's untested in real hardware). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-01-21configs/mpc8315erdb: bump to the latest and greatest versionsGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-11-05configs/p1010rdb: bump to the latest and greatest versionsGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-11-05configs/mpc8315erdb: bump to the latest and greatest versionsGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-10-19configs/mpc8315erdb: bump to the latest and greatest versionsGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-10-19configs/p1010rdb: bump to the latest and greatest versionsGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-08-27configs/mpc8315erdb: bump to the latest and greatest versionsGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-08-27configs/p1010rdb: bump to the latest and greatest versionsGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-05-06board/freescale: switch to u-boot 2013.04Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-04-21configs: add sample for freescale mpc8315erdbGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-04-21configs: add sample for freescale p1010rdbGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>