summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/smbios.c
Commit message (Expand)AuthorAgeFilesLines
* arch/x86/smbios: fix extended CPUID level check logicFelix Held2023-09-261-1/+1
* arch/x86/smbios: use cpu_cpuid_extended_levelFelix Held2023-09-261-1/+1
* arch/x86,lib: Migrate SMBIOS implementation to common codeBenjamin Doron2023-06-221-1286/+5
* arch/x86: Introduce DUMP_SMBIOS_TYPE17 configEric Lai2023-06-201-0/+62
* arch/x86/smbios: Check str for NULL in smbios_add_string()Maximilian Brune2023-04-041-1/+1
* arch/x86/smbios: Add socket type for Meteor LakeJay Patel2023-03-291-0/+2
* arch/x86/smbios: use cpu_cpuid_extended_level instead of open coding itFelix Held2023-02-211-2/+2
* treewide: Remove duplicated include <device/pci.h>Elyes Haouas2023-02-011-1/+0
* arch/x86/smbios.c: Add socket type for Intel SPR-SPChristian Walter2023-01-301-0/+2
* arch/x86/smbios.c: Update Xeon-SP socket typesDavid Hendricks2023-01-291-2/+4
* arch/x86/smbios: Replace SMBIOS type4 processor upgrade fieldsLi, Jincheng2023-01-081-6/+6
* arch/x86/smbios.c: Allow creating entries for empty DIMM slotsAngel Pons2022-12-061-3/+30
* arch/x86/smbios: Add SMBIOS Type 39Jonathan Zhang2022-11-171-0/+49
* Revert "mb/aopen/dxplplusu: Remove board"Kyösti Mälkki2022-11-091-0/+2
* mb/aopen/dxplplusu: Remove boardArthur Heymans2022-11-071-2/+0
* arch/x86/smbios.c: Fix Upgrade processor information in SMBIOSZhixing Ma2022-10-171-0/+2
* smbios: Add API to generate SMBIOS type 28 Temperature ProbeErik van den Bogaert2022-10-061-0/+29
* smbios: Add API to generate SMBIOS type 43 TPM DeviceMichał Żygowski2022-09-301-0/+23
* src/arch/x86/smbios.c: remove unneeded bracesFabio Aiuto2022-08-241-5/+4
* arch/x86/smbios.c: Fix for CONFIG_MAX_CPUS > 255Arthur Heymans2022-05-281-1/+3
* arch/x86: Refactor the SMBIOS type 17 write functionSubrata Banik2021-11-111-31/+6
* SMBIOS/SCONFIG: Allow devtree-defined Type 41 entriesAngel Pons2021-11-041-9/+34
* arch/x86/smbios: Add support for wake-up type in smbios type 1Tim Chu2021-10-211-0/+1
* arch/x86/smbios: Add generation of type 20 tableMatt DeVillier2021-10-151-0/+48
* SMBIOS: Skip `get_smbios_data` for disabled devicesAngel Pons2021-09-131-1/+4
* SMBIOS: Allow skipping default SMBIOS generationAngel Pons2021-09-131-2/+12
* smbios.c: Rename two local functionsAngel Pons2021-09-051-8/+6
* arch/x86: Update debug message to callout the reason for failureSubrata Banik2021-09-031-1/+2
* arch/x86: Check unsupported CPU type while writing to SMBIOS table 7Subrata Banik2021-09-031-1/+2
* smbios.c: Move function definition near call-siteAngel Pons2021-08-311-35/+35
* arch/x86: smbios write 7 table using deterministic cache functionsSubrata Banik2021-08-111-34/+12
* SMBIOS: Introduce `smbios_full_table_len` functionAngel Pons2021-07-011-17/+23
* arch/x86/smbios.c Move calculation next to usageAngel Pons2021-07-011-1/+1
* SMBIOS: Introduce `smbios_carve_table` functionAngel Pons2021-07-011-109/+61
* SMBIOS: Avoid `sizeof` on struct typeAngel Pons2021-07-011-38/+37
* arch/x86/smbios.c: Trim some `len` variablesAngel Pons2021-07-011-7/+4
* arch/x86/smbios: Let SMBIOS type 9 be able to write slot IDJingleHsuWiwynn2021-04-221-1/+3
* ChromeOS: Use CHROMEOS_NVS guardKyösti Mälkki2021-04-211-1/+1
* mb/ocp/deltalake: Fill ECC type in romstageAngel Pons2021-03-011-6/+1
* memory_info.h: Store SMBIOS error correction typeAngel Pons2021-03-011-2/+1
* arch/x86/smbios: Update SMBIOS type 17 asset tagTim Chu2021-02-271-0/+1
* device/dram: Move SPD manufacturer names out of arch/x86Patrick Rudolph2021-02-161-35/+2
* arch/x86/smbios: Add missing guardRaul E Rangel2021-02-071-1/+1
* arch/x86/smbios: Correct SMBIOS type 4 max speedTim Chu2021-02-051-2/+3
* arch/x86/smbios: Add Number Of Power Cords field to be overridenJingleHsuWiwynn2021-02-011-0/+1
* arch/x86/smbios: Update SMBIOS type 16 Extended Maximum CapacityTim Chu2021-01-281-1/+8
* arch/x86/smbios: Update SMBIOS type 17 type detailTim Chu2021-01-191-1/+15
* ChromeOS: Refactor SMBIOS type0 bios_version()Kyösti Mälkki2021-01-181-8/+6
* arch/x86/smbios.c: Fix compilation on x86_64Patrick Rudolph2020-12-101-1/+1
* arch/x86/smbios: Update SMBIOS type 16 error correction typeTim Chu2020-11-251-2/+7