projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'for-5.18/io_uring-2022-04-01' of git://git.kernel.dk/linux-block
[platform/kernel/linux-starfive.git]
/
arch
/
mips
/
generic
/
board-serval.its.S
1
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
2
/ {
3
images {
4
fdt-serval_pcb105 {
5
description = "MSCC Serval PCB105 Device Tree";
6
data = /incbin/("boot/dts/mscc/serval_pcb105.dtb");
7
type = "flat_dt";
8
arch = "mips";
9
compression = "none";
10
hash {
11
algo = "sha1";
12
};
13
};
14
};
15
16
configurations {
17
pcb105 {
18
description = "Serval Linux kernel";
19
kernel = "kernel";
20
fdt = "fdt-serval_pcb105";
21
ramdisk = "ramdisk";
22
};
23
};
24
};