Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 25 of 82) sorted by relevance

1234

/u-boot/test/py/tests/test_efi_secboot/
A Dconftest.py51 shell=True)
60 shell=True)
66 shell=True)
72 shell=True)
78 shell=True)
82 shell=True)
86 shell=True)
90 shell=True)
105 shell=True)
108 shell=True)
[all …]
/u-boot/test/py/tests/test_fs/
A Dconftest.py297 % big_file, shell=True)
299 % big_file, shell=True)
301 % big_file, shell=True)
305 % small_file, shell=True)
315 % small_file, shell=True).decode()
322 % big_file, shell=True).decode()
328 % big_file, shell=True).decode()
334 % big_file, shell=True).decode()
340 % big_file, shell=True).decode()
346 % big_file, shell=True).decode()
[all …]
A Dfstest_helpers.py11 check_call('fsck.ext4 -n -f %s' % fs_img, shell=True)
/u-boot/test/py/tests/test_efi_capsule/
A Dconftest.py39 check_call('rm -rf %s' % mnt_point, shell=True)
40 check_call('mkdir -p %s' % data_dir, shell=True)
46 shell=True)
49 shell=True)
52 shell=True)
55 shell=True)
58 shell=True)
64 image_path, shell=True)
72 call('rm -rf %s' % mnt_point, shell=True)
73 call('rm -f %s' % image_path, shell=True)
[all …]
/u-boot/tools/patman/
A Dcros_subprocess.py57 shell=False, cwd=None, env=None, **kwargs): argument
84 stdout=stdout, stderr=stderr, shell=shell, cwd=cwd, env=env,
310 plist = Popen([cmd], shell=True).CommunicateFilter(oper.Output)
319 self.assertRaises(OSError, Popen, [cmd], shell=False)
320 plist = Popen([cmd], shell=True).CommunicateFilter(oper.Output)
329 plist = Popen(cmd, shell=False).CommunicateFilter(oper.Output)
338 plist = Popen(cmd, shell=True).CommunicateFilter(oper.Output)
344 for shell in (False, True):
346 plist = Popen('pwd', shell=shell, cwd='/tmp').CommunicateFilter(oper.Output)
377 shell=True).CommunicateFilter(oper.Output)
[all …]
/u-boot/scripts/kconfig/
A DMakefile187 HOSTLDLIBS_nconf = $(shell . $(obj)/.nconf-cfg && echo $$libs)
188 HOSTCFLAGS_nconf.o = $(shell . $(obj)/.nconf-cfg && echo $$cflags)
189 HOSTCFLAGS_nconf.gui.o = $(shell . $(obj)/.nconf-cfg && echo $$cflags)
198 HOSTLDLIBS_mconf = $(shell . $(obj)/.mconf-cfg && echo $$libs)
200 $(eval HOSTCFLAGS_$f = $$(shell . $(obj)/.mconf-cfg && echo $$$$cflags)))
210 HOSTLDLIBS_qconf = $(shell . $(obj)/.qconf-cfg && echo $$libs)
211 HOSTCXXFLAGS_qconf.o = $(shell . $(obj)/.qconf-cfg && echo $$cflags)
216 cmd_moc = $(shell . $(obj)/.qconf-cfg && echo $$moc) -i $< -o $@
225 HOSTLDLIBS_gconf = $(shell . $(obj)/.gconf-cfg && echo $$libs)
226 HOSTCFLAGS_gconf.o = $(shell . $(obj)/.gconf-cfg && echo $$cflags)
/u-boot/doc/usage/
A Dfor.rst17 The counter variable of the loop is a shell variable. Please, keep in mind that
18 an environment variable takes precedence over a shell variable of the same name.
49 first loop the shell variable *c* is printed.
52 shell variable and the environment variable is printed.
/u-boot/arch/arm/mach-k3/
A Dconfig.mk10 ifeq ($(shell which openssl),)
14 IMAGE_SIZE= $(shell cat $(obj)/u-boot-spl.bin | wc -c)
15 MAX_SIZE= $(shell printf "%d" $(CONFIG_SYS_K3_MAX_DOWNLODABLE_IMAGE_SIZE))
/u-boot/board/xilinx/zynqmp/
A DMakefile9 PS_INIT_FILE := $(shell cd $(srctree); readlink -f $(CONFIG_XILINX_PS_INIT_FILE))
21 hw-platform-y :=$(shell echo $(DEVICE_TREE))
43 $(obj)/pm_cfg_obj.o: $(shell cd $(srctree); readlink -f $(CONFIG_ZYNQMP_SPL_PM_CFG_OBJ_FILE)) FORCE
/u-boot/arch/m68k/
A DMakefile31 ifneq (,$(findstring -linux-,$(shell $(CC) --version)))
32 ifneq (,$(findstring GOT,$(shell $(LD) --help)))
/u-boot/board/BuR/brppt2/
A Dconfig.mk7 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE) | sed -e 's/imx6dl-//')
9 payload_off :=$(shell printf "%d" $(CONFIG_SYS_SPI_U_BOOT_OFFS))
/u-boot/board/BuR/brsmarc1/
A Dconfig.mk7 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE) | sed -e 's/am335x-//')
9 payload_off :=$(shell printf "%d" $(CONFIG_SYS_SPI_U_BOOT_OFFS))
/u-boot/scripts/
A DKconfig.include15 if-success = $(shell,{ $(1); } >/dev/null 2>&1 && echo "$(2)" || echo "$(3)")
30 gcc-version := $(shell,$(srctree)/scripts/gcc-version.sh -p $(CC) | sed 's/^0*//')
A DKbuild.include78 $(shell set -e; \
91 try-run = $(shell set -e; \
140 cc-name = $(shell $(CC) -v 2>&1 | grep -q "clang version" && echo clang || echo gcc)
143 cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh $(CC))
146 cc-fullversion = $(shell $(CONFIG_SHELL) \
151 cc-ifversion = $(shell [ $(cc-version) $(1) $(2) ] && echo $(3) || echo $(4))
154 binutils-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/binutils-version.sh $(AS))
172 ld-version = $(shell $(LD) --version | $(srctree)/scripts/ld-version.sh)
176 ld-ifversion = $(shell [ $(ld-version) $(1) $(2) ] && echo $(3) || echo $(4))
251 # (needed for the shell)
/u-boot/board/xilinx/zynq/
A DMakefile9 PS_INIT_FILE := $(shell cd $(srctree); readlink -f $(CONFIG_XILINX_PS_INIT_FILE))
21 hw-platform-y :=$(shell echo $(DEVICE_TREE))
/u-boot/board/synopsys/nsim/
A Dconfig.mk8 PLATFORM_CPPFLAGS += $(shell echo $(CONFIG_NSIM_BOARD_CPPFLAGS))
/u-boot/board/BuR/brppt1/
A Dconfig.mk8 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE) | sed -e 's/am335x-//')
10 payload_off :=$(shell printf "%d" $(CONFIG_SYS_SPI_U_BOOT_OFFS))
/u-boot/board/opalkelly/zynq/
A DMakefile5 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE))
/u-boot/arch/microblaze/dts/
A DMakefile3 dtb-y += $(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)).dtb
/u-boot/board/bitmain/antminer_s9/
A DMakefile7 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE))
/u-boot/board/topic/zynq/
A DMakefile7 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE))
/u-boot/doc/develop/
A Dtesting.rst61 test/fs - File system test (shell script)
62 test/image - FIT and legacy image tests (shell script and Python)
63 test/stdint - A test that stdint.h can be used in U-Boot (shell script)
64 trace - Test for the tracing feature (shell script)
96 Converting existing shell scripts into pytest tests.
/u-boot/board/xilinx/microblaze-generic/
A Dconfig.mk7 CPU_VER := $(shell echo $(CONFIG_XILINX_MICROBLAZE0_HW_VER))
/u-boot/arch/sandbox/
A Dconfig.mk15 PLATFORM_LIBS += $(shell $(SDL_CONFIG) --libs)
16 PLATFORM_CPPFLAGS += $(shell $(SDL_CONFIG) --cflags)
/u-boot/doc/
A DMakefile19 HAVE_SPHINX := $(shell if which $(SPHINXBUILD) >/dev/null 2>&1; then echo 1; else echo 0; fi)
32 HAVE_PDFLATEX := $(shell if which $(PDFLATEX) >/dev/null 2>&1; then echo 1; else echo 0; fi)

Completed in 40 milliseconds

1234