diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2020-12-10 14:11:38 +0000 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2020-12-10 14:21:01 +0000 |
commit | d702a2989ab325daa7f3deb7e67634e0da92709a (patch) | |
tree | ea72e22506e2118539d889980ca8e2c3b189af37 /templates/machines/r8a7795-agl-refhw.jinja2 | |
parent | a225446862cc196b855d3afa80a89d815b7ecf1f (diff) |
SPEC-3714: Add r8a7795-agl-refhw
The r8a7795-agl-refhw is now ready in our lab, start letting it
availlable by adding its releng-scripts templates.
Basicly its template is nearly the same as KingFisher.
Change-Id: Id02838c26c5275be28cf555e26bf63ce715e4143
Bug-AGL: SPEC-3714
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'templates/machines/r8a7795-agl-refhw.jinja2')
-rw-r--r-- | templates/machines/r8a7795-agl-refhw.jinja2 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/machines/r8a7795-agl-refhw.jinja2 b/templates/machines/r8a7795-agl-refhw.jinja2 new file mode 100644 index 0000000..b163b6e --- /dev/null +++ b/templates/machines/r8a7795-agl-refhw.jinja2 @@ -0,0 +1,13 @@ +{%- extends 'boot/generic-uboot-tftp.jinja2' %} +{%- set device_arch = "arm64" %} +{%- set sdk_arch = "aarch64" %} +{%- set device_mach = "renesas" %} +{%- set device_type = "r8a7795-agl-refhw" %} +# this DTB is on linux-renesas only, not mainlined +{%- set dtb = dtb|default("r8a7795-agl-refhw") %} +{%- 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-h3ulcb.ext4.xz") %} +{%- set initrd = "initramfs-netboot-image-h3ulcb.ext4.gz" %} +{%- set yocto_machine = "h3ulcb" %} |