use ref_name as release name
[mfgtools.git] / uuu / spl_boot.lst
blobd005a5339bec2ac1fcfb322b8a1c75743465cf53
1 uuu_version 1.2.39
3 # This command will be run when i.MX6/7 i.MX8MM, i.MX8MQ
4 SDP: boot -f _flash.bin
6 # This command will be run when ROM support stream mode
7 # i.MX8QXP, i.MX8QM
8 SDPS: boot -f _flash.bin
10 # These commands will be run when use SPL and will be skipped if no spl
11 # SDPU will be deprecated. please use SDPV instead of SDPU
12 # {
13 SDPU: delay 1000
14 SDPU: write -f _flash.bin -offset 0x57c00
15 SDPU: jump
16 SDPU: done
17 # }
19 # These commands will be run when use SPL and will be skipped if no spl
20 # if (SPL support SDPV)
21 # {
22 SDPV: delay 1000
23 SDPV: write -f _flash.bin -skipspl
24 SDPV: jump
25 SDPV: done
26 # }