repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git]
/
src
/
mainboard
/
google
/
glados
/
spd
/
spd_util.h
blob
d61df304828f7e4e63d147a7813a16fc3bf52f07
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 */