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/nissa/var/riven: Configure Acoustic noise mitigation
[coreboot.git]
/
src
/
soc
/
qualcomm
/
sc7180
/
bootblock.c
blob
365b7d4460201ce7b6d303989c6511fe4e02aa63
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <bootblock_common.h>
4
#include <soc/clock.h>
5
#include <soc/qspi_common.h>
6
#include <soc/qupv3_config_common.h>
7
8
void
bootblock_soc_init
(
void
)
9
{
10
clock_init
();
11
quadspi_init
(
37500
*
KHz
);
12
qupv3_fw_init
();
13
}