aboutsummaryrefslogtreecommitdiff
path: root/include/smbios.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-02smbios: correctly name Structure Table Maximum Size fieldHeinrich Schuchardt1-1/+1
2024-01-26efi_loader: migrate SMBIOS 3.0 entry point structure for measurementMasahisa Kojima1-2/+2
2024-01-26smbios: type2: contained object handlesHeinrich Schuchardt1-0/+1
2024-01-09smbios: smbios.h should not import ofnode.hHeinrich Schuchardt1-5/+1
2024-01-07smbios: Require the caller to align the SMBIOS tableSimon Glass1-4/+5
2024-01-07smbios: Use SMBIOS 3.0 to support an address above 4GBSimon Glass1-1/+5
2024-01-07smbios: SMBIOS 3.0 (64-bit) Entry Point structureHeinrich Schuchardt1-0/+26
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-2/+2
2021-10-26efi_loader: add SMBIOS table measurementMasahisa Kojima1-2/+15
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