summaryrefslogtreecommitdiffstats
path: root/templates/machines/machines-branch/m3ulcb-kf-lamprey.jinja
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-10-13 17:10:33 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-10-13 16:45:36 +0000
commita304159599ee9c42e417dfec84798ea4c3ccb174 (patch)
tree87bb2403e101f019a8f84f2f54bfeea245a956f6 /templates/machines/machines-branch/m3ulcb-kf-lamprey.jinja
parenta38a443c261b7ea10f122b9c639adfd969992a99 (diff)
Prepare devicetree changes for R-Car BSP 5.5
The devicetree scheme was evolved. Adapt releng-scripts for use in CI. Bug-AGL: SPEC-4081 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I273a26004e8bdcd81655be8565601ca9cfecf953
Diffstat (limited to 'templates/machines/machines-branch/m3ulcb-kf-lamprey.jinja')
-rw-r--r--templates/machines/machines-branch/m3ulcb-kf-lamprey.jinja10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/machines/machines-branch/m3ulcb-kf-lamprey.jinja b/templates/machines/machines-branch/m3ulcb-kf-lamprey.jinja
new file mode 100644
index 0000000..03f70aa
--- /dev/null
+++ b/templates/machines/machines-branch/m3ulcb-kf-lamprey.jinja
@@ -0,0 +1,10 @@
+{%- extends 'boot/generic-uboot-tftp.jinja2' %}
+{%- set device_arch = "arm64" %}
+{%- set sdk_arch = "aarch64" %}
+{%- set device_mach = "renesas" %}
+{%- set device_type = "r8a7796-m3ulcb-kf" %}
+{%- set dtb = dtb|default("r8a7796-m3ulcb-kf.dtb") %}
+{%- set kernel_image = kernel_image|default("Image") %}
+{%- set rootfs_type = rootfs_type|default("nbd") %}
+{%- set uboot_type = "booti" %}
+{%- set rfs_image = rfs_image|default("agl-image-ivi-crosssdk-m3ulcb.ext4.xz") %}