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
payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git]
/
src
/
mainboard
/
intel
/
shadowmountain
/
bootblock.c
blob
98f58bc6a128d8d499c7deefad03bf6757260dc0
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#include <baseboard/gpio.h>
4
#include <baseboard/variants.h>
5
#include <bootblock_common.h>
6
7
void
bootblock_mainboard_early_init
(
void
)
8
{
9
variant_configure_early_gpio_pads
();
10
}