aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2015-12-23 15:25:31 +0000
committerMichael Brown <mcb30@ipxe.org>2016-01-04 15:31:26 +0000
commitae8dfd74c014a722060737cf01a30725ab7cc852 (patch)
treeae4776a10200963fdb5097be3d06d92da8675c1c /src/include
parent0c396dd4052732da751249e5057425adb0692db2 (diff)
downloadipxe-ae8dfd74c014a722060737cf01a30725ab7cc852.zip
ipxe-ae8dfd74c014a722060737cf01a30725ab7cc852.tar.gz
ipxe-ae8dfd74c014a722060737cf01a30725ab7cc852.tar.bz2
[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 <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/smbios.h3
1 files changed, 3 insertions, 0 deletions
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
*