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>tags/v1.20.1
|
|
||
162 |
|
162 |
|
163 |
|
163 |
|
164 |
|
164 |
|
165 |
|
|
|
|
165 |
|
|
166 |
|
166 |
|
167 |
|
167 |
|
168 |
|
168 |
|
|
|
||
59 |
|
59 |
|
60 |
|
60 |
|
61 |
|
61 |
|
|
62 |
|
|
62 |
|
63 |
|
63 |
|
64 |
|
64 |
|
65 |
|
65 |
|
|
|
|
66 |
|
|
66 |
|
67 |
|
67 |
|
68 |
|
68 |
|
69 |
|
|
|
||
105 |
|
106 |
|
106 |
|
107 |
|
107 |
|
108 |
|
108 |
|
|
|
|
109 |
|
|
|
110 |
|
|
109 |
|
111 |
|
110 |
|
112 |
|
111 |
|
113 |
|
|
|
||
81 |
|
81 |
|
82 |
|
82 |
|
83 |
|
83 |
|
|
84 |
|
|
84 |
|
85 |
|
85 |
|
86 |
|
86 |
|
87 |
|
87 |
|
88 |
|
88 |
|
89 |
|
89 |
|
|
|
|
90 |
|
|
|
91 |
|
|
90 |
|
92 |
|
91 |
|
93 |
|
92 |
|
94 |
|
93 |
|
95 |
|
94 |
|
96 |
|
95 |
|
|
|
|
97 |
|
|
|
98 |
|
|
96 |
|
99 |
|
97 |
|
100 |
|
98 |
|
101 |
|