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/mediatek/mt8196: Initialize SSPM
[coreboot2.git]
/
src
/
mainboard
/
emulation
/
qemu-riscv
/
chip.c
blob
5cec284de58bdc017508c4647bfce272eef2b02b
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <device/device.h>
4
5
struct
chip_operations mainboard_emulation_qemu_riscv_ops
= {
6
.
name
=
"QEMU RISC-V"
,
7
};