summaryrefslogtreecommitdiff
path: root/socionext/efi-PK-KEK.yaml
blob: 6e77298bb1f72bd71295e93c31282a6e1dbcb405 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
device_type: synquacer
job_name: set-PK-KEK
visibility: public
timeouts:
  job:
    minutes: 60
  action:
    minutes: 60
  connection:
    minutes: 2
actions:
- deploy:
    to: tftp
    kernel:
        url: https://people.linaro.org/~ilias.apalodimas/PK.auth
    dtb:
        url: https://people.linaro.org/~ilias.apalodimas/KEK.auth
- boot:
    method: u-boot
    timeout:
      minutes: 15
    auto_login:
      login_prompt: 'login:'
      username: 'root'
    prompts:
      - ewaol@(.*):[/~]\$
      - root@(.*):[/~]#
    commands:
      - setenv serverip {SERVER_IP} && setenv ipaddr 172.27.16.144
      - tftp $kernel_addr_r {KERNEL}
      - setenv -e -nv -bs -rt -at -i $kernel_addr_r:$filesize PK
      - tftp $kernel_addr_r {DTB}
      - setenv -e -nv -bs -rt -at -i $kernel_addr_r:$filesize KEK