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/brya: Create rull variant
[coreboot2.git]
/
src
/
mainboard
/
google
/
sarien
/
ec.c
blob
f312d08284cdd3c3ce92e52b3260d395715886e2
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <console/console.h>
4
#include <ec/google/wilco/commands.h>
5
#include <variant/ec.h>
6
7
void
mainboard_post
(
uint8_t
value
)
8
{
9
wilco_ec_save_post_code
(
value
);
10
}