From ae8dfd74c014a722060737cf01a30725ab7cc852 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 23 Dec 2015 15:25:31 +0000 Subject: [smsc95xx] Fetch MAC from SMBIOS OEM string for Honeywell VM3 The Honeywell VM3 has no attached EEPROM, and records the MAC address within an SMBIOS OEM string. Signed-off-by: Michael Brown --- src/include/ipxe/smbios.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') diff --git a/src/include/ipxe/smbios.h b/src/include/ipxe/smbios.h index 24b05ed..c1d8fea 100644 --- a/src/include/ipxe/smbios.h +++ b/src/include/ipxe/smbios.h @@ -152,6 +152,9 @@ struct smbios_enclosure_information { /** SMBIOS enclosure information structure type */ #define SMBIOS_TYPE_ENCLOSURE_INFORMATION 3 +/** SMBIOS OEM strings structure type */ +#define SMBIOS_TYPE_OEM_STRINGS 11 + /** * SMBIOS entry point descriptor * -- cgit v1.1