Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 71) sorted by relevance

123

/u-boot/boot/
A Dbootstd-uclass.c80 const char *targets = env_get("boot_targets"); in bootstd_get_bootdev_order() local
83 log_debug("- targets %s %p\n", targets, std->bootdev_order); in bootstd_get_bootdev_order()
84 if (targets && *targets) { in bootstd_get_bootdev_order()
86 std->env_order = str_to_list(targets); in bootstd_get_bootdev_order()
/u-boot/scripts/
A DMakefile.build32 targets :=
294 targets += $(real-objs-y) $(real-objs-m) $(lib-y)
295 targets += $(extra-y) $(MAKECMDGOALS) $(always)
334 targets += $(builtin-target)
360 targets += $(lib-target)
378 targets += $(multi-used-y) $(multi-used-m)
386 $(filter %$(strip $(1)), $(targets))))
389 targets += $(call intermediate_targets, .lex.o, .lex.c) \
411 cmd_files := $(wildcard $(foreach f,$(sort $(targets)),$(dir $(f)).$(notdir $(f)).cmd))
418 obj-dirs := $(sort $(obj) $(patsubst %/,%, $(dir $(targets))))
/u-boot/
A DKbuild11 targets := lib/asm-offsets.s
26 targets += arch/$(ARCH)/lib/asm-offsets.s
/u-boot/drivers/virtio/
A DKconfig11 # is U-Boot itself, while the virtual environment are normally QEMU targets
62 QEMU based targets.
69 QEMU based targets.
78 with QEMU based targets.
/u-boot/board/armltd/integrator/
A DREADME38 The makefile contains targets for Integrator platforms of both types
41 There are also targets independent of CM. These may not be suitable for
66 The U-Boot make targets map to the available core modules as below.
80 The final groups of targets are for core modules where no explicit cpu
99 The Makefile targets call board/integrator<>/split_by_variant.sh
/u-boot/arch/nios2/dts/
A DMakefile7 targets += $(dtb-y)
/u-boot/drivers/demo/
A DKconfig17 a message when the 'demo hello' command is executed which targets
26 a shape when the 'demo hello' command is executed which targets
/u-boot/arch/microblaze/dts/
A DMakefile7 targets += $(dtb-y)
/u-boot/arch/sh/dts/
A DMakefile5 targets += $(dtb-y)
/u-boot/tools/buildman/
A Dboards.py350 targets = []
368 targets.append(front)
381 targets.append(front)
383 for target in targets:
385 targets = []
388 if targets:
389 for target in targets:
/u-boot/arch/xtensa/dts/
A DMakefile7 targets += $(dtb-y)
/u-boot/scripts/kconfig/
A DMakefile70 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
72 PHONY += $(simple-targets)
74 $(simple-targets): $(obj)/conf
163 targets += zconf.lex.c
A Dmconf.c359 struct menu **targets; member
378 data->targets[k] = pos->target; in update_text()
434 struct menu *targets[JUMP_NB]; in search_conf() local
438 .targets = targets, in search_conf()
452 conf(targets[i]->parent, targets[i]); in search_conf()
/u-boot/arch/sandbox/dts/
A DMakefile13 targets += $(dtb-y)
/u-boot/board/engicam/common/
A DKconfig6 Common SPL and U-Boot proper code for Engicam i.MX6 targets.
/u-boot/arch/arc/dts/
A DMakefile13 targets += $(dtb-y)
/u-boot/post/lib_powerpc/fpu/
A DMakefile8 targets += $(objs-before-objcopy)
/u-boot/cmd/
A DMakefile256 targets += config_data.gz
260 targets += config_data_gz.h
264 targets += config_data_size.h
271 targets += license_data.gz
275 targets += license_data_gz.h
279 targets += license_data_size.h
/u-boot/arch/x86/dts/
A Defi-x86_payload.dts5 * Generic EFI payload device tree for x86 targets
A DMakefile27 targets += $(dtb-y)
A Dcoreboot.dts5 * Generic coreboot payload device tree for x86 targets
/u-boot/board/synopsys/nsim/
A DKconfig17 target is used for representing targets without fixed CPU version
/u-boot/arch/riscv/dts/
A DMakefile14 targets += $(dtb-y)
/u-boot/arch/m68k/dts/
A DMakefile23 targets += $(dtb-y)
/u-boot/doc/build/
A Dgcc.rst22 Depending on the build targets further packages maybe needed
49 Depending on the build targets further packages maybe needed.
173 Other build targets
176 A list of all make targets can be obtained via

Completed in 42 milliseconds

123