summaryrefslogtreecommitdiff
path: root/drivers/cpu/Kconfig
AgeCommit message (Collapse)AuthorFilesLines
2018-12-18cpu: Add a RISC-V CPU driverBin Meng1-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>
2018-09-18cpu: Add MPC83xx CPU driverMario Six1-0/+7
Add a CPU driver for the MPC83xx architecture. Signed-off-by: Mario Six <mario.six@gdsys.cc>
2015-04-30dm: Implement a CPU uclassSimon Glass1-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>