summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx
AgeCommit message (Expand)Author
2018-03-13imx: hab: Convert DCD non-NULL error to warningBryan O'Donoghue
2018-03-09imx: syscounter: make sure asm is volatileYasushi SHOJI
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-02-24imx: spl: Partially revert "spl: eMMC/SD: Provide one __weak spl_boot_mode() ...Fabio Estevam
2018-02-22imx6q: engicam: Use SPL_LOAD_FIT for MMC boardsJagan Teki
2018-02-22arm: imx: hab: Define HAB_RVT_BASE according to the processor versionBreno Lima
2018-02-22imx: hab: Check if CSF contains deprecated commandsUtkarsh Gupta
2018-02-22imx: hab: Check if CSF is valid before authenticating imageUtkarsh Gupta
2018-02-22imx: hab: Ensure the IVT DCD pointer is Null prior to calling HAB authenticat...Utkarsh Gupta
2018-02-22imx: hab: Keep CAAM clock enabled after authenticating additional imagesBreno Lima
2018-02-08arm: imx: mx28: Move MX28 selection to KconfigStefan Agner
2018-02-08arm: imx: mx23: Move MX23 selection to KconfigStefan Agner
2018-02-07spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski
2018-02-04imx: mx7: run sec_init for CAAM RNGBryan O'Donoghue
2018-02-04arm: imx: mx53loco: remove usage of mx53_dram_sizePatrick Bruenn
2018-02-04arm: imx: m53evk: remove usage of mx53_dram_sizePatrick Bruenn
2018-02-04arm: imx: cx9020: move dram init into common placePatrick Bruenn
2018-02-04imx: makefile: compile files for i.MX8MPeng Fan
2018-02-04imx: mx8m: add soc related settings and filesPeng Fan
2018-02-04imx: mx7: move mmc env code to mmc_env.cPeng Fan
2018-02-04imx: cpu: support get_boot_device for i.MX8MPeng Fan
2018-02-04imx: mx7: move get_boot_device to cpu.cPeng Fan
2018-02-04imx: bootaux: support i.MX8MPeng Fan
2018-02-04imx: cleanup bootauxPeng Fan
2018-02-04imx: refactor imx_get_mac_from_fusePeng Fan
2018-02-04imx: cpu: add cpu speed/grade for i.MX8MPeng Fan
2018-02-04imx: cpu: move speed/temp to common cpuPeng Fan
2018-02-04imx: spl: implement spl_boot_device for i.MX8MPeng Fan
2018-02-04imx: cpu: update cpu file to support i.MX8MPeng Fan
2018-02-04imx: add sip functionPeng Fan
2018-02-04imx: mx8m: add clock driverPeng Fan
2018-02-04imx: add i.MX8M into KconfigPeng Fan
2018-02-04imx: mx7: psci: add system power off supportAnson Huang
2018-02-04imx: mx7: psci: add system reset supportAnson Huang
2018-01-26Merge git://git.denx.de/u-boot-spiTom Rini
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas
2018-01-14arm: imx: hab: Add hab_failsafe console commandBryan O'Donoghue
2018-01-14arm: imx: hab: Implement hab_rvt_failsafeBryan O'Donoghue
2018-01-14arm: imx: hab: Make imx_hab_is_enabled globalBryan O'Donoghue
2018-01-14arm: imx: hab: Make authenticate_image() return zero on open boardsBryan O'Donoghue
2018-01-14arm: imx: hab: Rename is_hab_enabled imx_hab_is_enabledBryan O'Donoghue
2018-01-14arm: imx: hab: Prefix authenticate_image with imx_habBryan O'Donoghue
2018-01-14arm: imx: hab: Make internal functions and data staticBryan O'Donoghue
2018-01-14arm: imx: hab: Print HAB event log only after calling ROMBryan O'Donoghue
2018-01-14arm: imx: hab: Add a hab_rvt_check_target to image authBryan O'Donoghue
2018-01-14arm: imx: hab: Implement hab_rvt_check_targetBryan O'Donoghue
2018-01-14arm: imx: hab: Print additional IVT elements during debugBryan O'Donoghue
2018-01-14arm: imx: hab: Print CSF based on IVT descriptorBryan O'Donoghue
2018-01-14arm: imx: hab: Only call ROM once headers are verifiedBryan O'Donoghue
2018-01-14arm: imx: hab: Verify IVT self matches calculated addressBryan O'Donoghue