summaryrefslogtreecommitdiff
path: root/include/smbios.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-24smbios: error handling for invalid addressesHeinrich Schuchardt1-2/+5
2021-06-28smbios: Fix BIOS Characteristics Extension Byte 2Ilias Apalodimas1-1/+1
2021-03-27smbios: Allow writing to the coreboot version stringSimon Glass1-0/+20
2021-02-06smbios: Add more options for the BIOS version stringSimon Glass1-0/+12
2021-02-06smbios: Use char consistently for the eos memberSimon Glass1-2/+2
2021-02-06smbios: Move smbios_write_type to the C fileSimon Glass1-10/+0
2020-11-06x86: Pass an ofnode into each SMBIOS functionSimon Glass1-1/+4
2020-11-05smbios: add parsing APIChristian Gmeiner1-0/+27
2018-06-03efi: Update some comments related to smbios tablesSimon Glass1-2/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-02-06x86: Use unsigned long for address in table generationSimon Glass1-2/+2
2016-10-19smbios: Expose in efi_loader as tableAlexander Graf1-0/+1
2016-10-19smbios: Generate type 4 on non-x86 systemsAlexander Graf1-0/+3
2016-10-19smbios: Allow compilation on 64bit systemsAlexander Graf1-2/+2
2016-10-19x86: Move smbios generation into arch independent directoryAlexander Graf1-0/+236