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/nissa: Create pujjogatwin variant
[coreboot2.git]
/
src
/
mainboard
/
intel
/
leafhill
/
bootblock.c
blob
4cd1e6a4cfb7872b3288ede1be0220a283447a7a
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <bootblock_common.h>
4
#include <soc/gpio.h>
5
6
#include
"brd_gpio_early.h"
7
8
void
bootblock_mainboard_early_init
(
void
)
9
{
10
gpio_configure_pads
(
early_gpio_table
,
ARRAY_SIZE
(
early_gpio_table
));
11
}