repo.or.cz
/
coreboot.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/omnigul: Modify NVMe and UFS Storage support
[coreboot.git]
/
src
/
mainboard
/
amd
/
birman
/
bootblock.c
blob
a6e525dcd41d93c8c727cf1811139cb59f59e0b4
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <bootblock_common.h>
4
#include <soc/espi.h>
5
#include
"ec.h"
6
#include
"gpio.h"
7
8
void
bootblock_mainboard_early_init
(
void
)
9
{
10
mainboard_program_early_gpios
();
11
12
espi_switch_to_spi1_pads
();
13
}
14
15
void
bootblock_mainboard_init
(
void
)
16
{
17
birman_ec_init
();
18
}