Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | dm: cpu: Fix undefined ENOSYS build error | Bin Meng | 2015-07-14 | -0/+1 |
| | | | | | | | Include <errno.h> otherwise ENOSYS is undefined. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
* | Add a 'cpu' command to print CPU information | Simon Glass | 2015-04-29 | -0/+113 |
Add a simple command which provides access to a list of available CPUs along with descriptions and basic information. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |