mb/facebook/monolith: Add Facebook Monolith
[coreboot.git] / src / mainboard / facebook / monolith / spd / spd.h
blobf2b6f2af7067b72123f0b4ab10f3d13087ee6a5a
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2014 Google Inc.
5 * Copyright (C) 2015 Intel Corporation.
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.
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.
17 #ifndef MAINBOARD_SPD_H
18 #define MAINBOARD_SPD_H
20 #define RCOMP_TARGET_PARAMS 0x5
22 void mainboard_fill_dq_map_data(void *dq_map_ptr);
23 void mainboard_fill_dqs_map_data(void *dqs_map_ptr);
24 void mainboard_fill_rcomp_res_data(void *rcomp_ptr);
25 void mainboard_fill_rcomp_strength_data(void *rcomp_strength_ptr);
26 #endif