summaryrefslogtreecommitdiffstats
path: root/drivers/cpu
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon 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...Tom 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 headerSimon 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
* cpu: Add MPC83xx CPU driverMario Six2018-09-184-0/+483
* test: Add tests for CPU uclassMario Six2018-09-182-0/+62
* cpu: Add cpu_probe_all methodMario Six2018-09-181-0/+23
* bcm6838: add initial supportPhilippe Reynes2018-08-081-0/+33
* cpu: bmips: fix probe to get the addressPhilippe Reynes2018-07-111-1/+1
* cpu: bmips: convert to use live dtÁlvaro Fernández Rojas2018-06-011-9/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-072-4/+2
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* dm: cpu: bmips: add BCM6362 supportÁlvaro Fernández Rojas2018-03-211-0/+51
* dm: cpu: bmips: add BCM6318 supportÁlvaro Fernández Rojas2018-01-261-0/+35
* dm: cpu: bmips: add BCM6368 supportÁlvaro Fernández Rojas2018-01-261-0/+36
* dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2017-06-011-3/+3
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1