summaryrefslogtreecommitdiffstats
path: root/drivers/cpu/cpu-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-251-4/+4
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-4/+4
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-201-4/+4
* uclass: cpu: fix to display proper CPU featuresSagar Shrikant Kadam2020-07-011-0/+3
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* uclass: cpu: Add new API to get udevice for current CPUPeng Fan2020-05-031-0/+34
* cpu: Add cpu_probe_all methodMario Six2018-09-181-0/+23
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2017-06-011-3/+3
* cpu: Add get_vendor callbackAlexander Graf2016-10-191-0/+10
* x86: Move MP initialization codes into a common placeBin Meng2015-07-141-0/+2
* dm: cpu: Add a new get_count method to cpu uclassBin Meng2015-07-141-0/+10
* dm: cpu: Test against cpu_ops->get_info in cpu_get_info()Bin Meng2015-07-141-1/+1
* dm: cpu: Fix undefined ENOSYS build errorBin Meng2015-07-141-0/+1
* dm: Implement a CPU uclassSimon Glass2015-04-291-0/+61