smbios: Don't fill out firmware version on ChromeOS
authorStefan Reinauer <reinauer@chromium.org>
Tue, 3 Apr 2012 23:02:54 +0000 (16:02 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 5 Apr 2012 20:47:22 +0000 (22:47 +0200)
commitc6b2166d89fcc3e4324a2888784b27109706b7e1
tree78ae3975523d075da01de211705ce4a97a32c5c5
parent31324c64e12135f09590884421cbcbcabec1a62f
smbios: Don't fill out firmware version on ChromeOS

In ChromeOS we potentially have different payloads with
different versions. Since the user land tools get information
on which one of them is loaded, leave the string in smbios
empty so we can fill it out in the payload.
Also fill out system version number and serial number with
some constant values.

Change-Id: Id1fed5a54b511c730975fa83347452f1274b8504
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/867
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins)
src/arch/x86/boot/smbios.c