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 void spd_memory_init_params(FSPM_UPD *mupd, int spd_index);
9 
10 #endif /* SPD_UTIL_H */
void spd_memory_init_params(MEMORY_INIT_UPD *memory_params)
Definition: spd.c:59
static const int spd_index[32]
Definition: memory.c:10