From: Stefan Reinauer Date: Tue, 3 Apr 2012 23:02:54 +0000 (-0700) Subject: smbios: Don't fill out firmware version on ChromeOS X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=c6b2166d89fcc3e4324a2888784b27109706b7e1;hp=c6b2166d89fcc3e4324a2888784b27109706b7e1;p=coreboot.git 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 Reviewed-on: http://review.coreboot.org/867 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) ---