summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/smbios.h
Commit message (Collapse)AuthorAgeFilesLines
* [efi] Use EFI-native mechanism for accessing SMBIOS tableMichael Brown2008-12-051-60/+0Star
| | | | | | EFI provides a copy of the SMBIOS table accessible via the EFI system table, which we should use instead of manually scanning through the F000:0000 segment.
* [Settings] Expose SMBIOS via settings APIMichael Brown2008-03-281-7/+16
| | | | In particular, expose the system UUID as a setting ("smbios/uuid").
* Add UUID to DHCP request as option 97 (if available).Michael Brown2007-11-211-0/+1
|
* Added definition of a UUID and uuid_ntoa() (for debugging), andMichael Brown2007-11-211-0/+2
| | | | implemented smbios_get_uuid().
* Update SMBIOS internal API to be easier to use, and not to requireMichael Brown2007-11-211-1/+38
| | | | potentially exorbitant amounts of stack space.
* Add ability to read serial number from SMBIOSMichael Brown2007-02-011-0/+11