auron: add a family id in smbios type1 for auron

mosys will use this field to identify system

BRANCH=none
BUG=chromium:359155
TEST=build ok, make sure mosys can be executed on Auron
     use dmidecode to check data is written correctly
Signed-off-by: Kane Chen <kane.chen@intel.com>

Change-Id: I597e78251250e26c02b13636e9a220a150dfa6ce
Reviewed-on: https://chromium-review.googlesource.com/217493
Reviewed-by: Shawn Nematbakhsh <shawnn@chromium.org>
Tested-by: Kane Chen <kane.chen@intel.com>
Commit-Queue: Kane Chen <kane.chen@intel.com>
This commit is contained in:
Kane Chen 2014-09-10 10:10:57 -07:00 committed by chrome-internal-fetch
commit 6ac6be9cae

View file

@ -48,4 +48,9 @@ config VGA_BIOS_FILE
string
default "pci8086,0166.rom"
config MAINBOARD_FAMILY
string
depends on GENERATE_SMBIOS_TABLES
default "Google_Auron"
endif