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/asrock: Add Asrock Industrial IMB-1222 motherboard
[coreboot.git]
/
src
/
mainboard
/
system76
/
tgl-u
/
bootblock.c
blob
ae416b4e77acc0db04a76f1bde65f82174898fe1
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <bootblock_common.h>
4
#include <gpio.h>
5
#include <mainboard/gpio.h>
6
7
void
bootblock_mainboard_early_init
(
void
)
8
{
9
mainboard_configure_early_gpios
();
10
}