aboutsummaryrefslogtreecommitdiff
path: root/lava_scheduler_app/tests/device-types/hip07-d05.jinja2
blob: c697bf4068c2c4af473e331d89269cd55ced12c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% extends 'd03.jinja2' %}

{% set device_type = "hip07-d05" %}

{% block grub_ramdisk %}
          - 'linux (tftp,{SERVER_IP})/{KERNEL} pcie_aspm=off pci=pcie_bus_perf root=/dev/ram0 {{ base_ip_args }}'
          - devicetree (tftp,{SERVER_IP})/{DTB}
          - initrd (tftp,{SERVER_IP})/{RAMDISK}
          - boot
{% endblock grub_ramdisk %}

{% block grub_nfs %}
          - 'linux (tftp,{SERVER_IP})/{KERNEL} pcie_aspm=off pci=pcie_bus_perf root=/dev/nfs rw {{ base_nfsroot_args }} {{ base_ip_args }}'
          - devicetree (tftp,{SERVER_IP})/{DTB}
          - boot
{% endblock grub_nfs %}