Searched refs:targets (Results 1 – 25 of 71) sorted by relevance
123
| /u-boot/boot/ |
| A D | bootstd-uclass.c | 80 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 D | Makefile.build | 32 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 D | Kbuild | 11 targets := lib/asm-offsets.s 26 targets += arch/$(ARCH)/lib/asm-offsets.s
|
| /u-boot/drivers/virtio/ |
| A D | Kconfig | 11 # 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 D | README | 38 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 D | Makefile | 7 targets += $(dtb-y)
|
| /u-boot/drivers/demo/ |
| A D | Kconfig | 17 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 D | Makefile | 7 targets += $(dtb-y)
|
| /u-boot/arch/sh/dts/ |
| A D | Makefile | 5 targets += $(dtb-y)
|
| /u-boot/tools/buildman/ |
| A D | boards.py | 350 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 D | Makefile | 7 targets += $(dtb-y)
|
| /u-boot/scripts/kconfig/ |
| A D | Makefile | 70 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \ 72 PHONY += $(simple-targets) 74 $(simple-targets): $(obj)/conf 163 targets += zconf.lex.c
|
| A D | mconf.c | 359 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 D | Makefile | 13 targets += $(dtb-y)
|
| /u-boot/board/engicam/common/ |
| A D | Kconfig | 6 Common SPL and U-Boot proper code for Engicam i.MX6 targets.
|
| /u-boot/arch/arc/dts/ |
| A D | Makefile | 13 targets += $(dtb-y)
|
| /u-boot/post/lib_powerpc/fpu/ |
| A D | Makefile | 8 targets += $(objs-before-objcopy)
|
| /u-boot/cmd/ |
| A D | Makefile | 256 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 D | efi-x86_payload.dts | 5 * Generic EFI payload device tree for x86 targets
|
| A D | Makefile | 27 targets += $(dtb-y)
|
| A D | coreboot.dts | 5 * Generic coreboot payload device tree for x86 targets
|
| /u-boot/board/synopsys/nsim/ |
| A D | Kconfig | 17 target is used for representing targets without fixed CPU version
|
| /u-boot/arch/riscv/dts/ |
| A D | Makefile | 14 targets += $(dtb-y)
|
| /u-boot/arch/m68k/dts/ |
| A D | Makefile | 23 targets += $(dtb-y)
|
| /u-boot/doc/build/ |
| A D | gcc.rst | 22 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