summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/imx8/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass2023-05-111-1/+1
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-311-2/+2
* caam: Fix crash in case caam_jr_probe failedYe Li2022-05-201-1/+1
* crypto/fsl: i.MX8: Enable Job ring driver model.Gaurav Jain2022-04-121-1/+17
* event: Convert arch_cpu_init_dm() to use eventsSimon Glass2022-03-101-1/+3
* imx: Convert SERIAL_TAG support to ENV_VARS_UBOOT_RUNTIME_CONFIGTom Rini2021-09-071-2/+2
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* imx8: allow overriding memory layoutMarcel Ziswiler2020-12-061-29/+67
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* imx: imx8qm/qxp: check whether m4 partition bootedPeng Fan2020-05-101-0/+30
* imx8: Select boot device dynamicallyYe Li2020-05-101-0/+12
* imx: imx8qm/qxp: Recover SPL data section for partition rebootPeng Fan2020-05-101-0/+5
* imx: imx8qm/qxp: add get_board_serialPeng Fan2020-05-101-0/+32
* imx: imx8qm/qxp: Fix issue in get_effective_memsizeYe Li2020-05-101-3/+3
* imx8: Replace SC_R_LAST with SC_R_NONE in DTBLeonard Crestez2020-05-101-1/+0
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-171-0/+1
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* imx8: cpu: fix mac fuse word for i.MX8QMPeng Fan2019-10-081-0/+7
* imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.cPeng Fan2019-10-081-168/+0
* imx8qm: power up SMMUPeng Fan2019-10-081-0/+7
* imx8: Probe the SCU driver by using uclass functionYe Li2019-10-081-9/+2
* imx8: cpu: get temperature when print cpu descPeng Fan2019-06-111-2/+38
* imx8qm: fix cpu frequency reportingMarcel Ziswiler2019-06-111-1/+3
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-181-1/+1
* imx8: add cpu supportPeng Fan2019-04-251-0/+3
* imx8qxp: Fix the reported CPU frequencyFabio Estevam2019-03-131-10/+16
* imx8: cpu: restrict checking ROM passover info for revAPeng Fan2019-01-281-17/+22
* imx8: cpu: correct infoPeng Fan2019-01-091-1/+1
* imx8: cpu: add uclass based CPU driverAnatolij Gustschin2018-10-221-76/+139
* imx8: cpu: add function for reading FEC MAC from fuseAnatolij Gustschin2018-10-221-0/+38
* imx8: add arch_cpu_init arch_cpu_init_dmPeng Fan2018-10-221-1/+52
* imx8: add mmu and dram related functionsPeng Fan2018-10-221-0/+284
* imx8: implement mmc_get_env_devPeng Fan2018-10-221-0/+32
* imx8: add boot device detectionPeng Fan2018-10-221-0/+85
* imx8: add basic cpu supportPeng Fan2018-10-221-0/+93