index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
smbios.c
Age
Commit message (
Expand
)
Author
2019-11-13
arch/x86: Correctly determine number of enabled cores
Andrey Petrov
2019-11-04
smbios: Create a type for smbios_enclosure_type
Mathew King
2019-10-28
arch/x86: Populate more fields in SMBIOS type 4
Andrey Petrov
2019-09-10
AUTHORS: Move src/arch/x86 copyrights into AUTHORS file
Martin Roth
2019-08-20
src: Remove variable length arrays
Jacob Garber
2019-08-03
smbios: Make SMBIOS type 3 enclosure type settable at runtime
Mathew King
2019-06-21
arch: Add missing #include <commonlib/helpers.h>
Elyes HAOUAS
2019-06-21
arch-x86/smbios: use ALIGN_UP instead of ALIGN for better readability
Felix Held
2019-06-19
src/arch/x86/smbios: Change SMBIOS Version to 2.8
Christian Walter
2019-06-06
src/soc/intel/common/smbios: Add addtional infos to dimm_info
Christian Walter
2019-05-28
src/arch/x86: Add automatic type41 entry creation
Christian Walter
2019-05-23
src/mainboard/google: Adopt Mainboards to changed Type41 Func
Christian Walter
2019-05-18
SMBIOS: Fix SPD manufacture ID decoder
Lijian Zhao
2019-05-07
smbios: Walk over PCI devicetree to fill type 9
Patrick Rudolph
2019-04-23
smbios: Add memory type 9 system slot support
Lijian Zhao
2019-04-19
smbios: Fix copy paste error
Patrick Rudolph
2019-04-19
smbios: Add type 17 device/bank locator override
Lijian Zhao
2019-04-09
arch/x86/smbios: Reference type 7
Patrick Rudolph
2019-04-09
arch/x86/smbios: Add type 7
Patrick Rudolph
2019-03-29
arch/x86/smbios(type4): Write processor_upgrade field
Elyes HAOUAS
2019-03-27
Revert "src/arch: An upgrade of SMBIOS to latest version 3.2"
Nico Huber
2019-03-22
src/arch: An upgrade of SMBIOS to latest version 3.2
Francois Toguo
2019-03-16
x86/smbios: Untangle system and board tables
Nico Huber
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-02-23
arch/x86/smbios.c: Remove duplicated 'processor_upgrade'
Elyes HAOUAS
2019-02-21
SMBIOS: Fix bios version
Elyes HAOUAS
2019-02-15
SMBIOS: Update BIOS Information (Type 0) to version V3.2.0
Elyes HAOUAS
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-09-06
chromeos/gnvs: remove function and naming cleanup
Joel Kitching
2018-08-14
cbmem: rename vdat to chromeos_acpi
Joel Kitching
2018-07-19
arch/x86/smbios: Add support for table 38
Patrick Rudolph
2018-06-07
arch/x86/smbios: Conditionally call SMBIOS ops
Naresh G Solanki
2018-04-24
compiler.h: add __weak macro
Aaron Durbin
2018-04-12
include/memory_info.h: Change serial number field from 5 bytes to 4
Raul E Rangel
2018-04-01
arch/x86/smbios: Consider corner case of Part Number
Lijian Zhao
2018-03-23
arch/x86/smbios: Strip trailing whitespace on DMI 17 part number.
Raul E Rangel
2018-03-07
smbios: Extend Baseboard (or Module) Information (type2)
Julien Viard de Galbert
2018-03-01
smbios: Add option to select the enclosure type
Julien Viard de Galbert
2018-02-26
src/arch/x86/smbios.c: Fix type 17 part number
Richard Spiegel
2018-01-26
smbios: handle DIMM of 32G or more
Julien Viard de Galbert
2017-08-10
SMBIOS: Correct length calculation for empty string table
Konstantin Aladyshev
2017-07-13
src: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-07-07
arch/*: Update Kconfig symbol usage
Martin Roth
2017-07-06
smbios: Correct the system enclosure types
Elyes HAOUAS
2017-06-22
arch/x86/smbios: Fix scope of variable declaration
Nico Huber
2017-06-20
arch/x86/smbios: Fix undefined behavior
Ryan Salsamendi
2017-03-20
arch/x86: Fix most of remaining issues detected by checkpatch
Lee Leahy
2017-03-17
arch/x86: Wrap lines at 80 columns
Lee Leahy
2017-03-17
arch/x86: Fix space issues detected by checkpatch
Lee Leahy
2017-03-17
arch/x86: Fix issues with braces detected by checkpatch
Lee Leahy
2016-12-17
Revert "arch/x86/smbios: Correct manufacturer ID"
Nico Huber
2016-08-28
src/arch: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-08-01
Remove non-ascii & unprintable characters
Martin Roth
2016-06-24
arch/x86/smbios: Correct manufacturer ID
Elyes HAOUAS
2016-06-20
arch/x86/smbios: Add DRAM manufacturer
Patrick Rudolph
2016-06-09
mainboard: Support ROM_SIZE > 16 MiB
Lee Leahy
2016-06-02
SMBIOS: Implement SKU field
Kyösti Mälkki
2016-05-09
smbios: Add SuperTalent SPD ID
Timothy Pearson
2016-03-11
arch/x86/smbios: fix length calculation for SMBIOS type 17
Iru Cai
2016-03-02
src/arch/x86/smbios: Add vendors
Patrick Rudolph
2015-12-16
x86/smbios: Return index 0 for empty strings
Ben Gardner
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-16
arch/x86/smbios: Add Crucial DIMM manufacturer ID
Timothy Pearson
2015-10-16
arch/x86/boot/smbios: Add SPD IDs for Kingston and Corsair
Timothy Pearson
2015-07-13
x86: flatten hierarchy
Stefan Reinauer