aboutsummaryrefslogtreecommitdiff
path: root/src/device/dram
AgeCommit message (Expand)Author
2024-05-07dram/ddr3: Use the same naming convention as DDR4Elyes Haouas
2024-05-07dram/ddr5: Use the same naming convention as DDR{2,3,4}Elyes Haouas
2024-05-07spd.h: Move enum ddr4_module_type to ddr4.hElyes Haouas
2024-05-07device/dram/ddr{3,4}: Rename spd_raw_data for specific DDRElyes Haouas
2024-05-07spd.h: Move enum ddr5_module_type to ddr5.hElyes Haouas
2024-01-24device, security: Rename Makefiles from .inc to .mkMartin Roth
2023-10-25device/dram/ddr3.c: Check SPD byte before using as a divisorMartin Roth
2023-08-28src/device/dram/Makefile.inc: specify one file per lineSergii Dmytruk
2023-08-21device/dram: add DDR4 RCD I2C access functionsKrystian Hebel
2023-08-21device/dram: add DDR4 MRS commandsKrystian Hebel
2023-08-14commonlib,console,nb,sb,security: Add SPDX licenses to MakefilesMartin Roth
2023-08-09treewide: Get rid of "NO_DDRx" selectionElyes Haouas
2023-05-31device/dram: Update RDIMM classification from RIMM to DIMMZiang Wang
2023-02-27device/dram/spd.c: Add Nanya's Manufacturer IDMartin Roth
2023-01-04spd.h: Move enum ddr3_module_type to ddr3.hElyes Haouas
2023-01-04spd.h: Move enum ddr2_module_type to ddr2.hElyes Haouas
2022-11-04device/dram: Add kconfig options for memory typesMartin Roth
2022-10-26src/device: Clean up includesElyes Haouas
2022-10-12device/dram/ddr2: Use 'enum cb_err' instead of 'int'Elyes Haouas
2022-09-13device/dram: Reformat codeElyes Haouas
2022-08-31device/dram/ddr4.c: note that dimm size calculation won't work for 3DSKrystian Hebel
2022-08-31device/dram/ddr4.c: fill missing ECC info from SPDKrystian Hebel
2022-08-25device/dram: Add function to convert freq to MT/s for (LP)DDR5Matt DeVillier
2022-04-22device: Remove unused <cbmem.h>Elyes HAOUAS
2022-02-08device/dram/ddr2.c: Fix log messagesElyes HAOUAS
2022-02-07treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner
2022-01-05device/dram/lpddr4.c: Remove unused <string.h>Elyes HAOUAS
2021-11-11arch/x86: Refactor the SMBIOS type 17 write functionSubrata Banik
2021-10-05src/acpi to src/lib: Fix spelling errorsMartin Roth
2021-09-20device/dram/spd.c: Add more manufacturer ID codesJingleHsuWiwynn
2021-09-13device/dram: Add addtional LPDDR4 speed gradesRob Barnes
2021-06-28src/device/dram: Add terminating new lines to printk stringsNikolai Vyssotski
2021-06-09device/dram: Add LPDDR4 utilitiesRob Barnes
2021-04-05device/dram/ddr3: Drop unused MRS helpersAngel Pons
2021-04-05device/dram/ddr4.h: Align with DDR3 and DDR2Angel Pons
2021-04-05device/dram/ddr3: Rename DDR3 SPD memory typesAngel Pons
2021-04-05device/dram/ddr3: Get rid of useless typedefsAngel Pons
2021-02-16device/dram: Move SPD manufacturer names out of arch/x86Patrick Rudolph
2020-09-21src/device: Drop unneeded empty linesElyes HAOUAS
2020-09-16device/dram: Add method for converting MHz to MT/sRob Barnes
2020-07-26src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-04-04src/device: Use SPDX for GPL-2.0-only filesAngel Pons
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-10-21src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'Elyes HAOUAS
2019-10-08device/dram/ddr4: Check spd_bytes_total and spd_bytes_used valuesElyes HAOUAS
2019-09-17AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth
2019-08-14dram: Add basic DDR4 SPD parsingAndrey Petrov
2019-06-28device/dram: Inline value into print statementJacob Garber
2019-05-29src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS
2019-04-25device/dram/ddr3: Remove unused variableElyes HAOUAS
2018-09-14device/ddr3: Prevent overflow when adding SMBUS Table 17 entriesNico Huber
2018-09-11src/device/dram: Fix typoElyes HAOUAS
2018-08-21nb/intel/sandybridge/raminit: Move fill_smbios17 to ddr3.cPatrick Rudolph
2018-08-20nb/intel/sandybridge: Fill in DIMM serial numberPatrick Rudolph
2018-07-02src: Get rid of unneeded whitespaceElyes HAOUAS
2018-04-16device/dram/ddr3: improve XMP supportDan Elkouby
2018-04-09device/dram/ddr2.c: Add methods to compute to identify dramArthur Heymans
2018-03-14src/device/dram/ddr2: Fix supported burst lengthsElyes HAOUAS
2018-02-22device/ddr2,ddr3: Rename and move a few thingsArthur Heymans
2017-12-20device/dram/ddr2.c: Store the checksum in the decoded SPD structArthur Heymans
2017-09-26device/dram/ddr2.c: fix a hidden syntax error introduced earlierBill XIE
2017-09-22device/dram/ddr2.c: Decoding byte[12] bit7 as self refresh flagArthur Heymans
2017-09-22device/dram/ddr2: Add break to several case statements that lack itPatrick Georgi
2017-09-20device/dram/ddr2.c: Improve error returning and debug outputArthur Heymans
2017-09-16device/dram/ddr2: Fix decoding tRRArthur Heymans
2017-09-06device/dram/ddr2: Add a function to normalize tCLKArthur Heymans
2017-06-09device/dram/ddr2.c: Fix is_registered_ddr2Arthur Heymans
2017-03-10device/dram/ddr2: Add common ddr2 spd decoderPatrick Rudolph
2017-02-10ddr3 spd: move accessor code into lib/spd_bin.cPatrick Georgi
2017-02-10ddr3 spd: Rename read_spd_from_cbfs() to read_ddr3_spd_from_cbfs()Patrick Georgi
2017-02-10device/dram: use global DIMM_SPD_SIZE Kconfig variablePatrick Georgi
2017-01-10SPD_CACHE: Drop debug statementKyösti Mälkki
2016-12-27device/dram/ddr3: add FTB timingsNicola Corna
2016-11-21device/dram/ddr3: Fix calculation CRC16 of SPDKyösti Mälkki
2016-11-20device/dram/ddr3: Calculate CRC16 of SPD unique identifierKyösti Mälkki
2016-03-21device/dram/ddr3: fix debug outputPatrick Rudolph
2016-03-03src/device/dram/ddr3: Parse additional informationPatrick Rudolph
2016-02-20nb/intel/sandybridge/raminit: Add XMP supportPatrick Rudolph
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-06-23ddr3: add missing newlinePatrick Rudolph
2015-06-23ddr3: Fix SPD CRC calculationPatrick Rudolph
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-01cbfs: correct types used for accessing filesAaron Durbin
2015-01-12src/device: Doxygen fixesMartin Roth
2014-12-19spd_cache debug: Log invalid CRC checksumTobias Diedrich
2014-12-07ddr3: Plumber DIMM type to parsed structure.Vladimir Serbinenko
2014-11-08device/dram/ddr3.c: Fix sizeof on array func param overflowEdward O'Callaghan
2014-07-29sandy/ivybridge: Native raminit.Vladimir Serbinenko
2014-07-05gizmosphere/gizmo: Move support of SPD data in CBFSKyösti Mälkki
2013-12-17device/dram/ddr3: Move CRC calculation in a separate functionAlexandru Gagniuc
2013-07-10device: Fix spellingMartin Roth
2013-06-04DDR3: Add utilities for creating MRS commandsAlexandru Gagniuc
2013-06-03dram: Add utilities for decoding DDR3 SPDsAlexandru Gagniuc