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
cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git]
/
src
/
mainboard
/
google
/
corsola
/
reset.c
blob
91ee7c074de20a42e32aa68816b2a082899e0c78
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <gpio.h>
4
#include <reset.h>
5
6
#include
"gpio.h"
7
8
void
do_board_reset
(
void
)
9
{
10
gpio_output
(
GPIO_RESET
,
1
);
11
}