[U-Boot] [PATCH v2 09/20] Add a 'cpu' command to print CPU information
Simon Glass
sjg at chromium.org
Thu Apr 30 06:22:18 CEST 2015
On 28 April 2015 at 20:25, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2: None
>
> common/Kconfig | 8 ++++
> common/Makefile | 1 +
> common/cmd_cpu.c | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 122 insertions(+)
> create mode 100644 common/cmd_cpu.c
Applied to u-boot-x86.
More information about the U-Boot
mailing list