summaryrefslogtreecommitdiff
path: root/include/cpu.h
AgeCommit message (Expand)Author
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
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-05-03uclass: cpu: Add new API to get udevice for current CPUPeng Fan
2020-04-16cpu: Support querying the address widthSimon Glass
2018-12-18dm: cpu: Add timebase frequency to the platdataBin Meng
2018-09-18cpu: Add cpu_probe_all methodMario Six
2018-09-18cpu: Fix cpu.h documentationMario Six
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-10-19cpu: Add get_vendor callbackAlexander Graf
2016-10-19cpu: Add DMTF id and family fieldsAlexander Graf
2016-03-17cpu: Add support for microcode version and CPU IDSimon Glass
2015-07-14dm: cpu: Add a new get_count method to cpu uclassBin Meng
2015-04-29dm: Implement a CPU uclassSimon Glass