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
/
ucb
/
riscv
/
chip.c
blob
2e0f528128eb097e3eb9dd4e4689f57d9eef1396
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <device/device.h>
4
5
struct
chip_operations soc_ucb_riscv_ops
= {
6
.
name
=
"UCB RISC-V"
,
7
};