u-boot/arch/arm/imx-common
Peng Fan d0acd99334 imx: add cpu type for i.MX6QP/DP
Add cpu type for i.MX6QP/DP.

This patch also fix is_mx6dqp(), since get_cpu_rev can return MXC_CPU_MX6QP
and MXC_CPU_MX6DP, we should use:
(is_cpu_type(MXC_CPU_MX6QP) || is_cpu_type(MXC_CPU_MX6DP)).

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
2015-08-02 10:42:48 +02:00
..
Kconfig ARM: iMX: define an IMX_CONFIG Kconfig option 2015-03-23 13:19:17 +01:00
Makefile ARM: vf610: Move DDR3 initialization to imx-common 2015-04-23 14:56:08 -04:00
cmd_bmode.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
cmd_dek.c imx: dek_blob: Add explicit include for mapmem 2015-05-15 19:20:48 +02:00
cmd_hdmidet.c Merge git://git.denx.de/u-boot-arm 2013-07-31 11:30:38 +02:00
cpu.c imx: add cpu type for i.MX6QP/DP 2015-08-02 10:42:48 +02:00
ddrmc-vf610.c ARM: vf610: Move DDR3 initialization to imx-common 2015-04-23 14:56:08 -04:00
i2c-mxv7.c arm, imx6, i2c: add I2C4 for MX6DL 2015-05-26 14:16:54 +02:00
iomux-v3.c dm: gpio: vf610: Add GPIO driver support 2015-06-08 08:41:54 +02:00
misc.c imx: add missing includes 2014-10-25 15:27:35 -04:00
sata.c mx6: Remove duplication of iomuxc structure 2014-07-23 12:25:41 +02:00
speed.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
spl.c imx SPL: enable boot from eMMC boot partitions. 2014-12-30 14:05:36 +01:00
spl_sd.cfg mx6: Use a common SPL configuration file 2014-11-20 10:30:18 +01:00
timer.c imx: mx6 correct is_soc_rev usage 2015-06-27 18:16:31 +02:00
video.c mx6: video_skip: Fix crash on NULL pointer 2014-11-13 17:56:15 +01:00