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
mb/google/brya/var/uldrenite: Generate RAM ID and SPD file
[coreboot2.git]
/
src
/
soc
/
intel
/
meteorlake
/
bootblock
/
ioe_die.c
blob
d1f85ff546c0b08b27062cf0166dad86c050bd01
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <intelblocks/p2sb.h>
4
#include <soc/bootblock.h>
5
6
void
bootblock_ioe_die_early_init
(
void
)
7
{
8
ioe_p2sb_enable_bar
();
9
}