]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: Implement a CPU uclass
authorSimon Glass <sjg@chromium.org>
Wed, 29 Apr 2015 02:25:09 +0000 (20:25 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:17 +0000 (22:35 +0200)
commit13504be3f6c38e0bd173937d64d5f215e148a558
treed8dfe5884b119499e55d7c13d563b4cb4a94b746
parent4af0f01ba501d1050e46fffb6d719916a6345ee5
dm: Implement a CPU uclass

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>
drivers/Kconfig
drivers/Makefile
drivers/cpu/Kconfig [new file with mode: 0644]
drivers/cpu/Makefile [new file with mode: 0644]
drivers/cpu/cpu-uclass.c [new file with mode: 0644]
include/cpu.h [new file with mode: 0644]
include/dm/uclass-id.h