Home
last modified time | relevance | path

Searched refs:exec_order (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a-latest/tools/sptool/
Dspactions.py29 …def __init__(self, action, exec_order=DEFAULT_ACTION_ORDER, global_action=True, log_calls = False): argument
30 self.exec_order = exec_order
44 return self.exec_order < other.exec_order
61 …def sp_action(in_action = None, global_action = False, log_calls=False, exec_order=DEFAULT_ACTION_… argument
72 action = _ConfiguredAction(action, exec_order, global_action, log_calls)
145 @SpSetupActions.sp_action(exec_order=1)
Dsp_mk_generator.py185 @SpSetupActions.sp_action(global_action=True, exec_order=1)