Lines Matching +full:- +full:t
2 # SPDX-License-Identifier: BSD-2-Clause
5 # Copyright (c) 2020-2023, Arm Limited.
25 parser.add_argument('--out', required=True,
29 '--ta',
32 'such as: 8aaaf200-2450-11e4-abe2-0002a5d5c51b.stripped.elf')
35 '--sp',
38 'such as: 8aaaf200-2450-11e4-abe2-0002a5d5c51b.stripped.elf')
41 '--compress',
48 '--manifest',
75 offs = s2.header['sh_offset'] - s2.header['sh_addr']
117 f.write('\t\t')
132 raise Exception('The --ta or the --sp flag is required')
135 raise Exception('The --ta and the --sp can\'t be combined')
164 f.write('\t.fdt = fdt_bin_' + ts_uuid.hex + ',\n')
167 f.write('\t.flags = 0x{:04x},\n'.format(sp_get_flags(ts)))
171 f.write('\t.flags = 0x{:04x},\n'.format(ta_get_flags(ts)))
172 f.write('\t.uuid = {\n')
173 f.write('\t\t.timeLow = 0x{:08x},\n'.format(ts_uuid.time_low))
174 f.write('\t\t.timeMid = 0x{:04x},\n'.format(ts_uuid.time_mid))
175 f.write('\t\t.timeHiAndVersion = ' +
177 f.write('\t\t.clockSeqAndNode = {\n')
180 f.write('\t\t\t')
182 f.write('\n\t\t},\n\t},\n')
183 f.write('\t.size = sizeof(ts_bin_' + ts_uuid.hex +
185 f.write('\t.ts = ts_bin_' + ts_uuid.hex + ',\n')
187 f.write('\t.uncompressed_size = '