summaryrefslogtreecommitdiff
path: root/lib/smbios.c
AgeCommit message (Expand)Author
2021-07-24smbios: error handling for invalid addressesHeinrich Schuchardt
2021-07-24smbios: Fix calculating BIOS Release DatePali Rohár
2021-06-28smbios: Fix SMBIOS tablesIlias Apalodimas
2021-06-28smbios: Fix BIOS Characteristics Extension Byte 2Ilias Apalodimas
2021-06-28smbios: convert function descriptions to Sphinx styleHeinrich Schuchardt
2021-03-27smbios: Allow writing to the coreboot version stringSimon Glass
2021-02-06smbios: Allow a few values to come from sysinfoSimon Glass
2021-02-06smbios: Add more options for the BIOS version stringSimon Glass
2021-02-06smbios: Track the end of the string tableSimon Glass
2021-02-06smbios: Drop the eos parameterSimon Glass
2021-02-06smbios: Use a struct to keep track of contextSimon Glass
2021-02-06smbios: Set BIOS release versionSimon Glass
2021-02-06smbios: Move smbios_write_type to the C fileSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-11-06smbios: Drop the unused Kconfig optionsSimon Glass
2020-11-06smbios: Add more propertiesSimon Glass
2020-11-06smbios: Allow properties to come from the device treeSimon Glass
2020-11-06x86: Pass an ofnode into each SMBIOS functionSimon Glass
2020-06-05smbios: empty strings in smbios_add_string()Heinrich Schuchardt
2019-08-11env: Move env_get() to env.hSimon Glass
2018-12-02sandbox: smbios: Update to support sandboxSimon Glass
2018-08-10smbios: fix checkstyle warningChristian Gmeiner
2018-08-10smbios: fix checkstyle errorChristian Gmeiner
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-02-06x86: Use unsigned long for address in table generationSimon Glass
2016-10-19smbios: Provide serial numberAlexander Graf
2016-10-19smbios: Expose in efi_loader as tableAlexander Graf
2016-10-19smbios: Generate type 4 on non-x86 systemsAlexander Graf
2016-10-19smbios: Allow compilation on 64bit systemsAlexander Graf
2016-10-19x86: Move smbios generation into arch independent directoryAlexander Graf