aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx
AgeCommit message (Expand)AuthorFilesLines
2019-02-01spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee1-1/+1
2019-01-31Merge tag 'video-updates-for-2019.04-rc1' of git://git.denx.de/u-boot-videoTom Rini1-2/+2
2019-01-28imx: video: Fix return value issueYe Li1-2/+2
2019-01-28imx8: cpu: restrict checking ROM passover info for revAPeng Fan1-17/+22
2019-01-28imx: Check the PL310 version for applying errataYe Li1-8/+10
2019-01-28imx: Fix potential lmb memory overwritten by stackYe Li1-0/+32
2019-01-28imx: build flash.bin for i.MX8Peng Fan1-0/+13
2019-01-28imx: mkimage_fit_atf: introduce BL33_BASE_ADDRPeng Fan1-1/+2
2019-01-28spl: imx8: add spl boot devicePeng Fan1-2/+12
2019-01-28arm: imx: build mach-imx for i.MX8Peng Fan1-1/+1
2019-01-28imx8: scu: use dedicated MU for SPLPeng Fan1-0/+7
2019-01-28imx8qxp: add SUPPORT_SPL optionPeng Fan1-0/+1
2019-01-28mx7: Do not call lcdif_power_down() in the SPL caseFabio Estevam1-0/+2
2019-01-28imx: Add PHYTEC phyBOARD-i.MX6UL-SeginMartyn Welch1-0/+13
2019-01-28imx: hab: Convert non-NULL IVT DCD pointer warning to an errorBreno Matheus Lima1-2/+4
2019-01-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-2/+2
2019-01-10Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGETJean-Jacques Hiblot2-2/+2
2019-01-09imx8m: clock: Fix oscillator valuesFabio Estevam1-2/+2
2019-01-09imx8: cpu: correct infoPeng Fan1-1/+1
2019-01-09ARM: vf610: ddrmc: do not write CR79 by defaultStefan Agner1-1/+0
2019-01-09ARM: vf610: ddrmc: fix initialization completion detectionStefan Agner1-1/+2
2019-01-09ARM: vf610: ddrmc: program Dummy DDRBYTE1/2Stefan Agner1-0/+2
2019-01-01imx: add i.MX8MQ EVK supportPeng Fan1-0/+13
2019-01-01imx: imx8m: not build bootaux when building SPLPeng Fan1-0/+2
2019-01-01imx: imx8mq: build flash.binPeng Fan1-0/+25
2019-01-01imx: imx8m: introduce imximage cfg filePeng Fan1-0/+17
2019-01-01imx: imx8m: introduce script to generate fit imagePeng Fan1-0/+137
2019-01-01imx: imx8m: clock refactor dram pll partPeng Fan1-24/+110
2019-01-01imx: spl: add MMC BOOT Device for i.MX8MPeng Fan1-1/+10
2019-01-01imx: rename mx8m,MX8M to imx8m,IMX8MPeng Fan10-22/+22
2019-01-01arm: imx8qxp: build u-boot-dtb.cfgout before checking filesPeng Fan1-1/+1
2019-01-01imx: hab: extend hab_auth_img to calculate ivt_offsetParthiban Nallathambi1-2/+27
2019-01-01SPL: Add HAB image authentication to FITYe Li1-6/+38
2019-01-01imx: bootaux: fix stack and pc assignment on 64-bit platformsGary Bisson1-2/+2
2019-01-01imx: mx8m: add memory mapping for CAAM and TCMGary Bisson1-0/+16
2019-01-01embestmx6boards: Add SPL supportFabien Lahoudere1-0/+1
2018-11-12imx: mkimage: add size check to the u-boot.imx make targetMarcel Ziswiler1-0/+16
2018-11-08imx: imx6: perform gpr_init only on suitable cpu typesChristoph Niedermaier1-0/+8
2018-10-25Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini11-7/+807
2018-10-25imx: mkimage: avoid stop CI when required files not existsPeng Fan1-2/+8
2018-10-22imx: mx7: avoid some initialization if low level is skippedRui Miguel Silva2-0/+4
2018-10-22arm: imx: include imx8image supportPeng Fan1-6/+11
2018-10-22imx: add i.MX8QXP MEK board supportPeng Fan1-0/+13
2018-10-22imx8: add dummy clockPeng Fan1-0/+21
2018-10-22imx8: add iomux configuration apiPeng Fan2-1/+44
2018-10-22imx8: cpu: add uclass based CPU driverAnatolij Gustschin1-76/+139
2018-10-22imx8: cpu: add function for reading FEC MAC from fuseAnatolij Gustschin1-0/+38
2018-10-22imx8: add arch_cpu_init arch_cpu_init_dmPeng Fan1-1/+52
2018-10-22imx8: add mmu and dram related functionsPeng Fan1-0/+284
2018-10-22imx8: implement mmc_get_env_devPeng Fan1-0/+32