repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/system76/cml-u/dt: Make use of chipset devicetree
[coreboot.git]
/
src
/
soc
/
intel
/
xeon_sp
/
reset.c
blob
54d354592098ada119c06107f58677cf880bc487
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#include <console/console.h>
4
#include <fsp/util.h>
5
6
void
chipset_handle_reset
(
uint32_t
status
)
7
{
8
die
(
"Reset not implemented!
\n
"
);
9
}