aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/smbios.c
AgeCommit message (Expand)Author
2022-10-17arch/x86/smbios.c: Fix Upgrade processor information in SMBIOSZhixing Ma
2022-10-06smbios: Add API to generate SMBIOS type 28 Temperature ProbeErik van den Bogaert
2022-09-30smbios: Add API to generate SMBIOS type 43 TPM DeviceMichał Żygowski
2022-08-24src/arch/x86/smbios.c: remove unneeded bracesFabio Aiuto
2022-05-28arch/x86/smbios.c: Fix for CONFIG_MAX_CPUS > 255Arthur Heymans
2021-11-11arch/x86: Refactor the SMBIOS type 17 write functionSubrata Banik
2021-11-04SMBIOS/SCONFIG: Allow devtree-defined Type 41 entriesAngel Pons
2021-10-21arch/x86/smbios: Add support for wake-up type in smbios type 1Tim Chu
2021-10-15arch/x86/smbios: Add generation of type 20 tableMatt DeVillier
2021-09-13SMBIOS: Skip `get_smbios_data` for disabled devicesAngel Pons
2021-09-13SMBIOS: Allow skipping default SMBIOS generationAngel Pons
2021-09-05smbios.c: Rename two local functionsAngel Pons
2021-09-03arch/x86: Update debug message to callout the reason for failureSubrata Banik
2021-09-03arch/x86: Check unsupported CPU type while writing to SMBIOS table 7Subrata Banik
2021-08-31smbios.c: Move function definition near call-siteAngel Pons
2021-08-11arch/x86: smbios write 7 table using deterministic cache functionsSubrata Banik
2021-07-01SMBIOS: Introduce `smbios_full_table_len` functionAngel Pons
2021-07-01arch/x86/smbios.c Move calculation next to usageAngel Pons
2021-07-01SMBIOS: Introduce `smbios_carve_table` functionAngel Pons
2021-07-01SMBIOS: Avoid `sizeof` on struct typeAngel Pons
2021-07-01arch/x86/smbios.c: Trim some `len` variablesAngel Pons
2021-04-22arch/x86/smbios: Let SMBIOS type 9 be able to write slot IDJingleHsuWiwynn
2021-04-21ChromeOS: Use CHROMEOS_NVS guardKyösti Mälkki
2021-03-01mb/ocp/deltalake: Fill ECC type in romstageAngel Pons
2021-03-01memory_info.h: Store SMBIOS error correction typeAngel Pons
2021-02-27arch/x86/smbios: Update SMBIOS type 17 asset tagTim Chu
2021-02-16device/dram: Move SPD manufacturer names out of arch/x86Patrick Rudolph
2021-02-07arch/x86/smbios: Add missing guardRaul E Rangel
2021-02-05arch/x86/smbios: Correct SMBIOS type 4 max speedTim Chu
2021-02-01arch/x86/smbios: Add Number Of Power Cords field to be overridenJingleHsuWiwynn
2021-01-28arch/x86/smbios: Update SMBIOS type 16 Extended Maximum CapacityTim Chu
2021-01-19arch/x86/smbios: Update SMBIOS type 17 type detailTim Chu
2021-01-18ChromeOS: Refactor SMBIOS type0 bios_version()Kyösti Mälkki
2020-12-10arch/x86/smbios.c: Fix compilation on x86_64Patrick Rudolph
2020-11-25arch/x86/smbios: Update SMBIOS type 16 error correction typeTim Chu
2020-11-22cpu/intel/common: Fill cpu voltage in SMBIOS tablesPatrick Rudolph
2020-11-16arch/x86/smbios: Update memory_array_handle for SMBIOS type 19Tim Chu
2020-10-26arch/x86/smbios: Populate SMBIOS type 7 with cache informationMorgan Jang
2020-10-12arch/x86/smbios: Update SMBIOS type 0 ec versionTim Chu
2020-10-12arch/x86/smbios: Update SMBIOS type 4 socket designationTim Chu
2020-09-28arch/x86/smbios: Add SMBIOS Thread CountFrancois Toguo
2020-09-03memory_info: add max_speed_mts and configured_speed_mtsRob Barnes
2020-07-31mb/ocp/deltalake: Update SMBIOS type 4 -- Processor InformationMorgan Jang
2020-07-30arch/x86/smbios.c: Split out weak functionsAngel Pons
2020-07-30arch/x86/smbios.c: Factor out switch-case blockAngel Pons
2020-07-30arch/x86/smbios.c: Simplify assignmentAngel Pons
2020-07-30arch/x86/smbios.c: Clean up cosmeticsAngel Pons
2020-07-30smbios: Fix type 17 for Windows 10Patrick Rudolph
2020-07-28arch/x86/smbios: Bump to version 3.0Patrick Rudolph
2020-07-26arch/x86/smbios: Fix type4 for EDK2Patrick Rudolph
2020-07-26smbios: Add Type19Patrick Rudolph
2020-07-26arch/x86/smbios.c: Use macro for 'type_detail'Elyes HAOUAS
2020-07-04arch/x86/smbios: Add SMBIOS type8 dataBryantOu
2020-06-28smbios: Add option VPD_SMBIOS_VERSION that reads BIOS version from a VPD vari...Johnny Lin
2020-06-25arch/x86/smbios: Add more fields to be overriden for type 3 and 4Johnny Lin
2020-06-09SMBIOS: Remove Kconfig SYSTEM_ENCLOSURE_TYPEKyösti Mälkki
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-03-06src/arch/x86: Convert to SPDX license headerPatrick Georgi
2019-12-19src/arch: Remove unused <stdlib.h>Elyes HAOUAS
2019-11-26arch/x86: SMBIOS: Improve core count reportingAndrey Petrov
2019-11-21cpu/amd/fam10: Drop supportArthur Heymans
2019-11-13arch/x86: Correctly determine number of enabled coresAndrey Petrov
2019-11-04smbios: Create a type for smbios_enclosure_typeMathew King
2019-10-28arch/x86: Populate more fields in SMBIOS type 4Andrey Petrov
2019-09-10AUTHORS: Move src/arch/x86 copyrights into AUTHORS fileMartin Roth
2019-08-20src: Remove variable length arraysJacob Garber
2019-08-03smbios: Make SMBIOS type 3 enclosure type settable at runtimeMathew King
2019-06-21arch: Add missing #include <commonlib/helpers.h>Elyes HAOUAS
2019-06-21arch-x86/smbios: use ALIGN_UP instead of ALIGN for better readabilityFelix Held
2019-06-19src/arch/x86/smbios: Change SMBIOS Version to 2.8Christian Walter
2019-06-06src/soc/intel/common/smbios: Add addtional infos to dimm_infoChristian Walter
2019-05-28src/arch/x86: Add automatic type41 entry creationChristian Walter
2019-05-23src/mainboard/google: Adopt Mainboards to changed Type41 FuncChristian Walter
2019-05-18SMBIOS: Fix SPD manufacture ID decoderLijian Zhao
2019-05-07smbios: Walk over PCI devicetree to fill type 9Patrick Rudolph
2019-04-23smbios: Add memory type 9 system slot supportLijian Zhao
2019-04-19smbios: Fix copy paste errorPatrick Rudolph
2019-04-19smbios: Add type 17 device/bank locator overrideLijian Zhao
2019-04-09arch/x86/smbios: Reference type 7Patrick Rudolph
2019-04-09arch/x86/smbios: Add type 7Patrick Rudolph
2019-03-29arch/x86/smbios(type4): Write processor_upgrade fieldElyes HAOUAS
2019-03-27Revert "src/arch: An upgrade of SMBIOS to latest version 3.2"Nico Huber
2019-03-22src/arch: An upgrade of SMBIOS to latest version 3.2Francois Toguo
2019-03-16x86/smbios: Untangle system and board tablesNico Huber
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-02-23arch/x86/smbios.c: Remove duplicated 'processor_upgrade'Elyes HAOUAS
2019-02-21SMBIOS: Fix bios versionElyes HAOUAS
2019-02-15SMBIOS: Update BIOS Information (Type 0) to version V3.2.0Elyes HAOUAS
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-06chromeos/gnvs: remove function and naming cleanupJoel Kitching
2018-08-14cbmem: rename vdat to chromeos_acpiJoel Kitching
2018-07-19arch/x86/smbios: Add support for table 38Patrick Rudolph
2018-06-07arch/x86/smbios: Conditionally call SMBIOS opsNaresh G Solanki
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-04-12include/memory_info.h: Change serial number field from 5 bytes to 4Raul E Rangel
2018-04-01arch/x86/smbios: Consider corner case of Part NumberLijian Zhao
2018-03-23arch/x86/smbios: Strip trailing whitespace on DMI 17 part number.Raul E Rangel
2018-03-07smbios: Extend Baseboard (or Module) Information (type2)Julien Viard de Galbert
2018-03-01smbios: Add option to select the enclosure typeJulien Viard de Galbert
2018-02-26src/arch/x86/smbios.c: Fix type 17 part numberRichard Spiegel