aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/smbios.c
AgeCommit message (Expand)Author
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
2018-01-26smbios: handle DIMM of 32G or moreJulien Viard de Galbert
2017-08-10SMBIOS: Correct length calculation for empty string tableKonstantin Aladyshev
2017-07-13src: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-07-07arch/*: Update Kconfig symbol usageMartin Roth
2017-07-06smbios: Correct the system enclosure typesElyes HAOUAS
2017-06-22arch/x86/smbios: Fix scope of variable declarationNico Huber
2017-06-20arch/x86/smbios: Fix undefined behaviorRyan Salsamendi
2017-03-20arch/x86: Fix most of remaining issues detected by checkpatchLee Leahy
2017-03-17arch/x86: Wrap lines at 80 columnsLee Leahy
2017-03-17arch/x86: Fix space issues detected by checkpatchLee Leahy
2017-03-17arch/x86: Fix issues with braces detected by checkpatchLee Leahy
2016-12-17Revert "arch/x86/smbios: Correct manufacturer ID"Nico Huber
2016-08-28src/arch: Add required space before opening parenthesis '('Elyes HAOUAS
2016-08-01Remove non-ascii & unprintable charactersMartin Roth
2016-06-24arch/x86/smbios: Correct manufacturer IDElyes HAOUAS
2016-06-20arch/x86/smbios: Add DRAM manufacturerPatrick Rudolph
2016-06-09mainboard: Support ROM_SIZE > 16 MiBLee Leahy
2016-06-02SMBIOS: Implement SKU fieldKyösti Mälkki
2016-05-09smbios: Add SuperTalent SPD IDTimothy Pearson
2016-03-11arch/x86/smbios: fix length calculation for SMBIOS type 17Iru Cai
2016-03-02src/arch/x86/smbios: Add vendorsPatrick Rudolph
2015-12-16x86/smbios: Return index 0 for empty stringsBen Gardner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-16arch/x86/smbios: Add Crucial DIMM manufacturer IDTimothy Pearson
2015-10-16arch/x86/boot/smbios: Add SPD IDs for Kingston and CorsairTimothy Pearson
2015-07-13x86: flatten hierarchyStefan Reinauer