summaryrefslogtreecommitdiff
path: root/arch/arm/imx-common
AgeCommit message (Expand)AuthorFilesLines
2016-01-03imx_common: check for Serial Downloader in spl_boot_deviceStefano Babic1-0/+8
2015-11-12imx: mx7: compile misc.c for mx7Peng Fan1-1/+1
2015-11-12imx: imx-common: power down lcdif before boot osPeng Fan1-0/+3
2015-10-30imx: hab: add mx7 secure boot supportAdrian Alonso1-2/+4
2015-10-30imx: hab: use read_fuse for secure boot settingsAdrian Alonso1-5/+12
2015-10-30imx: hab: use unified rom section for mx6sx and mx6ulAdrian Alonso1-0/+3
2015-10-30imx: hab: rework secure boot support for imx6Adrian Alonso2-0/+503
2015-10-30imx-common: timer: clean up codePeng Fan1-73/+2
2015-10-02vf610: refactor DDRMC codeAlbert ARIBAUD \\(3ADEV\\)1-117/+76
2015-09-24imx: fix coding stylePeng Fan1-2/+1
2015-09-24imx-common: wrap boot_mode_apply with CONFIG_CMD_BMODEPeng Fan1-0/+2
2015-09-24imx-common: consider mux_ctrl_ofs when setting mux_modePeng Fan1-4/+3
2015-09-20imx-common: fix iomux settingsPeng Fan1-2/+1
2015-09-13imx-common: cpu: Do not print on invalid temperatureFabio Estevam1-2/+2
2015-09-13imx: imx7d: add imx-common cpu support for imx7dAdrian Alonso2-2/+26
2015-09-13arm: imx-common: init: rework wdog settings for imx6/imx7Adrian Alonso1-0/+21
2015-09-13arm: imx-common: init: extend init_aips to support imx7Adrian Alonso1-24/+20
2015-09-13imx: system counter driver for imx7d and mx6ulAdrian Alonso1-0/+126
2015-09-13arm: imx: imx-common: init: move arch init common setupAdrian Alonso2-1/+101
2015-09-13arm: imx: common rework cache settings for imx6Adrian Alonso2-0/+104
2015-09-13thermal: imx_thermal: rework driver to be reusedAdrian Alonso1-6/+4
2015-09-02imx: iomux-v3: add imx7d support for iomuxcAdrian Alonso1-0/+18
2015-08-02imx-common: timer: add i.MX6UL supportPeng Fan1-3/+5
2015-08-02imx: mx6ul: Add i.MX6UL CPU typePeng Fan1-0/+2
2015-08-02imx: add cpu type for i.MX6QP/DPPeng Fan1-0/+4
2015-06-27imx: mx6 correct is_soc_rev usagePeng Fan1-2/+2
2015-06-08imx: drop warning: unused variable 'max_freq'Stefano Babic1-1/+2
2015-06-08dm: gpio: vf610: Add GPIO driver supportBhuvanchandra DV1-0/+26
2015-05-28Revert "imx: drop warning: unused variable 'max_freq'"Stefano Babic1-2/+1
2015-05-27imx: drop warning: unused variable 'max_freq'Stefano Babic1-1/+2
2015-05-26arm, imx6, i2c: add I2C4 for MX6DLHeiko Schocher1-1/+4
2015-05-19imx: mx6: add display of CPU temperature grade in print_cpuinfo()Tim Harvey1-4/+21
2015-05-19imx: mx6: display max cpu frequency in print_cpuinfo()Tim Harvey1-1/+15
2015-05-19arm/imx-common: Fix warning 'get_reset_cause' defined but not usedPrabhakar Kushwaha1-0/+2
2015-05-15imx: dek_blob: Add explicit include for mapmemUlises Cardenas1-0/+1
2015-05-15i2c: mxc: refactor i2c driver and support dmPeng Fan1-3/+4
2015-04-23ARM: vf610: Move DDR3 initialization to imx-commonSanchayan Maity2-0/+281
2015-03-23ARM: iMX: define an IMX_CONFIG Kconfig optionBoris BREZILLON1-0/+2
2015-03-02imx6: Added DEK blob generator commandRaul Cardenas3-0/+109
2015-02-17ARM: i.MX: provide access to reset cause through get_imx_reset_cause()Eric Nelson1-1/+9
2014-12-30imx: i2c: Zap unnecessary malloc() callsMarek Vasut1-16/+8
2014-12-30imx SPL: enable boot from eMMC boot partitions.Pierre Aubert1-1/+3
2014-12-01sata: fix reset_sata for dwc_ahsataSoeren Moch1-0/+3
2014-11-24arm: imx: stop sata on bootNikita Kiryanov1-2/+6
2014-11-21mx6: thermal: Check cpu temperature via thermal sensorYe.Li1-0/+21
2014-11-20imx: consolidate set_chipselect_size functionFabio Estevam1-0/+31
2014-11-20mx6: Use a common SPL configuration fileFabio Estevam1-0/+8
2014-11-13mx6: video_skip: Fix crash on NULL pointerNikolay Dimitrov1-1/+5
2014-11-12arm: imx: make bmode command work with SPL/U-Boot comboNikita Kiryanov1-2/+3
2014-11-05Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-9/+81