aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/cyan/spd/spd_util.h
blob: 5e13ddf724ac78d25593677dc8a85ce88c70be76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#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 */