coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
spd_util.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SPD_UTIL_H
4 #define SPD_UTIL_H
5 
6 #include <fsp/soc_binding.h>
7 
8 uint8_t get_ramid(void);
9 int get_variant_spd_index(int ram_id, int *dual);
10 void spd_memory_init_params(MEMORY_INIT_UPD *memory_params);
11 
12 #endif /* SPD_UTIL_H */
int get_variant_spd_index(int ram_id, int *dual)
Definition: spd_util.c:21
void spd_memory_init_params(MEMORY_INIT_UPD *memory_params)
Definition: spd.c:59
uint8_t get_ramid(void)
Definition: spd.c:17
unsigned char uint8_t
Definition: stdint.h:8