summaryrefslogtreecommitdiff
path: root/lib/smbios.c
Commit message (Expand)AuthorAgeFilesLines
* 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