summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/cyan/spd/spd_util.h
blob: 66365cbf64d249b5ceb2e6fd29e1e9a455e50376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef SPD_UTIL_H
#define SPD_UTIL_H

#include <fsp/soc_binding.h>

uint8_t get_ramid(void);
int get_variant_spd_index(int ram_id, int *dual);
void spd_memory_init_params(MEMORY_INIT_UPD *memory_params);

#endif /* SPD_UTIL_H */