summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2015-12-23 16:25:31 +0100
committerMichael Brown2016-01-04 16:31:26 +0100
commitae8dfd74c014a722060737cf01a30725ab7cc852 (patch)
treeae4776a10200963fdb5097be3d06d92da8675c1c /src/include
parent[crypto] Dual-license selected DRBG files (diff)
downloadipxe-ae8dfd74c014a722060737cf01a30725ab7cc852.tar.gz
ipxe-ae8dfd74c014a722060737cf01a30725ab7cc852.tar.xz
ipxe-ae8dfd74c014a722060737cf01a30725ab7cc852.zip
[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 24b05ed62..c1d8fea3e 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
*