summaryrefslogtreecommitdiff
path: root/drivers/cpu
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-05-31dm: cpu: bmips: add BCM6338 supportÁlvaro Fernández Rojas1-0/+14
2017-05-31dm: cpu: bmips: add BCM3380 supportÁlvaro Fernández Rojas1-0/+14
2017-05-31dm: cpu: bmips: add BCM6348 supportÁlvaro Fernández Rojas1-0/+34
2017-05-31dm: cpu: bmips: rename cpu_desc specific functionsÁlvaro Fernández Rojas1-5/+5
2017-05-10cpu: add CPU driver for Broadcom MIPS SoCsÁlvaro Fernández Rojas2-0/+312
2016-10-19cpu: Add get_vendor callbackAlexander Graf1-0/+10
2015-07-15x86: Move MP initialization codes into a common placeBin Meng1-0/+2
2015-07-15dm: cpu: Add a new get_count method to cpu uclassBin Meng1-0/+10
2015-07-15dm: cpu: Test against cpu_ops->get_info in cpu_get_info()Bin Meng1-1/+1
2015-07-15dm: cpu: Fix undefined ENOSYS build errorBin Meng1-0/+1
2015-04-30dm: Implement a CPU uclassSimon Glass3-0/+76