Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 22 of 22) sorted by relevance

/u-boot/tools/binman/etype/
A Du_boot_ucode.py66 for suffix in ['', '-spl', '-tpl']:
67 name = 'u-boot%s-with-ucode-ptr' % suffix
78 for suffix in ['', '-spl', '-tpl']:
79 name = 'u-boot%s-dtb-with-ucode' % suffix
/u-boot/drivers/core/
A Dof_extra.c75 const char *suffix, fdt_addr_t *basep, in ofnode_decode_memory_region() argument
91 if (!suffix) in ofnode_decode_memory_region()
92 suffix = ""; in ofnode_decode_memory_region()
95 suffix); in ofnode_decode_memory_region()
120 suffix); in ofnode_decode_memory_region()
/u-boot/include/
A Ddisplay_options.h22 void print_size(uint64_t size, const char *suffix);
33 void print_freq(uint64_t freq, const char *suffix);
/u-boot/include/linux/
A Dcompiler.h323 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument
325 extern void prefix ## suffix(void) __compiletime_error(msg); \
327 prefix ## suffix(); \
330 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument
333 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
334 __compiletime_assert(condition, msg, prefix, suffix)
/u-boot/scripts/kconfig/tests/
A Dpytest.ini5 # them as top-level modules. It is silly to prefix or suffix a test file with
/u-boot/include/dm/
A Dof_extra.h86 const char *suffix, fdt_addr_t *basep,
/u-boot/arch/arm/dts/
A Dtegra-u-boot.dtsi22 /* Same as image1 - some tools still expect the -dtb suffix */
/u-boot/board/BuR/common/
A Dcommon.c155 char *suffix) in br_summaryscreen_printenv() argument
159 lcd_printf("%s %s %s", prefix, envval, suffix); in br_summaryscreen_printenv()
163 lcd_printf("%s %s %s", prefix, envval, suffix); in br_summaryscreen_printenv()
/u-boot/board/boundary/nitrogen6x/
A Dnitrogen6x.c947 char *suffix; in preboot_keys() local
951 for (suffix = kbd_magic_keys; *suffix; ++suffix) { in preboot_keys()
954 sprintf(magic, "%s%c", kbd_magic_prefix, *suffix); in preboot_keys()
961 if (*suffix) { in preboot_keys()
964 sprintf(cmd_name, "%s%c", kbd_command_prefix, *suffix); in preboot_keys()
/u-boot/tools/patman/
A Dtest_checkpatch.py414 def check_struct(self, auto, suffix, warning): argument
425 (auto, suffix))
427 pm, warning, "struct 'fred' should have a %s suffix" % suffix)
/u-boot/tools/
A Drkmux.py168 def out_enum(field, suffix, value, skip_val=False): argument
169 str = '%s_%s' % (field.upper(), suffix.upper())
A Dproftool.c470 static void out_func(ulong func_offset, int is_caller, const char *suffix) in out_func() argument
478 printf("%s%s", func->name, suffix); in out_func()
480 printf("%lx%s", func_offset, suffix); in out_func()
/u-boot/board/xilinx/zynqmp/
A Dzynqmp.c506 const char *suffix = ".dtb"; in set_fdtfile() local
527 strlen(suffix) + 1); in set_fdtfile()
531 sprintf(fdtfile, "%s%s%s", vendor, name, suffix); in set_fdtfile()
/u-boot/arch/sandbox/cpu/
A Dos.c737 const char *suffix; in os_find_u_boot() local
745 suffix = fname + len - 4; in os_find_u_boot()
748 if (!strcmp(suffix, "-tpl")) { in os_find_u_boot()
770 if (!strcmp(suffix, "-spl")) { in os_find_u_boot()
/u-boot/doc/develop/
A Dversion.rst27 hash. If there are uncommitted changes a '-dirty' suffix is added too.
/u-boot/scripts/kconfig/
A Dconfdata.c581 const char *suffix = ""; in header_print_symbol() local
587 suffix = "_MODULE"; in header_print_symbol()
591 CONFIG_, sym->name, suffix); in header_print_symbol()
/u-boot/doc/android/
A Davb2.rst110 slot suffix should be passed to ``avb verify`` sub-command, e.g.::
/u-boot/drivers/gpio/
A Dgpio-uclass.c1230 static const char suffix[] = "-gpios"; in devm_gpiod_get_index() local
1232 propname = malloc(strlen(id) + sizeof(suffix)); in devm_gpiod_get_index()
1239 strcat(propname, suffix); in devm_gpiod_get_index()
/u-boot/scripts/
A Dcheckpatch.pl2329 my ($line, $auto, $suffix, $warning) = @_;
2334 if ($struct_name !~ /^\w+${suffix}/) {
2335 WARN($warning, "struct \'$struct_name\' should have a ${suffix} suffix");
6130 my $suffix = "";
6133 $suffix .= 'U' if ($cast =~ /\bunsigned\b/);
6135 $suffix .= 'LL';
6137 $suffix .= 'L';
6139 $fixed[$fixlinenr] =~ s/\Q$cast\E$const\b/$newconst$suffix/;
/u-boot/doc/imx/mkimage/
A Dmxsimage.txt108 the 'n' suffix of the instruction:
/u-boot/dts/
A DKconfig133 device tree files (without the directory or .dtb suffix)
241 device tree files (without the directory or .dtb suffix)
/u-boot/tools/binman/
A DREADME456 either by using a unit number suffix (u-boot@0, u-boot@1) or by using a

Completed in 27 milliseconds