mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[smbios] Add asset tag setting
Add SMBIOS asset tag as a named setting. Signed-off-by: Michael Brown <mcb30@etherboot.org>
This commit is contained in:
committed by
Michael Brown
parent
38a1d0fe3f
commit
cc4363acca
@@ -198,4 +198,12 @@ struct setting smbios_named_settings[] __setting = {
|
||||
serial ),
|
||||
.type = &setting_type_string,
|
||||
},
|
||||
{
|
||||
.name = "asset",
|
||||
.description = "Asset tag",
|
||||
.tag = SMBIOS_STRING_TAG ( SMBIOS_TYPE_ENCLOSURE_INFORMATION,
|
||||
struct smbios_enclosure_information,
|
||||
asset_tag ),
|
||||
.type = &setting_type_string,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user