summaryrefslogtreecommitdiff
path: root/common/cmd_cpu.c
AgeCommit message (Collapse)Author
2015-07-14dm: cpu: Fix undefined ENOSYS build errorBin Meng
Include <errno.h> otherwise ENOSYS is undefined. Signed-off-by: Bin Meng <[email protected]> Acked-by: Simon Glass <[email protected]>
2015-04-29Add a 'cpu' command to print CPU informationSimon 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 <[email protected]> Reviewed-by: Bin Meng <[email protected]>