summaryrefslogtreecommitdiffstats
path: root/src/device/dram
Commit message (Expand)AuthorAgeFilesLines
* device: Remove unused <cbmem.h>Elyes HAOUAS2022-04-221-1/+0
* device/dram/ddr2.c: Fix log messagesElyes HAOUAS2022-02-081-5/+4
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-072-2/+2
* device/dram/lpddr4.c: Remove unused <string.h>Elyes HAOUAS2022-01-051-1/+0
* arch/x86: Refactor the SMBIOS type 17 write functionSubrata Banik2021-11-113-9/+226
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-051-1/+1
* device/dram/spd.c: Add more manufacturer ID codesJingleHsuWiwynn2021-09-201-0/+3
* device/dram: Add addtional LPDDR4 speed gradesRob Barnes2021-09-131-7/+37
* src/device/dram: Add terminating new lines to printk stringsNikolai Vyssotski2021-06-282-2/+2
* device/dram: Add LPDDR4 utilitiesRob Barnes2021-06-092-2/+72
* device/dram/ddr3: Drop unused MRS helpersAngel Pons2021-04-051-223/+0
* device/dram/ddr4.h: Align with DDR3 and DDR2Angel Pons2021-04-051-6/+6
* device/dram/ddr3: Rename DDR3 SPD memory typesAngel Pons2021-04-051-10/+10
* device/dram/ddr3: Get rid of useless typedefsAngel Pons2021-04-051-4/+4
* device/dram: Move SPD manufacturer names out of arch/x86Patrick Rudolph2021-02-162-1/+38
* src/device: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* device/dram: Add method for converting MHz to MT/sRob Barnes2020-09-162-0/+80
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-262-2/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-114-4/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-062-22/+2
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-062-4/+2
* src/device: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-042-24/+4
* printf: Automatically prefix %p with 0xJulius Werner2019-12-112-2/+2
* src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'Elyes HAOUAS2019-10-211-1/+0
* device/dram/ddr4: Check spd_bytes_total and spd_bytes_used valuesElyes HAOUAS2019-10-081-2/+16
* AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth2019-09-174-9/+0
* dram: Add basic DDR4 SPD parsingAndrey Petrov2019-08-145-22/+296
* 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