summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/smbios.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/arch/x86: Convert to SPDX license headerPatrick Georgi2020-03-061-13/+2
* src/arch: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* arch/x86: SMBIOS: Improve core count reportingAndrey Petrov2019-11-261-1/+20
* cpu/amd/fam10: Drop supportArthur Heymans2019-11-211-10/+0
* arch/x86: Correctly determine number of enabled coresAndrey Petrov2019-11-131-1/+1
* smbios: Create a type for smbios_enclosure_typeMathew King2019-11-041-1/+1
* arch/x86: Populate more fields in SMBIOS type 4Andrey Petrov2019-10-281-0/+19
* AUTHORS: Move src/arch/x86 copyrights into AUTHORS fileMartin Roth2019-09-101-5/+0
* src: Remove variable length arraysJacob Garber2019-08-201-8/+5
* smbios: Make SMBIOS type 3 enclosure type settable at runtimeMathew King2019-08-031-1/+6
* arch: Add missing #include <commonlib/helpers.h>Elyes HAOUAS2019-06-211-0/+1
* arch-x86/smbios: use ALIGN_UP instead of ALIGN for better readabilityFelix Held2019-06-211-2/+2
* src/arch/x86/smbios: Change SMBIOS Version to 2.8Christian Walter2019-06-191-1/+1
* src/soc/intel/common/smbios: Add addtional infos to dimm_infoChristian Walter2019-06-061-0/+5
* src/arch/x86: Add automatic type41 entry creationChristian Walter2019-05-281-0/+71
* src/mainboard/google: Adopt Mainboards to changed Type41 FuncChristian Walter2019-05-231-2/+2
* SMBIOS: Fix SPD manufacture ID decoderLijian Zhao2019-05-181-4/+4
* smbios: Walk over PCI devicetree to fill type 9Patrick Rudolph2019-05-071-0/+51
* smbios: Add memory type 9 system slot supportLijian Zhao2019-04-231-0/+35
* smbios: Fix copy paste errorPatrick Rudolph2019-04-191-1/+1
* smbios: Add type 17 device/bank locator overrideLijian Zhao2019-04-191-8/+14
* arch/x86/smbios: Reference type 7Patrick Rudolph2019-04-091-5/+25
* arch/x86/smbios: Add type 7Patrick Rudolph2019-04-091-8/+210
* arch/x86/smbios(type4): Write processor_upgrade fieldElyes HAOUAS2019-03-291-1/+23
* Revert "src/arch: An upgrade of SMBIOS to latest version 3.2"Nico Huber2019-03-271-42/+1
* src/arch: An upgrade of SMBIOS to latest version 3.2Francois Toguo2019-03-221-1/+42
* x86/smbios: Untangle system and board tablesNico Huber2019-03-161-22/+32
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-8/+8
* arch/x86/smbios.c: Remove duplicated 'processor_upgrade'Elyes HAOUAS2019-02-231-1/+0
* SMBIOS: Fix bios versionElyes HAOUAS2019-02-211-1/+3
* SMBIOS: Update BIOS Information (Type 0) to version V3.2.0Elyes HAOUAS2019-02-151-4/+7
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* chromeos/gnvs: remove function and naming cleanupJoel Kitching2018-09-061-1/+2
* cbmem: rename vdat to chromeos_acpiJoel Kitching2018-08-141-1/+1
* arch/x86/smbios: Add support for table 38Patrick Rudolph2018-07-191-0/+28
* arch/x86/smbios: Conditionally call SMBIOS opsNaresh G Solanki2018-06-071-3/+4
* compiler.h: add __weak macroAaron Durbin2018-04-241-11/+12
* include/memory_info.h: Change serial number field from 5 bytes to 4Raul E Rangel2018-04-121-7/+14
* arch/x86/smbios: Consider corner case of Part NumberLijian Zhao2018-04-011-3/+6
* arch/x86/smbios: Strip trailing whitespace on DMI 17 part number.Raul E Rangel2018-03-231-12/+44
* smbios: Extend Baseboard (or Module) Information (type2)Julien Viard de Galbert2018-03-071-2/+30
* smbios: Add option to select the enclosure typeJulien Viard de Galbert2018-03-011-4/+1
* src/arch/x86/smbios.c: Fix type 17 part numberRichard Spiegel2018-02-261-7/+27
* smbios: handle DIMM of 32G or moreJulien Viard de Galbert2018-01-261-1/+6
* SMBIOS: Correct length calculation for empty string tableKonstantin Aladyshev2017-08-101-6/+10
* src: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-1/+1
* arch/*: Update Kconfig symbol usageMartin Roth2017-07-071-12/+11
* smbios: Correct the system enclosure typesElyes HAOUAS2017-07-061-1/+1
* arch/x86/smbios: Fix scope of variable declarationNico Huber2017-06-221-1/+1