Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/tools/patman/
H A Dcros_subprocess.py57 shell=False, cwd=None, env=None, **kwargs): argument
84 stdout=stdout, stderr=stderr, shell=shell, cwd=cwd, env=env,
303 plist = Popen([cmd], shell=True).CommunicateFilter(oper.Output)
312 self.assertRaises(OSError, Popen, [cmd], shell=False)
313 plist = Popen([cmd], shell=True).CommunicateFilter(oper.Output)
322 plist = Popen(cmd, shell=False).CommunicateFilter(oper.Output)
331 plist = Popen(cmd, shell=True).CommunicateFilter(oper.Output)
337 for shell in (False, True):
339 plist = Popen('pwd', shell=shell, cwd='/tmp').CommunicateFilter(oper.Output)
351 plist = Popen(cmd, shell=True, env=env).CommunicateFilter(oper.Output)
[all …]
/rk3399_rockchip-uboot/arch/sandbox/
H A Dconfig.mk14 PLATFORM_LIBS += $(shell sdl-config --libs)
15 PLATFORM_CPPFLAGS += $(shell sdl-config --cflags)
/rk3399_rockchip-uboot/arch/m68k/
H A DMakefile33 ifneq (,$(findstring -linux-,$(shell $(CC) --version)))
34 ifneq (,$(findstring GOT,$(shell $(LD) --help)))
/rk3399_rockchip-uboot/examples/standalone/
H A DREADME_rkspi.md12 ```shell
26 - u-boot shell command
37 ```shell
45 ```shell
/rk3399_rockchip-uboot/test/
H A DREADME57 test/fs - File system test (shell script)
58 test/image - FIT and legacy image tests (shell script and Python)
59 test/stdint - A test that stdint.h can be used in U-Boot (shell script)
60 trace - Test for the tracing feature (shell script)
92 Converting existing shell scripts into pytest tests.
/rk3399_rockchip-uboot/scripts/
H A DKbuild.include78 $(shell set -e; \
91 try-run = $(shell set -e; \
136 cc-name = $(shell $(CC) -v 2>&1 | grep -q "clang version" && echo clang || echo gcc)
139 cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh $(CC))
142 cc-fullversion = $(shell $(CONFIG_SHELL) \
147 cc-ifversion = $(shell [ $(cc-version) $(1) $(2) ] && echo $(3) || echo $(4))
150 binutils-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/binutils-version.sh $(AS))
151 dtc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/dtc-version.sh $(DTC))
170 ld-version = $(shell $(LD) --version | $(srctree)/scripts/ld-version.sh)
174 ld-ifversion = $(shell [ $(ld-version) $(1) $(2) ] && echo $(3) || echo $(4))
[all …]
H A DMakefile.autoconf15 ifeq ($(shell grep -q '^CONFIG_SPL=y' include/config/auto.conf 2>/dev/null && echo y),y)
19 ifeq ($(shell grep -q '^CONFIG_TPL=y' include/config/auto.conf 2>/dev/null && echo y),y)
H A DMakefile.spl20 _dummy := $(shell [ -d $(obj) ] || mkdir -p $(obj))
148 $(shell $(LD) --version | \
168 MKIMAGEFLAGS_boot.bin += -n $(shell $(obj)/../tools/atmel_pmecc_params)
265 …@bss_size_str=$(shell $(NM) $< | awk 'BEGIN {size = 0} /__bss_size/ {size = $$1} END {print "ibase…
293 $(shell [ -d $(obj)/dts ] || mkdir -p $(obj)/dts)
/rk3399_rockchip-uboot/board/hisilicon/hikey/
H A Dbuild-tf.mak3 makejobs := $(shell grep '^processor' /proc/cpuinfo | sort -u | wc -l)
4 makethreads := $(shell dc -e "$(makejobs) 1 + p")
/rk3399_rockchip-uboot/board/topic/zynq/
H A DMakefile8 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE))
/rk3399_rockchip-uboot/arch/microblaze/dts/
H A DMakefile5 dtb-y += $(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)).dtb
/rk3399_rockchip-uboot/board/xilinx/microblaze-generic/
H A Dconfig.mk9 CPU_VER := $(shell echo $(CONFIG_XILINX_MICROBLAZE0_HW_VER))
/rk3399_rockchip-uboot/board/xilinx/zynq/
H A DMakefile10 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE))
/rk3399_rockchip-uboot/scripts/kconfig/
H A DMakefile177 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \
219 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(srctree)/$(src)/check.sh $(HOSTCC) $(HOSTCFLAGS))
235 HOSTLOADLIBES_mconf = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))
237 HOSTLOADLIBES_nconf = $(shell \
/rk3399_rockchip-uboot/board/xilinx/zynqmp/
H A DMakefile10 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE))
/rk3399_rockchip-uboot/doc/
H A DREADME.malta16 - You should now be able to reboot your Malta to a U-Boot shell.
H A DREADME.mpc83xxads58 Assuming you're using BASH shell:
H A DREADME.socfpga38 First run the embedded command shell, using your path to the Quartus install:
93 6. Start the embedded command shell as shown in the previous section
/rk3399_rockchip-uboot/
H A DMakefile146 KBUILD_OUTPUT := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) \
234 HOSTARCH := $(shell uname -m | \
244 HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]' | \
260 CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
287 DARWIN_MAJOR_VERSION = $(shell sw_vers -productVersion | cut -f 1 -d '.')
288 DARWIN_MINOR_VERSION = $(shell sw_vers -productVersion | cut -f 2 -d '.')
290 os_x_before = $(shell if [ $(DARWIN_MAJOR_VERSION) -le $(1) -a \
343 ifneq ($(shell $(CROSS_COMPILE)ld.bfd -v 2> /dev/null),)
374 UBOOTRELEASE = $(shell cat include/config/uboot.release 2> /dev/null)
539 autoconf_is_old := $(shell find . -path ./$(KCONFIG_CONFIG) -newer \
[all …]
/rk3399_rockchip-uboot/doc/DocBook/
H A DMakefile96 ifeq ($(shell which db2ps >/dev/null 2>&1 && echo found),found)
103 ifeq ($(shell which xmlto >/dev/null 2>&1 && echo found),found)
/rk3399_rockchip-uboot/tools/kermit/
H A DREADME39 results. When used from a shell with history (like the bash)
/rk3399_rockchip-uboot/env/
H A DMakefile64 CFLAGS_embedded.o := -Wa,--no-warn -DENV_CRC=$(shell tools/envcrc 2>/dev/null)
/rk3399_rockchip-uboot/arch/x86/lib/
H A DMakefile54 NORMAL_LIBGCC = $(shell $(CC) $(PLATFORM_CPPFLAGS) -print-libgcc-file-name)
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/
H A DREADME16 Assuming you're using BASH (or similar) as your shell:
/rk3399_rockchip-uboot/board/lego/ev3/
H A DREADME26 it on. You can also `run fwupdateboot` in the u-boot shell to reboot into this

12