]> git.ipfire.org Git - people/ms/u-boot.git/commit
Add a 'cpu' command to print CPU information
authorSimon Glass <sjg@chromium.org>
Wed, 29 Apr 2015 02:25:11 +0000 (20:25 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 30 Apr 2015 03:02:33 +0000 (21:02 -0600)
commit8e2fac051a477cec406606afaf3d4cec7fbdcbd4
treeacbc20560f57b11a79966bb89051fee048a9cf21
parent6388e357254e091fe857493511652a95467b5324
Add a 'cpu' command to print CPU information

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>
common/Kconfig
common/Makefile
common/cmd_cpu.c [new file with mode: 0644]