commit | 131a645e6af1ed88c74f2b4850549ff5525c1330 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 28 20:25:09 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Apr 29 21:02:33 2015 -0600 |
tree | 109694befb15f2f476a8ce7f861680f06590ed3b | |
parent | 1b5fe407412046cd3d70b10dd51eb3abf25c1205 [diff] |
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>