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
/
auron
/
variants
/
buddy
/
spd
/
spd.c
blob
020bb8b46e6390313be9d4e58b8d43908fe29969
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <soc/pei_wrapper.h>
4
5
void
mb_get_spd_map
(
struct
spd_info
*
spdi
)
6
{
7
spdi
->
addresses
[
0
] =
0x50
;
8
spdi
->
addresses
[
2
] =
0x52
;
9
}