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
soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git]
/
src
/
mainboard
/
siemens
/
mc_apl1
/
post.c
blob
c34e2539bc2f683be94bf9b645019df01baa7dd3
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <console/console.h>
4
#include <nc_fpga.h>
5
#include <types.h>
6
7
void
mainboard_post
(
uint8_t
value
)
8
{
9
nc_fpga_post
(
value
);
10
}