summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/smbios.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpu/intel/common: Fill cpu voltage in SMBIOS tablesPatrick Rudolph2020-11-221-0/+10
* arch/x86/smbios: Update memory_array_handle for SMBIOS type 19Tim Chu2020-11-161-2/+3
* arch/x86/smbios: Populate SMBIOS type 7 with cache informationMorgan Jang2020-10-261-6/+51
* arch/x86/smbios: Update SMBIOS type 0 ec versionTim Chu2020-10-121-0/+2
* arch/x86/smbios: Update SMBIOS type 4 socket designationTim Chu2020-10-121-0/+6
* arch/x86/smbios: Add SMBIOS Thread CountFrancois Toguo2020-09-281-1/+3
* memory_info: add max_speed_mts and configured_speed_mtsRob Barnes2020-09-031-2/+8
* mb/ocp/deltalake: Update SMBIOS type 4 -- Processor InformationMorgan Jang2020-07-311-1/+40
* arch/x86/smbios.c: Split out weak functionsAngel Pons2020-07-301-132/+0
* arch/x86/smbios.c: Factor out switch-case blockAngel Pons2020-07-301-34/+30
* arch/x86/smbios.c: Simplify assignmentAngel Pons2020-07-301-4/+1
* arch/x86/smbios.c: Clean up cosmeticsAngel Pons2020-07-301-128/+81
* smbios: Fix type 17 for Windows 10Patrick Rudolph2020-07-301-4/+63
* arch/x86/smbios: Bump to version 3.0Patrick Rudolph2020-07-281-3/+27
* arch/x86/smbios: Fix type4 for EDK2Patrick Rudolph2020-07-261-0/+2
* smbios: Add Type19Patrick Rudolph2020-07-261-0/+52
* arch/x86/smbios.c: Use macro for 'type_detail'Elyes HAOUAS2020-07-261-1/+1
* arch/x86/smbios: Add SMBIOS type8 dataBryantOu2020-07-041-0/+28
* smbios: Add option VPD_SMBIOS_VERSION that reads BIOS version from a VPD vari...Johnny Lin2020-06-281-20/+61