summaryrefslogtreecommitdiffstats
path: root/src/interface/smbios
Commit message (Expand)AuthorAgeFilesLines
* [build] Mark core files as permitted for UEFI Secure BootMichael Brown2026-01-142-0/+2
* [init] Show initialisation function names in debug messagesMichael Brown2025-07-151-0/+1
* [smbios] Remove userptr_t from SMBIOS structure parsingMichael Brown2025-04-232-210/+191Star
* [uaccess] Remove user_to_phys() and phys_to_user()Michael Brown2025-04-211-4/+4
* [uaccess] Remove redundant memcpy_user() and related string functionsMichael Brown2025-04-211-1/+1
* [smbios] Allow reading an entire SMBIOS data structure as a settingMichael Brown2024-07-311-1/+9
* [smbios] Avoid reading beyond end of constructed SMBIOS settingMichael Brown2024-07-311-0/+7
* [smbios] Support scanning for the 64-bit SMBIOS3 entry pointMichael Brown2023-12-291-13/+65
* [settings] Support formatting UUIDs as little-endian GUIDsMichael Brown2022-01-041-1/+2
* [linux] Use generic sysfs mechanism to read SMBIOS tableMichael Brown2021-03-031-0/+10
* [smbios] Add support for the 64-bit SMBIOS3 entry pointMichael Brown2020-12-291-2/+7
* [settings] Expose SMBIOS settings as global variablesMichael Brown2015-12-231-1/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [smbios] Expose board serial number as ${board-serial}Dale Hamel2014-06-121-0/+12
* [settings] Force settings into alphabetical order within sectionsMichael Brown2013-12-051-39/+44
* [linux] Provide access to SMBIOS via /dev/memMichael Brown2013-12-051-0/+48
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-051-4/+4
* [settings] Clarify usage of the term "named setting"Michael Brown2013-07-181-2/+2
* [smbios] Allow access to multiple instances of SMBIOS structuresMichael Brown2013-05-012-4/+9
* [smbios] Allow access to unreferenced SMBIOS stringsMichael Brown2013-05-011-4/+10
* [settings] Eliminate settings "tag magic"Michael Brown2013-05-011-21/+11Star
* [uuid] Abstract UUID mangling code out to a separate uuid_mangle() functionMichael Brown2013-03-201-4/+1Star
* [smbios] Mangle UUIDs for SMBIOS version 2.6 and newerMichael Brown2013-03-201-9/+33
* [smbios] Provide SMBIOS version number via smbios_version()Michael Brown2013-03-201-0/+17
* [smbios] Default to "hex" type for non-string SMBIOS settingsMichael Brown2012-09-101-3/+10
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-202-2/+4
* [settings] Impose a fixed order on settingsMichael Brown2011-03-231-2/+2
* [settings] Formalise notion of setting applicabilityMichael Brown2011-03-221-2/+18
* [settings] Apply settings block name in register_settings()Michael Brown2010-12-011-2/+2
* [build] Rename gPXE to iPXEMichael Brown2010-04-202-6/+6
* [settings] Allow for arbitrarily-named settingsMichael Brown2009-05-261-17/+0Star
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-182-0/+4
* [smbios] Add asset tag settingTimothy Stack2009-04-151-0/+8
* [efi] Use EFI-native mechanism for accessing SMBIOS tableMichael Brown2008-12-052-0/+379