summaryrefslogtreecommitdiffstats
path: root/debian/config/sh4/defines.toml
diff options
context:
space:
mode:
Diffstat (limited to 'debian/config/sh4/defines.toml')
-rw-r--r--debian/config/sh4/defines.toml24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/config/sh4/defines.toml b/debian/config/sh4/defines.toml
new file mode 100644
index 000000000..cf13488dc
--- /dev/null
+++ b/debian/config/sh4/defines.toml
@@ -0,0 +1,24 @@
+[[flavour]]
+name = 'sh7751r'
+[flavour.description]
+hardware = 'sh7751r'
+hardware_long = 'Renesas SH7751R R2D plus board'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = 'sh7785lcr'
+[flavour.description]
+hardware = 'sh7785lcr'
+hardware_long = 'Renesas SH7785 reference board'
+[flavour.packages]
+installer = true
+[flavour.relations.image]
+recommends = ['u-boot-tools']
+
+[[featureset]]
+name = 'none'
+
+[build]
+kernel_file = 'arch/sh/boot/zImage'
+kernel_stem = 'vmlinuz'