aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhouloud Touil <ktouil@baylibre.com>2019-04-12 17:34:12 +0200
committerKhouloud Touil <ktouil@baylibre.com>2019-04-16 18:18:33 +0200
commit00b180b4e29603da12f4e6aa78dca1fed32d809f (patch)
treecbd9cdc78cf046fc54241807b8fa11b6d50ea8b0
parent04388618788b36246c78ff439acd1cd17bd6b4bf (diff)
Add new files 'machine-branch.jinja2'
In order to take care with the old dtb names and to keep it as flexible as possible we create a file for each board and branch with the name that matches with each branch. Change-Id: I223588aa794e4af6428b2ddcd13a1f8d396152a8 Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
-rw-r--r--templates/machines/machines-branch/dra7xx-evm-eel.jinja22
-rw-r--r--templates/machines/machines-branch/dra7xx-evm-flounder.jinja22
-rw-r--r--templates/machines/machines-branch/dra7xx-evm-guppy.jinja22
-rw-r--r--templates/machines/machines-branch/m3ulcb-eel.jinja22
-rw-r--r--templates/machines/machines-branch/m3ulcb-flounder.jinja22
-rw-r--r--templates/machines/machines-branch/m3ulcb-guppy.jinja22
-rw-r--r--templates/machines/machines-branch/raspberrypi3-eel.jinja22
-rw-r--r--templates/machines/machines-branch/raspberrypi3-flounder.jinja22
-rw-r--r--templates/machines/machines-branch/raspberrypi3-guppy.jinja22
9 files changed, 18 insertions, 0 deletions
diff --git a/templates/machines/machines-branch/dra7xx-evm-eel.jinja2 b/templates/machines/machines-branch/dra7xx-evm-eel.jinja2
new file mode 100644
index 0000000..f4cdb31
--- /dev/null
+++ b/templates/machines/machines-branch/dra7xx-evm-eel.jinja2
@@ -0,0 +1,2 @@
+{%- extends 'machines/dra7xx-evm.jinja2' %}
+{%-set dtb = dtb|default("zImage-dra7-evm-lcd-lg.dtb") %} \ No newline at end of file
diff --git a/templates/machines/machines-branch/dra7xx-evm-flounder.jinja2 b/templates/machines/machines-branch/dra7xx-evm-flounder.jinja2
new file mode 100644
index 0000000..f4cdb31
--- /dev/null
+++ b/templates/machines/machines-branch/dra7xx-evm-flounder.jinja2
@@ -0,0 +1,2 @@
+{%- extends 'machines/dra7xx-evm.jinja2' %}
+{%-set dtb = dtb|default("zImage-dra7-evm-lcd-lg.dtb") %} \ No newline at end of file
diff --git a/templates/machines/machines-branch/dra7xx-evm-guppy.jinja2 b/templates/machines/machines-branch/dra7xx-evm-guppy.jinja2
new file mode 100644
index 0000000..f4cdb31
--- /dev/null
+++ b/templates/machines/machines-branch/dra7xx-evm-guppy.jinja2
@@ -0,0 +1,2 @@
+{%- extends 'machines/dra7xx-evm.jinja2' %}
+{%-set dtb = dtb|default("zImage-dra7-evm-lcd-lg.dtb") %} \ No newline at end of file
diff --git a/templates/machines/machines-branch/m3ulcb-eel.jinja2 b/templates/machines/machines-branch/m3ulcb-eel.jinja2
new file mode 100644
index 0000000..b4e639a
--- /dev/null
+++ b/templates/machines/machines-branch/m3ulcb-eel.jinja2
@@ -0,0 +1,2 @@
+{%- extends 'machines/m3ulcb.jinja2' %}
+{%- set dtb = dtb|default("Image-r8a7796-m3ulcb.dtb") %} \ No newline at end of file
diff --git a/templates/machines/machines-branch/m3ulcb-flounder.jinja2 b/templates/machines/machines-branch/m3ulcb-flounder.jinja2
new file mode 100644
index 0000000..b4e639a
--- /dev/null
+++ b/templates/machines/machines-branch/m3ulcb-flounder.jinja2
@@ -0,0 +1,2 @@
+{%- extends 'machines/m3ulcb.jinja2' %}
+{%- set dtb = dtb|default("Image-r8a7796-m3ulcb.dtb") %} \ No newline at end of file
diff --git a/templates/machines/machines-branch/m3ulcb-guppy.jinja2 b/templates/machines/machines-branch/m3ulcb-guppy.jinja2
new file mode 100644
index 0000000..b4e639a
--- /dev/null
+++ b/templates/machines/machines-branch/m3ulcb-guppy.jinja2
@@ -0,0 +1,2 @@
+{%- extends 'machines/m3ulcb.jinja2' %}
+{%- set dtb = dtb|default("Image-r8a7796-m3ulcb.dtb") %} \ No newline at end of file
diff --git a/templates/machines/machines-branch/raspberrypi3-eel.jinja2 b/templates/machines/machines-branch/raspberrypi3-eel.jinja2
new file mode 100644
index 0000000..68380da
--- /dev/null
+++ b/templates/machines/machines-branch/raspberrypi3-eel.jinja2
@@ -0,0 +1,2 @@
+{%- extends 'machines/raspberrypi3.jinja2' %}
+{%- set dtb = dtb|default("uImage-bcm2710-rpi-3-b+vc4+ft5406.dtb") %} \ No newline at end of file
diff --git a/templates/machines/machines-branch/raspberrypi3-flounder.jinja2 b/templates/machines/machines-branch/raspberrypi3-flounder.jinja2
new file mode 100644
index 0000000..68380da
--- /dev/null
+++ b/templates/machines/machines-branch/raspberrypi3-flounder.jinja2
@@ -0,0 +1,2 @@
+{%- extends 'machines/raspberrypi3.jinja2' %}
+{%- set dtb = dtb|default("uImage-bcm2710-rpi-3-b+vc4+ft5406.dtb") %} \ No newline at end of file
diff --git a/templates/machines/machines-branch/raspberrypi3-guppy.jinja2 b/templates/machines/machines-branch/raspberrypi3-guppy.jinja2
new file mode 100644
index 0000000..68380da
--- /dev/null
+++ b/templates/machines/machines-branch/raspberrypi3-guppy.jinja2
@@ -0,0 +1,2 @@
+{%- extends 'machines/raspberrypi3.jinja2' %}
+{%- set dtb = dtb|default("uImage-bcm2710-rpi-3-b+vc4+ft5406.dtb") %} \ No newline at end of file