aboutsummaryrefslogtreecommitdiff
path: root/lib/smbios-parser.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02smbios: correctly name Structure Table Maximum Size fieldHeinrich Schuchardt1-1/+1
2024-02-02lib: smbios_entr() use logical or for booleansHeinrich Schuchardt1-1/+1
2024-01-26efi_loader: migrate SMBIOS 3.0 entry point structure for measurementMasahisa Kojima1-3/+6
2024-01-16lib: smbios: remove redundant next_header()Heinrich Schuchardt1-9/+2
2024-01-09smbios: smbios.h should not import ofnode.hHeinrich Schuchardt1-0/+3
2024-01-09lib: smbios: verify_checksum() is duplicateHeinrich Schuchardt1-16/+2
2023-12-21lib: Remove <common.h> inclusion from these filesWIP/2023-12-21-header-inclusion-cleanupTom Rini1-1/+0
2021-10-26efi_loader: add SMBIOS table measurementMasahisa Kojima1-10/+142
2021-03-27smbios: Allow writing to the coreboot version stringSimon Glass1-0/+38
2020-11-05smbios: add parsing APIChristian Gmeiner1-0/+96