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
3rdparty/fsp: Update submodule to upstream master
[coreboot2.git]
/
src
/
mainboard
/
dell
/
e6400
/
bootblock.c
blob
c72622e7d7a085f60ec6694ead3cad54411266b2
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <bootblock_common.h>
4
#include <ec/dell/mec5035/mec5035.h>
5
6
void
bootblock_mainboard_early_init
(
void
)
7
{
8
mec5035_early_init
();
9
}