summaryrefslogtreecommitdiffstats
path: root/src/include/device/dram/ddr2.h
Commit message (Expand)AuthorAgeFilesLines
* src: Change bare 'unsigned' to 'unsigned int'Martin Roth2020-11-161-15/+15
* 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-12/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* device/dram/ddr2.c: Add methods to compute to identify dramArthur Heymans2018-04-091-0/+1
* device/ddr2,ddr3: Rename and move a few thingsArthur Heymans2018-02-221-58/+19
* device/dram/ddr2.c: Store the checksum in the decoded SPD structArthur Heymans2017-12-201-0/+1
* device/dram/ddr2.c: Decoding byte[12] bit7 as self refresh flagArthur Heymans2017-09-221-0/+2
* device/dram/ddr2: Add a function to normalize tCLKArthur Heymans2017-09-061-1/+2
* device/dram/ddr2.c: Fix is_registered_ddr2Arthur Heymans2017-06-091-1/+1
* device/dram/ddr2: Add common ddr2 spd decoderPatrick Rudolph2017-03-101-0/+218