summaryrefslogtreecommitdiffstats
path: root/drivers/cpu/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* cpu: Add a RISC-V CPU driverBin Meng2018-12-181-0/+6
| | | | | | | | | | This adds a driver for RISC-V CPU. Note the driver will bind a RISC-V timer driver if "timebase-frequency" property is present in the device tree. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Reviewed-by: Anup Patel <anup@brainfault.org>
* cpu: Add MPC83xx CPU driverMario Six2018-09-181-0/+7
| | | | | | Add a CPU driver for the MPC83xx architecture. Signed-off-by: Mario Six <mario.six@gdsys.cc>
* dm: Implement a CPU uclassSimon Glass2015-04-291-0/+8
It is useful to be able to keep track of the available CPUs in a multi-CPU system. This uclass is mostly intended for use with SMP systems. The uclass provides methods for getting basic information about each CPU. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>