summaryrefslogtreecommitdiff
path: root/drivers/cpu/cpu-uclass.c
AgeCommit message (Expand)Author
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass
2020-07-01uclass: cpu: fix to display proper CPU featuresSagar Shrikant Kadam
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-03uclass: cpu: Add new API to get udevice for current CPUPeng Fan
2018-09-18cpu: Add cpu_probe_all methodMario Six
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass
2016-10-19cpu: Add get_vendor callbackAlexander Graf
2015-07-14x86: Move MP initialization codes into a common placeBin Meng
2015-07-14dm: cpu: Add a new get_count method to cpu uclassBin Meng
2015-07-14dm: cpu: Test against cpu_ops->get_info in cpu_get_info()Bin Meng
2015-07-14dm: cpu: Fix undefined ENOSYS build errorBin Meng
2015-04-29dm: Implement a CPU uclassSimon Glass