summaryrefslogtreecommitdiff
path: root/libre-testing/linux-libre-veyron/kernel.its
diff options
context:
space:
mode:
Diffstat (limited to 'libre-testing/linux-libre-veyron/kernel.its')
-rw-r--r--libre-testing/linux-libre-veyron/kernel.its35
1 files changed, 35 insertions, 0 deletions
diff --git a/libre-testing/linux-libre-veyron/kernel.its b/libre-testing/linux-libre-veyron/kernel.its
new file mode 100644
index 000000000..3590616d5
--- /dev/null
+++ b/libre-testing/linux-libre-veyron/kernel.its
@@ -0,0 +1,35 @@
+/dts-v1/;
+
+/ {
+ description = "Linux kernel image with one or more FDT blobs";
+ #address-cells = <1>;
+ 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 = "rk3288-veyron-speedy.dtb";
+ data = /incbin/("arch/arm/boot/dts/rk3288-veyron-speedy.dtb");
+ type = "flat_dt";
+ arch = "arm";
+ compression = "none";
+ hash@1{
+ algo = "sha1";
+ };
+ };
+ };
+ configurations {
+ default = "conf@1";
+ conf@1{
+ kernel = "kernel@1";
+ fdt = "fdt@1";
+ };
+ };
+};