summaryrefslogtreecommitdiff
path: root/src/device/dram/ddr2.c
AgeCommit message (Expand)Author
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
2019-09-17AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth
2019-08-14dram: Add basic DDR4 SPD parsingAndrey Petrov
2019-05-29src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS
2018-09-11src/device/dram: Fix typoElyes HAOUAS
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