aports/testing/linux-av/kernel.its.aarch64
Milan P. Stanić 678b731565 testing/linux-av: linux kernel for chromebooks and similar
https://www.kernel.org
kernel for chromebooks, SBCs and lean machines with small resources
2026-04-13 18:31:38 +00:00

90 lines
2.5 KiB
Plaintext

/dts-v1/;
/ {
description = "Chrome OS kernel image with one or more FDT blobs";
images {
kernel {
description = "kernel";
data = /incbin/("arch/arm64/boot/Image.lz4");
type = "kernel_noload";
arch = "arm64";
os = "linux";
compression = "lz4";
load = <0>;
entry = <0>;
};
fdt-gru-bob {
description = "rk3399-gru-bob.dtb";
data = /incbin/("arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dtb");
type = "flat_dt";
arch = "arm64";
compression = "none";
hash {
algo = "sha1";
};
};
fdt-gru-kevin {
description = "rk3399-gru-kevin.dtb";
data = /incbin/("arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb");
type = "flat_dt";
arch = "arm64";
compression = "none";
hash {
algo = "sha1";
};
};
fdt-elm {
description = "mt8173-elm.dtb";
data = /incbin/("arch/arm64/boot/dts/mediatek/mt8173-elm.dtb");
type = "flat_dt";
arch = "arm64";
compression = "none";
hash {
algo = "sha1";
};
};
fdt-elm-hana {
description = "mt8173-elm-hana.dtb";
data = /incbin/("arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtb");
type = "flat_dt";
arch = "arm64";
compression = "none";
hash {
algo = "sha1";
};
};
fdt-elm-hana-rev7 {
description = "mt8173-elm-hana-rev7.dtb";
data = /incbin/("arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dtb");
type = "flat_dt";
arch = "arm64";
compression = "none";
hash {
algo = "sha1";
};
};
};
configurations {
conf-gru-bob {
kernel = "kernel";
fdt = "fdt-gru-bob";
};
conf-gru-kevin {
kernel = "kernel";
fdt = "fdt-gru-kevin";
};
conf-elm {
kernel = "kernel";
fdt = "fdt-elm";
};
conf-elm-hana {
kernel = "kernel";
fdt = "fdt-elm-hana";
};
conf-elm-hana-rev7 {
kernel = "kernel";
fdt = "fdt-elm-hana-rev7";
};
};
};