2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-03-22 06:29:17 +00:00
Files
xNBA/src/include
Michael Brown 8bc20c1aa0 [smbios] Allow access to multiple instances of SMBIOS structures
Extend the syntax for numerical SMBIOS settings from

  smbios/<type>.<offset>.<length>

to

  smbios/[<instance>.]<type>.<offset>.<length>

Where SMBIOS provides multiple structures with the same <type>, this
extended syntax allows for access to structures other than the first.
If <instance> is omitted then it will default to zero, giving access
to the first instance (and so matching existing behaviour).

The 16-bit SMBIOS handle (which is an alternative way to disambiguate
multiple instances of the same type of structure) can be accessed, if
required, using

  smbios/<instance>.<type>.2.2:uint16

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2013-05-01 22:11:04 +01:00
..
2012-03-19 17:35:46 +00:00
2006-09-11 17:54:19 +00:00
2005-03-08 18:53:11 +00:00
2005-03-08 18:53:11 +00:00
2010-08-17 14:44:27 +01:00
2010-04-19 23:43:39 +01:00
2005-03-08 18:53:11 +00:00
2005-03-08 18:53:11 +00:00
2005-03-08 18:53:11 +00:00
2007-07-14 15:42:26 +01:00
2005-03-08 18:53:11 +00:00
2010-04-19 23:43:39 +01:00
2012-10-15 18:32:16 +01:00