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/ocp/tiogapass: Fix GPIOs
[coreboot2.git]
/
src
/
mainboard
/
kontron
/
bsl6
/
bootblock.c
blob
7dacd4aa8c2399ad0b5dc701ff4b2e3c04d464df
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <bootblock_common.h>
4
#include <ec/kontron/kempld/kempld.h>
5
6
void
bootblock_mainboard_early_init
(
void
)
7
{
8
kempld_enable_uart_for_console
();
9
}