aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/mx7
AgeCommit message (Expand)AuthorFilesLines
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2020-01-07mach-imx: bootaux: elf firmware supportIgor Opaniuk1-0/+28
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-10-13Add i.MX7D based Meerkat96 board supportShawn Guo1-0/+10
2019-10-08imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HABStefano Babic2-2/+2
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-24psci: Fix warnings when compiling with W=1Patrick Delaunay1-1/+1
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu1-2/+2
2019-06-11Merge tag 'u-boot-imx-20190612' of git://git.denx.de/u-boot-imxTom Rini2-16/+29
2019-06-11pico-imx7d: Correct uart clock rootJun Nie1-1/+1
2019-06-11imx: mx7: Skip secure init in arch_cpu_initJun Nie1-15/+28
2019-06-04video: mxsfb: add DM_VIDEO supportIgor Opaniuk1-1/+1
2019-01-28mx7: Do not call lcdif_power_down() in the SPL caseFabio Estevam1-0/+2
2018-10-22imx: mx7: avoid some initialization if low level is skippedRui Miguel Silva1-0/+2
2018-10-09imx: mx7: fix potential overflow in imx_ddr_size()Marcel Ziswiler1-0/+4
2018-09-04imx: mx7: add system suspend/resume supportAnson Huang3-3/+515
2018-09-04imx: mx7: add gpc initialization for low power modeAnson Huang1-0/+103
2018-09-04imx: mx7: psci: improve cpu hotplug flowAnson Huang1-2/+21
2018-07-31dm: Fix CMD_DM enablingMichal Simek1-1/+1
2018-07-30dm: Change CMD_DM enablingMichal Simek1-0/+5
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek1-9/+9
2018-07-23pico-imx7d: Add SPL supportFabio Estevam1-0/+1
2018-07-23imx: mx7: psci: implement MIGRATE_INFO_TYPEStefan Agner1-0/+7
2018-07-23imx: mx7: psci: support CPU0 on/offStefan Agner1-8/+12
2018-07-23imx: mx7: psci: provide complete PSCI 1.0 implementationStefan Agner1-3/+93
2018-07-23imx: mx7: psci: use C code exclusivelyStefan Agner3-70/+24
2018-07-23mx7: Remove BMODE supportFabio Estevam2-26/+0
2018-06-18imx: Enable ACTLR.SMP bit for all i.MX cortex-a7 platformsYe Li1-7/+0
2018-05-07imx7: psci: save context id in cpu_on commandPatrick Delaunay1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini8-17/+8
2018-04-15imx: mx7: snvs: Add an SNVS init routineBryan O'Donoghue3-1/+25
2018-04-15imx: mx7: Add comment to describe OTP TESTER registersBryan O'Donoghue1-0/+21
2018-04-15imx: mx7: Fix CONFIG_SERIAL_TAG compilationBryan O'Donoghue1-0/+1
2018-02-04imx: mx7: run sec_init for CAAM RNGBryan O'Donoghue1-0/+5
2018-02-04imx: mx7: move mmc env code to mmc_env.cPeng Fan1-21/+0
2018-02-04imx: mx7: move get_boot_device to cpu.cPeng Fan1-35/+0
2018-02-04imx: cleanup bootauxPeng Fan1-36/+0
2018-02-04imx: refactor imx_get_mac_from_fusePeng Fan1-32/+0
2018-02-04imx: cpu: move speed/temp to common cpuPeng Fan1-71/+0
2018-02-04imx: mx7: psci: add system power off supportAnson Huang2-0/+25
2018-02-04imx: mx7: psci: add system reset supportAnson Huang2-1/+21
2018-01-12arm: imx: Rework i.MX specific commands to be excluded from SPLTom Rini1-0/+2
2018-01-08imx: move CONFIG_SYSCOUNTER_TIMER to KconfigStefan Agner1-0/+1
2017-12-29imx: Kconfig: Add HAS_CAAM optionBreno Lima1-0/+1
2017-11-27imx: Remove boolean parameter from wdog powerdown functionFabio Estevam1-1/+1
2017-10-12arm: imx7d: add support for Compulab cl-som-imx7Ilya Ledvich1-0/+8
2017-10-12imx: mx7: DDR controller configuration for the i.MX7 architectureUri Mashiach2-1/+202
2017-09-18imx: imx7d: remove CamelCase from ENET_xMHz macrosEric Nelson1-3/+3
2017-08-23imx: mx7: psci: add copyright and licensePeng Fan2-0/+14
2017-08-16Merge git://www.denx.de/git/u-boot-imxTom Rini1-3/+4