summaryrefslogtreecommitdiffstats
path: root/templates/machines/machines-branch/m3ulcb-lamprey.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'templates/machines/machines-branch/m3ulcb-lamprey.jinja')
-rw-r--r--templates/machines/machines-branch/m3ulcb-lamprey.jinja10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/machines/machines-branch/m3ulcb-lamprey.jinja b/templates/machines/machines-branch/m3ulcb-lamprey.jinja
new file mode 100644
index 0000000..9bbaecd
--- /dev/null
+++ b/templates/machines/machines-branch/m3ulcb-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" %}
+{%- set dtb = dtb|default("r8a7796-m3ulcb.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") %}