[U-Boot] [PATCH v3 20/20] x86: Add coreboot version to u-boot's version command

2012-12-14 Thread Simon Glass
From: Stefan Reinauer 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 --- Changes in v3: None Changes in

[U-Boot] [PATCH v3 20/20] x86: Add coreboot version to u-boot's version command

2012-12-05 Thread Simon Glass
From: Stefan Reinauer 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 --- Changes in v3: None Changes in