summaryrefslogtreecommitdiffstats
path: root/src/device/dram
Commit message (Expand)AuthorAgeFilesLines
* device/dram: Inline value into print statementJacob Garber2019-06-281-2/+1
* src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-292-0/+2
* device/dram/ddr3: Remove unused variableElyes HAOUAS2019-04-251-3/+2
* device/ddr3: Prevent overflow when adding SMBUS Table 17 entriesNico Huber2018-09-141-0/+6
* src/device/dram: Fix typoElyes HAOUAS2018-09-111-1/+1
* nb/intel/sandybridge/raminit: Move fill_smbios17 to ddr3.cPatrick Rudolph2018-08-211-0/+79
* nb/intel/sandybridge: Fill in DIMM serial numberPatrick Rudolph2018-08-201-0/+2
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-07-021-2/+2
* device/dram/ddr3: improve XMP supportDan Elkouby2018-04-161-1/+16
* device/dram/ddr2.c: Add methods to compute to identify dramArthur Heymans2018-04-092-3/+27
* src/device/dram/ddr2: Fix supported burst lengthsElyes HAOUAS2018-03-141-2/+2
* device/ddr2,ddr3: Rename and move a few thingsArthur Heymans2018-02-221-7/+7
* device/dram/ddr2.c: Store the checksum in the decoded SPD structArthur Heymans2017-12-201-0/+1
* device/dram/ddr2.c: fix a hidden syntax error introduced earlierBill XIE2017-09-261-1/+1
* device/dram/ddr2.c: Decoding byte[12] bit7 as self refresh flagArthur Heymans2017-09-221-7/+10
* device/dram/ddr2: Add break to several case statements that lack itPatrick Georgi2017-09-221-0/+6
* device/dram/ddr2.c: Improve error returning and debug outputArthur Heymans2017-09-201-39/+99
* device/dram/ddr2: Fix decoding tRRArthur Heymans2017-09-161-6/+9
* device/dram/ddr2: Add a function to normalize tCLKArthur Heymans2017-09-061-7/+26
* device/dram/ddr2.c: Fix is_registered_ddr2Arthur Heymans2017-06-091-1/+2
* device/dram/ddr2: Add common ddr2 spd decoderPatrick Rudolph2017-03-103-2/+632
* ddr3 spd: move accessor code into lib/spd_bin.cPatrick Georgi2017-02-102-68/+1
* ddr3 spd: Rename read_spd_from_cbfs() to read_ddr3_spd_from_cbfs()Patrick Georgi2017-02-101-3/+4
* device/dram: use global DIMM_SPD_SIZE Kconfig variablePatrick Georgi2017-02-101-4/+6
* SPD_CACHE: Drop debug statementKyösti Mälkki2017-01-101-1/+0
* device/dram/ddr3: add FTB timingsNicola Corna2016-12-271-7/+30
* device/dram/ddr3: Fix calculation CRC16 of SPDKyösti Mälkki2016-11-211-1/+1
* device/dram/ddr3: Calculate CRC16 of SPD unique identifierKyösti Mälkki2016-11-201-16/+37
* device/dram/ddr3: fix debug outputPatrick Rudolph2016-03-211-23/+27
* src/device/dram/ddr3: Parse additional informationPatrick Rudolph2016-03-031-0/+8
* nb/intel/sandybridge/raminit: Add XMP supportPatrick Rudolph2016-02-201-0/+117
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-312-7/+0
* ddr3: add missing newlinePatrick Rudolph2015-06-231-1/+1
* ddr3: Fix SPD CRC calculationPatrick Rudolph2015-06-231-1/+1
* cbfs: new API and better program loadingAaron Durbin2015-06-021-2/+2
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cbfs: correct types used for accessing filesAaron Durbin2015-04-011-2/+2
* src/device: Doxygen fixesMartin Roth2015-01-121-1/+10
* spd_cache debug: Log invalid CRC checksumTobias Diedrich2014-12-191-1/+2
* ddr3: Plumber DIMM type to parsed structure.Vladimir Serbinenko2014-12-071-0/+1
* device/dram/ddr3.c: Fix sizeof on array func param overflowEdward O'Callaghan2014-11-081-1/+1
* sandy/ivybridge: Native raminit.Vladimir Serbinenko2014-07-291-4/+7
* gizmosphere/gizmo: Move support of SPD data in CBFSKyösti Mälkki2014-07-052-0/+69
* device/dram/ddr3: Move CRC calculation in a separate functionAlexandru Gagniuc2013-12-171-20/+42
* device: Fix spellingMartin Roth2013-07-101-3/+3
* DDR3: Add utilities for creating MRS commandsAlexandru Gagniuc2013-06-041-0/+217
* dram: Add utilities for decoding DDR3 SPDsAlexandru Gagniuc2013-06-031-0/+372