summaryrefslogtreecommitdiffstats
path: root/lib/smbios.c
Commit message (Expand)AuthorAgeFilesLines
* smbios: Allow writing to the coreboot version stringSimon Glass2021-03-271-4/+0
* smbios: Allow a few values to come from sysinfoSimon Glass2021-02-061-3/+29
* smbios: Add more options for the BIOS version stringSimon Glass2021-02-061-3/+55
* smbios: Track the end of the string tableSimon Glass2021-02-061-17/+15
* smbios: Drop the eos parameterSimon Glass2021-02-061-24/+36
* smbios: Use a struct to keep track of contextSimon Glass2021-02-061-32/+55
* smbios: Set BIOS release versionSimon Glass2021-02-061-2/+3
* smbios: Move smbios_write_type to the C fileSimon Glass2021-02-061-0/+10
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* smbios: Drop the unused Kconfig optionsSimon Glass2020-11-061-33/+13
* smbios: Add more propertiesSimon Glass2020-11-061-0/+4
* smbios: Allow properties to come from the device treeSimon Glass2020-11-061-17/+81
* x86: Pass an ofnode into each SMBIOS functionSimon Glass2020-11-061-18/+26
* smbios: empty strings in smbios_add_string()Heinrich Schuchardt2020-06-051-0/+2
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* sandbox: smbios: Update to support sandboxSimon Glass2018-12-021-9/+43
* smbios: fix checkstyle warningChristian Gmeiner2018-08-101-0/+1
* smbios: fix checkstyle errorChristian Gmeiner2018-08-101-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* x86: Use unsigned long for address in table generationSimon Glass2017-02-061-11/+11
* smbios: Provide serial numberAlexander Graf2016-10-191-0/+5
* smbios: Expose in efi_loader as tableAlexander Graf2016-10-191-0/+6
* smbios: Generate type 4 on non-x86 systemsAlexander Graf2016-10-191-13/+38
* smbios: Allow compilation on 64bit systemsAlexander Graf2016-10-191-8/+8
* x86: Move smbios generation into arch independent directoryAlexander Graf2016-10-191-0/+269