Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-14 | dm: cpu: Fix undefined ENOSYS build error | Bin Meng | |
Include <errno.h> otherwise ENOSYS is undefined. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
2015-04-29 | Add a 'cpu' command to print CPU information | Simon Glass | |
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> |