Home | History | Annotate | Download | only in hosts

Lines Matching refs:fwid

1567             # Extract fwid value and use the leading part as the platform id.
1568 # fwid generally follow the format of {platform}.{firmware version}
1570 platform = crossystem.fwid().split('.')[0].lower()
1622 return crossystem.fwid()