Home
last modified time | relevance | path

Searched refs:u (Results 1 – 5 of 5) sorted by relevance

/scripts/
A DMakefile.xpl198 -include $(srctree)/include/u-boot/u-boot.lds.h \
392 $(obj)/u-boot-spl.ldr: $(obj)/u-boot-spl
406 $(obj)/u-boot-x86-start16-spl.bin: $(obj)/u-boot-spl FORCE
410 $(obj)/u-boot-x86-start16-tpl.bin: $(obj)/u-boot-tpl FORCE
414 $(obj)/u-boot-x86-reset16-spl.bin: $(obj)/u-boot-spl FORCE
418 $(obj)/u-boot-x86-reset16-tpl.bin: $(obj)/u-boot-tpl FORCE
472 $(obj)/u-boot-spl-mtk.bin: $(obj)/u-boot-spl.bin FORCE
495 $(u-boot-spl-keep-syms-lto_c): $(u-boot-spl-main) $(u-boot-spl-platdata)
539 $(u-boot-spl-main) $(u-boot-spl-keep-syms-lto) \
543 $(sort $(u-boot-spl-init) $(u-boot-spl-main)): $(u-boot-spl-dirs) ;
[all …]
A DMakefile.autoconf81 u-boot.cfg: include/config.h FORCE
84 spl/u-boot.cfg: include/config.h FORCE
88 tpl/u-boot.cfg: include/config.h FORCE
92 vpl/u-boot.cfg: include/config.h FORCE
96 include/autoconf.mk: u-boot.cfg
99 spl/include/autoconf.mk: spl/u-boot.cfg
103 tpl/include/autoconf.mk: tpl/u-boot.cfg
107 vpl/include/autoconf.mk: vpl/u-boot.cfg
A Dbuild-efi.sh124 fs0:u-boot-${type}.efi
126 sudo cp ${ubdir}/${BUILD}/u-boot-${type}.efi $TMP
A Dcheckpatch.pl2691 if ($line =~ /^\+.*u-boot,dm-.*/) {
/scripts/kconfig/
A Dexpr.c987 unsigned long long u; member
1011 val->u = strtoull(str, &tail, 16); in expr_parse_string()
1083 res = (lval.u > rval.u) - (lval.u < rval.u); in expr_calc_value()

Completed in 30 milliseconds