aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpu/cpu-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-24cpu-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait1-0/+30
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass1-4/+4
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-4/+4
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass1-4/+4
2020-07-01uclass: cpu: fix to display proper CPU featuresSagar Shrikant Kadam1-0/+3
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-03uclass: cpu: Add new API to get udevice for current CPUPeng Fan1-0/+34
2018-09-18cpu: Add cpu_probe_all methodMario Six1-0/+23
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass1-3/+3
2016-10-19cpu: Add get_vendor callbackAlexander Graf1-0/+10
2015-07-14x86: Move MP initialization codes into a common placeBin Meng1-0/+2
2015-07-14dm: cpu: Add a new get_count method to cpu uclassBin Meng1-0/+10
2015-07-14dm: cpu: Test against cpu_ops->get_info in cpu_get_info()Bin Meng1-1/+1
2015-07-14dm: cpu: Fix undefined ENOSYS build errorBin Meng1-0/+1
2015-04-29dm: Implement a CPU uclassSimon Glass1-0/+61