]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add coreboot version to u-boot's version command
authorStefan Reinauer <reinauer@chromium.org>
Fri, 14 Dec 2012 13:05:18 +0000 (13:05 +0000)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Dec 2012 18:36:26 +0000 (10:36 -0800)
commite56cdd778ca08fc8c32ffc3ddebbb6102519f344
treeae127d21f4fe2b721c42cb3bd450ba09fd41bc0c
parenta08afb398b204103b0f315cc671ee6a2384fff8e
x86: Add coreboot version to u-boot's version command

Since U-Boot runs from coreboot on x86, the Coreboot version is an
important part of the boot state. This version information is
available in the coreboot tables, so print it when the 'version'
command is used.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cmd_version.c