aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/imx8/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-13imx: imx8: fix build when CONFIG_IMX_BOOTAUX is setMax Krummenacher1-2/+2
2024-07-15arm: mach: imx: Remove duplicate newlinesMarek Vasut1-2/+0
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06arm: imx: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-03-30imx8: Add a default reset_cpu() implementationFabio Estevam1-0/+4
2024-02-08imx: imx8: print reset causeIgor Opaniuk1-0/+41
2023-08-31event: Convert existing spy records to simpleSimon Glass1-2/+2
2023-07-13imx: imx8: bootaux: Add i.MX8 M4 boot supportYe Li1-0/+174
2023-07-13imx: mach: correct SCU API usagePeng Fan1-3/+3
2023-05-21imx: move imx8 sci header file to include/firmware/imxPeng Fan1-1/+1
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass1-1/+1
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-2/+2
2022-05-20caam: Fix crash in case caam_jr_probe failedYe Li1-1/+1
2022-04-12crypto/fsl: i.MX8: Enable Job ring driver model.Gaurav Jain1-1/+17
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass1-1/+3
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