summaryrefslogtreecommitdiff
path: root/drivers/cpu
Commit message (Expand)AuthorAgeFilesLines
* dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass2023-05-111-1/+1
* event: Correct dependencies on the EVENT frameworkTom Rini2023-01-181-1/+0
* dm: treewide: Do not opencode uclass_probe_all()Michal Suchanek2022-10-171-16/+4
* dm: core: Drop ofnode_is_available()Simon Glass2022-09-292-2/+2
* cpu: add basic cpu driver for MediaTek ARM chipsWeijie Gao2022-09-232-0/+87
* cpu: microblaze: add error handling in microblaze_cpu_get_desc()Ovidiu Panait2022-09-131-1/+3
* common: Drop display_options.h from common headerSimon Glass2022-08-101-0/+1
* cpu: add CPU driver for microblazeOvidiu Panait2022-06-243-0/+190
* cpu-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2022-06-241-0/+30
* cpu: 83xx: Add missing dependency on CPU_MPC83XXMichal Simek2022-04-261-1/+1
* sandbox: correct cpu nodesHeinrich Schuchardt2021-09-251-1/+1
* cpu: at91: add compatible for ARM9260EJ-SClaudiu Beznea2021-09-211-0/+1
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-022-0/+2
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-136-19/+19
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-132-9/+9
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-136-6/+6
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-135-5/+5
* Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...WIP/05Oct2020-nextTom Rini2020-10-052-0/+124
|\
| * cpu: at91: add driver for CPUClaudiu Beznea2020-10-052-0/+124
* | timer: Add a test for timer_timebase_fallbackSean Anderson2020-09-301-7/+32
|/
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-256-32/+34
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-246-34/+32
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-206-32/+34
* riscv: cpu: check and append L1 cache to cpu featuresSagar Shrikant Kadam2020-07-011-0/+12
* riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bitSagar Shrikant Kadam2020-07-011-4/+1
* uclass: cpu: fix to display proper CPU featuresSagar Shrikant Kadam2020-07-011-0/+3
* riscv: Enable cpu clock if it is presentSean Anderson2020-07-011-0/+20
* riscv: Try to get cpu frequency from a "clocks" node if it existsSean Anderson2020-07-011-1/+18
* cpu: imx8: use intended cpu-thermal device when getting temp valueAnatolij Gustschin2020-05-221-25/+25
* cpu: imx8: fix type and rate detectionAnatolij Gustschin2020-05-221-6/+6
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-184-0/+4
* common: Drop log.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* cpu: imx8: show RevC instead of Rev? at boot logFrank Li2020-05-031-0/+2
* cpu: imx_cpu: Print the CPU temperature for iMX8QM A72Ye Li2020-05-031-6/+12
* cpu: imx8: fix get core name and ratePeng Fan2020-05-031-10/+17
* cpu: imx8: support a72 as boot cpuPeng Fan2020-05-031-0/+19
* cpu: imx8: reimplement get cpu countPeng Fan2020-05-031-1/+18
* cpu: sandbox: support is_currentPeng Fan2020-05-031-0/+9
* uclass: cpu: Add new API to get udevice for current CPUPeng Fan2020-05-031-0/+34
* cpu: Support querying the address widthSimon Glass2020-04-161-0/+1
* Move strtomhz() to vsprintf.hSimon Glass2019-12-021-0/+1
* imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.cPeng Fan2019-10-082-0/+183
* riscv: cpu: Skip unavailable hart in the get_count() opBin Meng2019-09-031-0/+4
* cpu: Bind timer driver for boot hartAtish Patra2019-02-271-3/+4
* cpu: Add a RISC-V CPU driverBin Meng2018-12-183-0/+123
* cpu: mpc83xx: Remove unnecessary characters in the description stringBin Meng2018-11-141-1/+1
* drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay2018-10-281-2/+2