
30 Apr
2015
30 Apr
'15
6:22 a.m.
On 28 April 2015 at 20:25, Simon Glass sjg@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@chromium.org Reviewed-by: Bin Meng bmeng.cn@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.