summaryrefslogtreecommitdiffstats
path: root/src/device/dram/ddr2.c
Commit message (Expand)AuthorAgeFilesLines
* device/dram/ddr2.c: Fix log messagesElyes HAOUAS2022-02-081-5/+4
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-261-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth2019-09-171-3/+0
* dram: Add basic DDR4 SPD parsingAndrey Petrov2019-08-141-1/+1
* src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* src/device/dram: Fix typoElyes HAOUAS2018-09-111-1/+1
* device/dram/ddr2.c: Add methods to compute to identify dramArthur Heymans2018-04-091-0/+24
* 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-101-0/+630