summaryrefslogtreecommitdiffstats
path: root/include/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+2
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-251-8/+8
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-8/+8
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-201-8/+8
* uclass: cpu: Add new API to get udevice for current CPUPeng Fan2020-05-031-0/+23
* cpu: Support querying the address widthSimon Glass2020-04-161-0/+2
* dm: cpu: Add timebase frequency to the platdataBin Meng2018-12-181-0/+3
* cpu: Add cpu_probe_all methodMario Six2018-09-181-0/+7
* cpu: Fix cpu.h documentationMario Six2018-09-181-13/+15
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* cpu: Add get_vendor callbackAlexander Graf2016-10-191-0/+20
* cpu: Add DMTF id and family fieldsAlexander Graf2016-10-191-0/+2
* cpu: Add support for microcode version and CPU IDSimon Glass2016-03-171-0/+5
* dm: cpu: Add a new get_count method to cpu uclassBin Meng2015-07-141-0/+16
* dm: Implement a CPU uclassSimon Glass2015-04-291-0/+84