mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-10-29 22:43:48 +00:00
148 lines
3.7 KiB
Text
148 lines
3.7 KiB
Text
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
description = "Chrome OS kernel image with one or more FDT blobs";
|
||
|
images {
|
||
|
kernel@1{
|
||
|
description = "kernel";
|
||
|
data = /incbin/("arch/arm/boot/zImage");
|
||
|
type = "kernel_noload";
|
||
|
arch = "arm";
|
||
|
os = "linux";
|
||
|
compression = "none";
|
||
|
load = <0>;
|
||
|
entry = <0>;
|
||
|
};
|
||
|
fdt@1{
|
||
|
description = "exynos5250-snow-rev4.dtb";
|
||
|
data = /incbin/("arch/arm/boot/dts/exynos5250-snow-rev4.dtb");
|
||
|
type = "flat_dt";
|
||
|
arch = "arm";
|
||
|
compression = "none";
|
||
|
hash@1{
|
||
|
algo = "sha1";
|
||
|
};
|
||
|
};
|
||
|
fdt@2{
|
||
|
description = "exynos5250-snow-rev5.dtb";
|
||
|
data = /incbin/("arch/arm/boot/dts/exynos5250-snow-rev5.dtb");
|
||
|
type = "flat_dt";
|
||
|
arch = "arm";
|
||
|
compression = "none";
|
||
|
hash@1{
|
||
|
algo = "sha1";
|
||
|
};
|
||
|
};
|
||
|
fdt@3{
|
||
|
description = "exynos5250-spring.dtb";
|
||
|
data = /incbin/("arch/arm/boot/dts/exynos5250-spring.dtb");
|
||
|
type = "flat_dt";
|
||
|
arch = "arm";
|
||
|
compression = "none";
|
||
|
hash@1{
|
||
|
algo = "sha1";
|
||
|
};
|
||
|
};
|
||
|
fdt@4{
|
||
|
description = "exynos5420-peach-kirby.dtb";
|
||
|
data = /incbin/("arch/arm/boot/dts/exynos5420-peach-kirby.dtb");
|
||
|
type = "flat_dt";
|
||
|
arch = "arm";
|
||
|
compression = "none";
|
||
|
hash@1{
|
||
|
algo = "sha1";
|
||
|
};
|
||
|
};
|
||
|
fdt@5{
|
||
|
description = "exynos5420-peach-pit.dtb";
|
||
|
data = /incbin/("arch/arm/boot/dts/exynos5420-peach-pit.dtb");
|
||
|
type = "flat_dt";
|
||
|
arch = "arm";
|
||
|
compression = "none";
|
||
|
hash@1{
|
||
|
algo = "sha1";
|
||
|
};
|
||
|
};
|
||
|
fdt@6{
|
||
|
description = "exynos5420-peach-pit-rev3_5.dtb";
|
||
|
data = /incbin/("arch/arm/boot/dts/exynos5420-peach-pit-rev3_5.dtb");
|
||
|
type = "flat_dt";
|
||
|
arch = "arm";
|
||
|
compression = "none";
|
||
|
hash@1{
|
||
|
algo = "sha1";
|
||
|
};
|
||
|
};
|
||
|
fdt@7{
|
||
|
description = "exynos5420-peach-pit-rev4.dtb";
|
||
|
data = /incbin/("arch/arm/boot/dts/exynos5420-peach-pit-rev4.dtb");
|
||
|
type = "flat_dt";
|
||
|
arch = "arm";
|
||
|
compression = "none";
|
||
|
hash@1{
|
||
|
algo = "sha1";
|
||
|
};
|
||
|
};
|
||
|
fdt@8{
|
||
|
description = "exynos5422-peach-pi.dtb";
|
||
|
data = /incbin/("arch/arm/boot/dts/exynos5422-peach-pi.dtb");
|
||
|
type = "flat_dt";
|
||
|
arch = "arm";
|
||
|
compression = "none";
|
||
|
hash@1{
|
||
|
algo = "sha1";
|
||
|
};
|
||
|
};
|
||
|
fdt@9{
|
||
|
description = "exynos5250-skate.dtb";
|
||
|
data = /incbin/("arch/arm/boot/dts/exynos5250-skate.dtb");
|
||
|
type = "flat_dt";
|
||
|
arch = "arm";
|
||
|
compression = "none";
|
||
|
hash@1{
|
||
|
algo = "sha1";
|
||
|
};
|
||
|
};
|
||
|
|
||
|
};
|
||
|
configurations {
|
||
|
default = "conf@1";
|
||
|
conf@1{
|
||
|
kernel = "kernel@1";
|
||
|
fdt = "fdt@1";
|
||
|
};
|
||
|
conf@2{
|
||
|
kernel = "kernel@1";
|
||
|
fdt = "fdt@2";
|
||
|
};
|
||
|
conf@3{
|
||
|
kernel = "kernel@1";
|
||
|
fdt = "fdt@3";
|
||
|
};
|
||
|
conf@4{
|
||
|
kernel = "kernel@1";
|
||
|
fdt = "fdt@4";
|
||
|
};
|
||
|
conf@5{
|
||
|
kernel = "kernel@1";
|
||
|
fdt = "fdt@5";
|
||
|
};
|
||
|
conf@6{
|
||
|
kernel = "kernel@1";
|
||
|
fdt = "fdt@6";
|
||
|
};
|
||
|
conf@7{
|
||
|
kernel = "kernel@1";
|
||
|
fdt = "fdt@7";
|
||
|
};
|
||
|
conf@8{
|
||
|
kernel = "kernel@1";
|
||
|
fdt = "fdt@8";
|
||
|
};
|
||
|
conf@9{
|
||
|
kernel = "kernel@1";
|
||
|
fdt = "fdt@9";
|
||
|
};
|
||
|
};
|
||
|
};
|