summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
Commit message (Expand)AuthorAgeFilesLines
* imx: hab: Convert DCD non-NULL error to warningBryan O'Donoghue2018-03-131-4/+2
* imx: syscounter: make sure asm is volatileYasushi SHOJI2018-03-091-2/+2
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-052-2/+2
* imx: spl: Partially revert "spl: eMMC/SD: Provide one __weak spl_boot_mode() ...Fabio Estevam2018-02-241-0/+23
* imx6q: engicam: Use SPL_LOAD_FIT for MMC boardsJagan Teki2018-02-221-1/+0
* arm: imx: hab: Define HAB_RVT_BASE according to the processor versionBreno Lima2018-02-221-97/+9
* imx: hab: Check if CSF contains deprecated commandsUtkarsh Gupta2018-02-221-0/+20
* imx: hab: Check if CSF is valid before authenticating imageUtkarsh Gupta2018-02-221-0/+81
* imx: hab: Ensure the IVT DCD pointer is Null prior to calling HAB authenticat...Utkarsh Gupta2018-02-221-0/+6
* imx: hab: Keep CAAM clock enabled after authenticating additional imagesBreno Lima2018-02-221-4/+3
* arm: imx: mx28: Move MX28 selection to KconfigStefan Agner2018-02-081-0/+43
* arm: imx: mx23: Move MX23 selection to KconfigStefan Agner2018-02-081-0/+35
* spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski2018-02-071-23/+0
* imx: mx7: run sec_init for CAAM RNGBryan O'Donoghue2018-02-041-0/+5
* arm: imx: mx53loco: remove usage of mx53_dram_sizePatrick Bruenn2018-02-041-0/+1
* arm: imx: m53evk: remove usage of mx53_dram_sizePatrick Bruenn2018-02-041-0/+1
* arm: imx: cx9020: move dram init into common placePatrick Bruenn2018-02-042-0/+48
* imx: makefile: compile files for i.MX8MPeng Fan2018-02-041-2/+11
* imx: mx8m: add soc related settings and filesPeng Fan2018-02-044-2/+293
* imx: mx7: move mmc env code to mmc_env.cPeng Fan2018-02-043-21/+31
* imx: cpu: support get_boot_device for i.MX8MPeng Fan2018-02-041-1/+6
* imx: mx7: move get_boot_device to cpu.cPeng Fan2018-02-042-35/+38
* imx: bootaux: support i.MX8MPeng Fan2018-02-041-0/+10
* imx: cleanup bootauxPeng Fan2018-02-043-82/+28
* imx: refactor imx_get_mac_from_fusePeng Fan2018-02-044-67/+63
* imx: cpu: add cpu speed/grade for i.MX8MPeng Fan2018-02-041-12/+15
* imx: cpu: move speed/temp to common cpuPeng Fan2018-02-042-71/+73
* imx: spl: implement spl_boot_device for i.MX8MPeng Fan2018-02-041-3/+5
* imx: cpu: update cpu file to support i.MX8MPeng Fan2018-02-041-1/+10
* imx: add sip functionPeng Fan2018-02-042-0/+25
* imx: mx8m: add clock driverPeng Fan2018-02-043-0/+1544
* imx: add i.MX8M into KconfigPeng Fan2018-02-041-0/+10
* imx: mx7: psci: add system power off supportAnson Huang2018-02-042-0/+25
* imx: mx7: psci: add system reset supportAnson Huang2018-02-042-1/+21
* Merge git://git.denx.de/u-boot-spiTom Rini2018-01-261-11/+11
|\
| * wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2018-01-241-11/+11
* | arm: imx: hab: Add hab_failsafe console commandBryan O'Donoghue2018-01-141-0/+21
* | arm: imx: hab: Implement hab_rvt_failsafeBryan O'Donoghue2018-01-141-0/+15
* | arm: imx: hab: Make imx_hab_is_enabled globalBryan O'Donoghue2018-01-141-3/+1
* | arm: imx: hab: Make authenticate_image() return zero on open boardsBryan O'Donoghue2018-01-141-1/+1
* | arm: imx: hab: Rename is_hab_enabled imx_hab_is_enabledBryan O'Donoghue2018-01-141-4/+4
* | arm: imx: hab: Prefix authenticate_image with imx_habBryan O'Donoghue2018-01-142-5/+6
* | arm: imx: hab: Make internal functions and data staticBryan O'Donoghue2018-01-141-75/+84
* | arm: imx: hab: Print HAB event log only after calling ROMBryan O'Donoghue2018-01-141-5/+7
* | arm: imx: hab: Add a hab_rvt_check_target to image authBryan O'Donoghue2018-01-141-0/+9
* | arm: imx: hab: Implement hab_rvt_check_targetBryan O'Donoghue2018-01-141-0/+18
* | arm: imx: hab: Print additional IVT elements during debugBryan O'Donoghue2018-01-141-0/+2
* | arm: imx: hab: Print CSF based on IVT descriptorBryan O'Donoghue2018-01-141-2/+1
* | arm: imx: hab: Only call ROM once headers are verifiedBryan O'Donoghue2018-01-141-5/+6
* | arm: imx: hab: Verify IVT self matches calculated addressBryan O'Donoghue2018-01-141-0/+7