Age | Commit message (Expand) | Author |
2023-10-25 | device/dram/ddr3.c: Check SPD byte before using as a divisor | Martin Roth |
2023-08-28 | src/device/dram/Makefile.inc: specify one file per line | Sergii Dmytruk |
2023-08-21 | device/dram: add DDR4 RCD I2C access functions | Krystian Hebel |
2023-08-21 | device/dram: add DDR4 MRS commands | Krystian Hebel |
2023-08-14 | commonlib,console,nb,sb,security: Add SPDX licenses to Makefiles | Martin Roth |
2023-08-09 | treewide: Get rid of "NO_DDRx" selection | Elyes Haouas |
2023-05-31 | device/dram: Update RDIMM classification from RIMM to DIMM | Ziang Wang |
2023-02-27 | device/dram/spd.c: Add Nanya's Manufacturer ID | Martin Roth |
2023-01-04 | spd.h: Move enum ddr3_module_type to ddr3.h | Elyes Haouas |
2023-01-04 | spd.h: Move enum ddr2_module_type to ddr2.h | Elyes Haouas |
2022-11-04 | device/dram: Add kconfig options for memory types | Martin Roth |
2022-10-26 | src/device: Clean up includes | Elyes Haouas |
2022-10-12 | device/dram/ddr2: Use 'enum cb_err' instead of 'int' | Elyes Haouas |
2022-09-13 | device/dram: Reformat code | Elyes Haouas |
2022-08-31 | device/dram/ddr4.c: note that dimm size calculation won't work for 3DS | Krystian Hebel |
2022-08-31 | device/dram/ddr4.c: fill missing ECC info from SPD | Krystian Hebel |
2022-08-25 | device/dram: Add function to convert freq to MT/s for (LP)DDR5 | Matt DeVillier |
2022-04-22 | device: Remove unused <cbmem.h> | Elyes HAOUAS |
2022-02-08 | device/dram/ddr2.c: Fix log messages | Elyes HAOUAS |
2022-02-07 | treewide: Remove "ERROR: "/"WARN: " prefixes from log messages | Julius Werner |
2022-01-05 | device/dram/lpddr4.c: Remove unused <string.h> | Elyes HAOUAS |
2021-11-11 | arch/x86: Refactor the SMBIOS type 17 write function | Subrata Banik |
2021-10-05 | src/acpi to src/lib: Fix spelling errors | Martin Roth |
2021-09-20 | device/dram/spd.c: Add more manufacturer ID codes | JingleHsuWiwynn |
2021-09-13 | device/dram: Add addtional LPDDR4 speed grades | Rob Barnes |
2021-06-28 | src/device/dram: Add terminating new lines to printk strings | Nikolai Vyssotski |
2021-06-09 | device/dram: Add LPDDR4 utilities | Rob Barnes |
2021-04-05 | device/dram/ddr3: Drop unused MRS helpers | Angel Pons |
2021-04-05 | device/dram/ddr4.h: Align with DDR3 and DDR2 | Angel Pons |
2021-04-05 | device/dram/ddr3: Rename DDR3 SPD memory types | Angel Pons |
2021-04-05 | device/dram/ddr3: Get rid of useless typedefs | Angel Pons |
2021-02-16 | device/dram: Move SPD manufacturer names out of arch/x86 | Patrick Rudolph |
2020-09-21 | src/device: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-16 | device/dram: Add method for converting MHz to MT/s | Rob Barnes |
2020-07-26 | src: Change BOOL CONFIG_ to CONFIG() in comments & strings | Martin Roth |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-06 | treewide: replace GPLv2 long form headers with SPDX header | Patrick Georgi |
2020-05-06 | treewide: Move "is part of the coreboot project" line in its own comment | Patrick Georgi |
2020-04-04 | src/device: Use SPDX for GPL-2.0-only files | Angel Pons |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
2019-10-21 | src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>' | Elyes HAOUAS |
2019-10-08 | device/dram/ddr4: Check spd_bytes_total and spd_bytes_used values | Elyes HAOUAS |
2019-09-17 | AUTHORS: Move src/device copyrights into AUTHORS file | Martin Roth |
2019-08-14 | dram: Add basic DDR4 SPD parsing | Andrey Petrov |
2019-06-28 | device/dram: Inline value into print statement | Jacob Garber |
2019-05-29 | src/{device,drivers}: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-04-25 | device/dram/ddr3: Remove unused variable | Elyes HAOUAS |
2018-09-14 | device/ddr3: Prevent overflow when adding SMBUS Table 17 entries | Nico Huber |
2018-09-11 | src/device/dram: Fix typo | Elyes HAOUAS |
2018-08-21 | nb/intel/sandybridge/raminit: Move fill_smbios17 to ddr3.c | Patrick Rudolph |
2018-08-20 | nb/intel/sandybridge: Fill in DIMM serial number | Patrick Rudolph |
2018-07-02 | src: Get rid of unneeded whitespace | Elyes HAOUAS |
2018-04-16 | device/dram/ddr3: improve XMP support | Dan Elkouby |
2018-04-09 | device/dram/ddr2.c: Add methods to compute to identify dram | Arthur Heymans |
2018-03-14 | src/device/dram/ddr2: Fix supported burst lengths | Elyes HAOUAS |
2018-02-22 | device/ddr2,ddr3: Rename and move a few things | Arthur Heymans |
2017-12-20 | device/dram/ddr2.c: Store the checksum in the decoded SPD struct | Arthur Heymans |
2017-09-26 | device/dram/ddr2.c: fix a hidden syntax error introduced earlier | Bill XIE |
2017-09-22 | device/dram/ddr2.c: Decoding byte[12] bit7 as self refresh flag | Arthur Heymans |
2017-09-22 | device/dram/ddr2: Add break to several case statements that lack it | Patrick Georgi |
2017-09-20 | device/dram/ddr2.c: Improve error returning and debug output | Arthur Heymans |
2017-09-16 | device/dram/ddr2: Fix decoding tRR | Arthur Heymans |
2017-09-06 | device/dram/ddr2: Add a function to normalize tCLK | Arthur Heymans |
2017-06-09 | device/dram/ddr2.c: Fix is_registered_ddr2 | Arthur Heymans |
2017-03-10 | device/dram/ddr2: Add common ddr2 spd decoder | Patrick Rudolph |
2017-02-10 | ddr3 spd: move accessor code into lib/spd_bin.c | Patrick Georgi |
2017-02-10 | ddr3 spd: Rename read_spd_from_cbfs() to read_ddr3_spd_from_cbfs() | Patrick Georgi |
2017-02-10 | device/dram: use global DIMM_SPD_SIZE Kconfig variable | Patrick Georgi |
2017-01-10 | SPD_CACHE: Drop debug statement | Kyösti Mälkki |
2016-12-27 | device/dram/ddr3: add FTB timings | Nicola Corna |
2016-11-21 | device/dram/ddr3: Fix calculation CRC16 of SPD | Kyösti Mälkki |
2016-11-20 | device/dram/ddr3: Calculate CRC16 of SPD unique identifier | Kyösti Mälkki |
2016-03-21 | device/dram/ddr3: fix debug output | Patrick Rudolph |
2016-03-03 | src/device/dram/ddr3: Parse additional information | Patrick Rudolph |
2016-02-20 | nb/intel/sandybridge/raminit: Add XMP support | Patrick Rudolph |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-06-23 | ddr3: add missing newline | Patrick Rudolph |
2015-06-23 | ddr3: Fix SPD CRC calculation | Patrick Rudolph |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-01 | cbfs: correct types used for accessing files | Aaron Durbin |
2015-01-12 | src/device: Doxygen fixes | Martin Roth |
2014-12-19 | spd_cache debug: Log invalid CRC checksum | Tobias Diedrich |
2014-12-07 | ddr3: Plumber DIMM type to parsed structure. | Vladimir Serbinenko |
2014-11-08 | device/dram/ddr3.c: Fix sizeof on array func param overflow | Edward O'Callaghan |
2014-07-29 | sandy/ivybridge: Native raminit. | Vladimir Serbinenko |
2014-07-05 | gizmosphere/gizmo: Move support of SPD data in CBFS | Kyösti Mälkki |
2013-12-17 | device/dram/ddr3: Move CRC calculation in a separate function | Alexandru Gagniuc |
2013-07-10 | device: Fix spelling | Martin Roth |
2013-06-04 | DDR3: Add utilities for creating MRS commands | Alexandru Gagniuc |
2013-06-03 | dram: Add utilities for decoding DDR3 SPDs | Alexandru Gagniuc |