summaryrefslogtreecommitdiff
path: root/drivers/cpu
AgeCommit message (Expand)AuthorFilesLines
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass6-19/+19
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2-9/+9
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass6-6/+6
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass5-5/+5
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2-0/+124
2020-10-05cpu: at91: add driver for CPUClaudiu Beznea2-0/+124
2020-09-30timer: Add a test for timer_timebase_fallbackSean Anderson1-7/+32
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass6-32/+34
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini6-34/+32
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass6-32/+34
2020-07-01riscv: cpu: check and append L1 cache to cpu featuresSagar Shrikant Kadam1-0/+12
2020-07-01riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bitSagar Shrikant Kadam1-4/+1
2020-07-01uclass: cpu: fix to display proper CPU featuresSagar Shrikant Kadam1-0/+3
2020-07-01riscv: Enable cpu clock if it is presentSean Anderson1-0/+20
2020-07-01riscv: Try to get cpu frequency from a "clocks" node if it existsSean Anderson1-1/+18
2020-05-22cpu: imx8: use intended cpu-thermal device when getting temp valueAnatolij Gustschin1-25/+25
2020-05-22cpu: imx8: fix type and rate detectionAnatolij Gustschin1-6/+6
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass4-0/+4
2020-05-19common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-03cpu: imx8: show RevC instead of Rev? at boot logFrank Li1-0/+2
2020-05-03cpu: imx_cpu: Print the CPU temperature for iMX8QM A72Ye Li1-6/+12
2020-05-03cpu: imx8: fix get core name and ratePeng Fan1-10/+17
2020-05-03cpu: imx8: support a72 as boot cpuPeng Fan1-0/+19
2020-05-03cpu: imx8: reimplement get cpu countPeng Fan1-1/+18
2020-05-03cpu: sandbox: support is_currentPeng Fan1-0/+9
2020-05-03uclass: cpu: Add new API to get udevice for current CPUPeng Fan1-0/+34
2020-04-16cpu: Support querying the address widthSimon Glass1-0/+1
2019-12-03Move strtomhz() to vsprintf.hSimon Glass1-0/+1
2019-10-08imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.cPeng Fan2-0/+183
2019-09-03riscv: cpu: Skip unavailable hart in the get_count() opBin Meng1-0/+4
2019-02-27cpu: Bind timer driver for boot hartAtish Patra1-3/+4
2018-12-18cpu: Add a RISC-V CPU driverBin Meng3-0/+123
2018-11-14cpu: mpc83xx: Remove unnecessary characters in the description stringBin Meng1-1/+1
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay1-2/+2
2018-09-18cpu: Add MPC83xx CPU driverMario Six4-0/+483
2018-09-18test: Add tests for CPU uclassMario Six2-0/+62
2018-09-18cpu: Add cpu_probe_all methodMario Six1-0/+23
2018-08-08bcm6838: add initial supportPhilippe Reynes1-0/+33
2018-07-11cpu: bmips: fix probe to get the addressPhilippe Reynes1-1/+1
2018-06-01cpu: bmips: convert to use live dtÁlvaro Fernández Rojas1-9/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2-4/+2
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-22dm: cpu: bmips: add BCM6362 supportÁlvaro Fernández Rojas1-0/+51
2018-01-26dm: cpu: bmips: add BCM6318 supportÁlvaro Fernández Rojas1-0/+35
2018-01-26dm: cpu: bmips: add BCM6368 supportÁlvaro Fernández Rojas1-0/+36
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass1-3/+3