Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 67) sorted by relevance

123

/u-boot/tools/buildman/
A Dcmdline.py16 parser.add_option('-A', '--print-prefix', action='store_true',
21 action='store_true', default=False,
23 parser.add_option('--boards', type='string', action='append',
28 action='store_true', default=False,
31 action='store_true', default=False,
40 action='store_true', default=False,
43 action='store_true', default=False,
56 action='store_true', default=False,
83 parser.add_option('-Q', '--quick', action='store_true',
89 parser.add_option('-s', '--summary', action='store_true',
[all …]
/u-boot/tools/binman/
A Dcmdline.py29 parser.add_argument('-D', '--debug', action='store_true',
31 parser.add_argument('-H', '--full-help', action='store_true',
33 parser.add_argument('--toolpath', type=str, action='append',
49 build_parser.add_argument('--fake-dtb', action='store_true',
51 build_parser.add_argument('-i', '--image', type=str, action='append',
53 build_parser.add_argument('-I', '--indir', action='append',
55 build_parser.add_argument('-m', '--map', action='store_true',
62 build_parser.add_argument('-p', '--preserve', action='store_true',\
65 build_parser.add_argument('-u', '--update-fdt', action='store_true',
98 replace_parser.add_argument('-F', '--fix-size', action='store_true',
[all …]
/u-boot/tools/patman/
A Dmain.py41 parser.add_argument('-D', '--debug', action='store_true',
58 send.add_argument('-i', '--ignore-errors', action='store_true',
63 send.add_argument('-m', '--no-maintainers', action='store_false',
66 send.add_argument('-n', '--dry-run', action='store_true', dest='dry_run',
68 send.add_argument('-r', '--in-reply-to', type=str, action='store',
70 send.add_argument('-t', '--ignore-bad-tags', action='store_true',
72 send.add_argument('-T', '--thread', action='store_true', dest='thread',
74 send.add_argument('--cc-cmd', dest='cc_cmd', type=str, action='store',
79 send.add_argument('--no-check', action='store_false', dest='check_patch',
97 status.add_argument('-C', '--show-comments', action='store_true',
[all …]
A Dpatman41 parser.add_argument('-D', '--debug', action='store_true',
58 send.add_argument('-i', '--ignore-errors', action='store_true',
63 send.add_argument('-m', '--no-maintainers', action='store_false',
66 send.add_argument('-n', '--dry-run', action='store_true', dest='dry_run',
68 send.add_argument('-r', '--in-reply-to', type=str, action='store',
70 send.add_argument('-t', '--ignore-bad-tags', action='store_true',
72 send.add_argument('-T', '--thread', action='store_true', dest='thread',
74 send.add_argument('--cc-cmd', dest='cc_cmd', type=str, action='store',
79 send.add_argument('--no-check', action='store_false', dest='check_patch',
97 status.add_argument('-C', '--show-comments', action='store_true',
[all …]
A Dsettings.py243 parsers += [subparser for action in main_parser._actions
244 if isinstance(action, argparse._SubParsersAction)
245 for _, subparser in action.choices.items()]
/u-boot/test/py/tests/
A Dtest_dfu.py154 u_boot_console.log.action(
166 u_boot_console.log.action('Waiting for DFU USB device to appear')
188 u_boot_console.log.action(
191 u_boot_console.log.action(
268 u_boot_console.log.action('Writing test data to DFU primary ' +
272 u_boot_console.log.action('Writing dummy data to DFU secondary ' +
276 u_boot_console.log.action('Reading DFU primary altsetting for ' +
280 u_boot_console.log.action('Comparing written and read data')
308 u_boot_console.log.action(
A Dtest_ums.py136 u_boot_console.log.action(
142 u_boot_console.log.action('Reading raw data from UMS device')
156 u_boot_console.log.action('Mounting exported UMS device')
173 u_boot_console.log.action('Unmounting UMS device')
193 u_boot_console.log.action(
207 u_boot_console.log.action('Writing test file via UMS')
225 u_boot_console.log.action('Reading test file back via UMS')
A Dtest_vboot.py135 cons.log.action('%s: Sign images' % sha_algo)
152 cons.log.action('%s: Sign images' % sha_algo)
211 cons.log.action('%s: Test FIT with signed images' % sha_algo)
222 cons.log.action('%s: Test FIT with signed configuration' % sha_algo)
230 cons.log.action('%s: Check signed config on the host' % sha_algo)
280 cons.log.action('%s: Check overflowed FIT header totalsize' % sha_algo)
285 cons.log.action('%s: Check default FIT header totalsize' % sha_algo)
300 cons.log.action('%s: Check bad config on the host' % sha_algo)
323 cons.log.action('%s: Test FIT with configs images' % sha_algo)
/u-boot/test/py/tests/test_android/
A Dtest_abootimg.py86 u_boot_console.log.action('Disk image file ' + persistent +
89 u_boot_console.log.action('Generating ' + persistent)
126 u_boot_console.log.action('Loading disk image to RAM...')
131 u_boot_console.log.action('Testing \'abootimg get ver\'...')
138 u_boot_console.log.action('Testing \'abootimg get recovery_dtbo\'...')
142 u_boot_console.log.action('Testing \'abootimg dump dtb\'...')
146 u_boot_console.log.action('Testing \'abootimg get dtb_load_addr\'...')
151 u_boot_console.log.action('Testing \'abootimg get dtb --index\'...')
A Dtest_ab.py30 u_boot_console.log.action('Disk image file ' + persistent +
33 u_boot_console.log.action('Generating ' + persistent)
/u-boot/tools/dtoc/
A Ddtoc76 parser.add_option('-c', '--c-output-dir', action='store',
78 parser.add_option('-C', '--h-output-dir', action='store',
80 parser.add_option('-d', '--dtb-file', action='store',
82 parser.add_option('--include-disabled', action='store_true',
84 parser.add_option('-o', '--output', action='store',
88 parser.add_option('-t', '--test', action='store_true', dest='test',
90 parser.add_option('-T', '--test-coverage', action='store_true',
A Dmain.py76 parser.add_option('-c', '--c-output-dir', action='store',
78 parser.add_option('-C', '--h-output-dir', action='store',
80 parser.add_option('-d', '--dtb-file', action='store',
82 parser.add_option('--include-disabled', action='store_true',
84 parser.add_option('-o', '--output', action='store',
88 parser.add_option('-t', '--test', action='store_true', dest='test',
90 parser.add_option('-T', '--test-coverage', action='store_true',
/u-boot/cmd/
A Deeprom.c317 if (action == EEPROM_ACTION_INVALID) in eeprom_execute_command()
321 if (action == EEPROM_READ) { in eeprom_execute_command()
328 } else if (action == EEPROM_WRITE) { in eeprom_execute_command()
345 if (action == EEPROM_PRINT) { in eeprom_execute_command()
362 enum eeprom_action action = EEPROM_ACTION_INVALID; in do_eeprom() local
374 action = parse_action(argv[index]); in do_eeprom()
377 if (action == EEPROM_ACTION_INVALID) in do_eeprom()
381 if (action == EEPROM_PRINT || action == EEPROM_UPDATE) { in do_eeprom()
390 switch (action) { in do_eeprom()
415 if (action == EEPROM_READ || action == EEPROM_WRITE) { in do_eeprom()
[all …]
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.pci_iommu_extra19 The env var consists of a list of <bdf>,<action> pairs for a certain pci bus
23 pci_iommu_extra = pci@<addr1>,<bdf>,<action>,<bdf>,<action>,
24 pci@<addr2>,<bdf>,<action>,<bdf>,<action>,...
28 subsequent <bdf>,<action> pairs apply
29 <bdf> identifies to which B.D.F the action applies to
30 <action> can be:
38 and only the bdf and action pairs need to be specified, like this:
40 pci-iommu-extra = "<bdf>,<action>,<bdf>,<action>,...";
/u-boot/tools/
A Dasn1_compiler.c304 struct action *action; member
685 struct action *action; member
857 struct action *action, **ppaction; in parse_type() local
1088 action = malloc(sizeof(struct action)); in parse_type()
1118 element->action = action; in parse_type()
1119 cursor->action = action; in parse_type()
1295 struct action *action; in render() local
1328 for (action = action_list; action; action = action->next) { in render()
1338 for (action = action_list; action; action = action->next) in render()
1340 action->name, action->index); in render()
[all …]
A Dmicrocode-tool.py248 parser.add_option('-d', '--mcfile', type='string', action='store',
250 parser.add_option('-H', '--headerfile', type='string', action='append',
252 parser.add_option('-m', '--model', type='string', action='store',
254 parser.add_option('-M', '--multiple', type='string', action='store',
256 parser.add_option('-o', '--outfile', type='string', action='store',
A Dmicrocode-tool248 parser.add_option('-d', '--mcfile', type='string', action='store',
250 parser.add_option('-H', '--headerfile', type='string', action='append',
252 parser.add_option('-m', '--model', type='string', action='store',
254 parser.add_option('-M', '--multiple', type='string', action='store',
256 parser.add_option('-o', '--outfile', type='string', action='store',
A Dmoveconfig.py1008 for (action, value) in results:
1009 if action == ACTION_MOVE:
1012 elif action == ACTION_NO_ENTRY:
1015 elif action == ACTION_NO_ENTRY_WARN:
1019 elif action == ACTION_NO_CHANGE:
1023 elif action == ACTION_SPL_NOT_EXIST:
1032 for (action, value) in results:
1033 if action == ACTION_MOVE:
1056 for (action, value) in self.results:
1057 if action != ACTION_MOVE:
[all …]
/u-boot/arch/arm/cpu/armv7m/
A Dcache.c79 static u32 *get_action_reg_set_ways(enum cache_action action) in get_action_reg_set_ways() argument
81 switch (action) { in get_action_reg_set_ways()
99 static u32 *get_action_reg_range(enum cache_action action) in get_action_reg_range() argument
101 switch (action) { in get_action_reg_range()
139 static int action_cache_range(enum cache_action action, u32 start_addr, in action_cache_range() argument
146 action_reg = get_action_reg_range(action); in action_cache_range()
149 if (action == INVALIDATE_POU) in action_cache_range()
174 static int action_dcache_all(enum cache_action action) in action_dcache_all() argument
180 action_reg = get_action_reg_set_ways(action); in action_dcache_all()
/u-boot/drivers/xen/
A Devents.c67 struct _ev_action *action; in do_event() local
76 action = &ev_actions[port]; in do_event()
77 action->count++; in do_event()
80 action->handler(port, regs, action->data); in do_event()
/u-boot/test/py/
A Du_boot_console_exec_attach.py38 self.log.action('Flashing U-Boot')
61 self.log.action('Resetting board')
A Du_boot_utils.py78 u_boot_console.log.action('Persistent data file ' + self.abs_fn +
82 u_boot_console.log.action('Generating ' + self.abs_fn +
279 self.log.action('Removing stale generated file ' +
296 self.log.action(
/u-boot/scripts/kconfig/
A Dqconf.cc874 QAction *action; in contextMenuEvent() local
878 action->setCheckable(true); in contextMenuEvent()
882 action, SLOT(setOn(bool))); in contextMenuEvent()
883 action->setChecked(showName); in contextMenuEvent()
886 action->setCheckable(true); in contextMenuEvent()
890 action, SLOT(setOn(bool))); in contextMenuEvent()
894 action->setCheckable(true); in contextMenuEvent()
898 action, SLOT(setOn(bool))); in contextMenuEvent()
899 action->setChecked(showData); in contextMenuEvent()
1228 action->setCheckable(true); in createStandardContextMenu()
[all …]
/u-boot/lib/efi_loader/
A Defi_hii_config.c125 efi_browser_action_t action, in form_callback() argument
131 EFI_ENTRY("%p, 0x%zx, 0x%x, 0x%x, %p, %p", this, action, in form_callback()
/u-boot/doc/
A DREADME.bootcount12 "bootlimit", then instead of the standard boot action (executing the contents of
13 "bootcmd") an alternate boot action will be performed, and the contents of

Completed in 28 milliseconds

123