summaryrefslogtreecommitdiff
path: root/include/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+2
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass1-8/+8
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-8/+8
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass1-8/+8
2020-05-03uclass: cpu: Add new API to get udevice for current CPUPeng Fan1-0/+23
2020-04-16cpu: Support querying the address widthSimon Glass1-0/+2
2018-12-18dm: cpu: Add timebase frequency to the platdataBin Meng1-0/+3
2018-09-18cpu: Add cpu_probe_all methodMario Six1-0/+7
2018-09-18cpu: Fix cpu.h documentationMario Six1-13/+15
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-10-19cpu: Add get_vendor callbackAlexander Graf1-0/+20
2016-10-19cpu: Add DMTF id and family fieldsAlexander Graf1-0/+2
2016-03-17cpu: Add support for microcode version and CPU IDSimon Glass1-0/+5
2015-07-15dm: cpu: Add a new get_count method to cpu uclassBin Meng1-0/+16
2015-04-30dm: Implement a CPU uclassSimon Glass1-0/+84