aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/imx8/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-07imx: Convert SERIAL_TAG support to ENV_VARS_UBOOT_RUNTIME_CONFIGTom Rini1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-06imx8: allow overriding memory layoutMarcel Ziswiler1-29/+67
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-10imx: imx8qm/qxp: check whether m4 partition bootedPeng Fan1-0/+30
2020-05-10imx8: Select boot device dynamicallyYe Li1-0/+12
2020-05-10imx: imx8qm/qxp: Recover SPL data section for partition rebootPeng Fan1-0/+5
2020-05-10imx: imx8qm/qxp: add get_board_serialPeng Fan1-0/+32
2020-05-10imx: imx8qm/qxp: Fix issue in get_effective_memsizeYe Li1-3/+3
2020-05-10imx8: Replace SC_R_LAST with SC_R_NONE in DTBLeonard Crestez1-1/+0
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-10-08imx8: cpu: fix mac fuse word for i.MX8QMPeng Fan1-0/+7
2019-10-08imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.cPeng Fan1-168/+0
2019-10-08imx8qm: power up SMMUPeng Fan1-0/+7
2019-10-08imx8: Probe the SCU driver by using uclass functionYe Li1-9/+2
2019-06-11imx8: cpu: get temperature when print cpu descPeng Fan1-2/+38
2019-06-11imx8qm: fix cpu frequency reportingMarcel Ziswiler1-1/+3
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-1/+1
2019-04-25imx8: add cpu supportPeng Fan1-0/+3
2019-03-13imx8qxp: Fix the reported CPU frequencyFabio Estevam1-10/+16
2019-01-28imx8: cpu: restrict checking ROM passover info for revAPeng Fan1-17/+22
2019-01-09imx8: cpu: correct infoPeng Fan1-1/+1
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
2018-10-22imx8: add boot device detectionPeng Fan1-0/+85
2018-10-22imx8: add basic cpu supportPeng Fan1-0/+93