]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:17 +0000 (22:35 +0200)
commitb430008e1980173decfc4e28b2adc7c13d47a5a7
treea7f2905cedba84f8da1e96b10ea4a8986a13f2ab
parent2e2051bee54ecb707c837d75f20677b680439a74
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]