summaryrefslogtreecommitdiff
path: root/lib/smbios.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-11-06smbios: Drop the unused Kconfig optionsSimon Glass1-33/+13
2020-11-06smbios: Add more propertiesSimon Glass1-0/+4
2020-11-06smbios: Allow properties to come from the device treeSimon Glass1-17/+81
2020-11-06x86: Pass an ofnode into each SMBIOS functionSimon Glass1-18/+26
2020-06-05smbios: empty strings in smbios_add_string()Heinrich Schuchardt1-0/+2
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2018-12-02sandbox: smbios: Update to support sandboxSimon Glass1-9/+43
2018-08-10smbios: fix checkstyle warningChristian Gmeiner1-0/+1
2018-08-10smbios: fix checkstyle errorChristian Gmeiner1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-02-06x86: Use unsigned long for address in table generationSimon Glass1-11/+11
2016-10-19smbios: Provide serial numberAlexander Graf1-0/+5
2016-10-19smbios: Expose in efi_loader as tableAlexander Graf1-0/+6
2016-10-19smbios: Generate type 4 on non-x86 systemsAlexander Graf1-13/+38
2016-10-19smbios: Allow compilation on 64bit systemsAlexander Graf1-8/+8
2016-10-19x86: Move smbios generation into arch independent directoryAlexander Graf1-0/+269