Lijian Zhao | c319bab | 2017-07-08 18:16:13 -0700 | [diff] [blame] | 1 | ## |
| 2 | ## This file is part of the coreboot project. |
| 3 | ## |
| 4 | ## Copyright (C) 2014 Google Inc. |
| 5 | ## Copyright (C) 2017 Intel Corporation. |
| 6 | ## |
| 7 | ## This program is free software; you can redistribute it and/or modify |
| 8 | ## it under the terms of the GNU General Public License as published by |
| 9 | ## the Free Software Foundation; version 2 of the License. |
| 10 | ## |
| 11 | ## This program is distributed in the hope that it will be useful, |
| 12 | ## but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | ## GNU General Public License for more details. |
| 15 | ## |
| 16 | |
| 17 | romstage-y += spd_util.c |
| 18 | |
| 19 | SPD_BIN = $(obj)/spd.bin |
| 20 | |
| 21 | SPD_SOURCES = empty # 0b000 |
Jonathan Neuschäfer | a94b112 | 2018-02-12 12:00:45 +0100 | [diff] [blame] | 22 | SPD_SOURCES += samsung_ddr4_4GB # 0b001 Dual Channel 4GB |
| 23 | SPD_SOURCES += samsung_lpddr4_8GB # 0b001 Dual Channel 8GB |
| 24 | SPD_SOURCES += empty # 0b011 |
| 25 | SPD_SOURCES += empty # 0b100 |
| 26 | SPD_SOURCES += empty # 0b101 |
| 27 | SPD_SOURCES += empty # 0b110 |
| 28 | SPD_SOURCES += empty # 0b111 |