aboutsummaryrefslogtreecommitdiff
path: root/src/include/smbios.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2016-05-30 16:52:31 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2016-06-02 06:24:24 +0200
commitc5b758bec803957455a460503547c5846917ae08 (patch)
tree016fd84f541070f2da0292dc954ca3b8617af6ec /src/include/smbios.h
parent7db15094c259f9417d16cbba102cea100eb2bcf8 (diff)
SMBIOS: Implement SKU field
Leave it for the platform to fill in the string. Change-Id: I7b4fe585f8d1efc8c9743f0d8b38de1f98124aab Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/14996 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@googlemail.com>
Diffstat (limited to 'src/include/smbios.h')
-rw-r--r--src/include/smbios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/smbios.h b/src/include/smbios.h
index 004bcc6166..0400262b31 100644
--- a/src/include/smbios.h
+++ b/src/include/smbios.h
@@ -35,6 +35,7 @@ const char *smbios_mainboard_serial_number(void);
const char *smbios_mainboard_version(void);
void smbios_mainboard_set_uuid(u8 *uuid);
const char *smbios_mainboard_bios_version(void);
+const char *smbios_mainboard_sku(void);
u8 smbios_mainboard_enclosure_type(void);
#ifdef CONFIG_MAINBOARD_FAMILY
const char *smbios_mainboard_family(void);