| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | cros_subprocess.py | 57 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 D | config.mk | 14 PLATFORM_LIBS += $(shell sdl-config --libs) 15 PLATFORM_CPPFLAGS += $(shell sdl-config --cflags)
|
| /rk3399_rockchip-uboot/arch/m68k/ |
| H A D | Makefile | 33 ifneq (,$(findstring -linux-,$(shell $(CC) --version))) 34 ifneq (,$(findstring GOT,$(shell $(LD) --help)))
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | README_rkspi.md | 12 ```shell 26 - u-boot shell command 37 ```shell 45 ```shell
|
| /rk3399_rockchip-uboot/test/ |
| H A D | README | 57 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 D | Kbuild.include | 78 $(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 D | Makefile.autoconf | 15 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 D | Makefile.spl | 20 _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 D | build-tf.mak | 3 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 D | Makefile | 8 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE))
|
| /rk3399_rockchip-uboot/arch/microblaze/dts/ |
| H A D | Makefile | 5 dtb-y += $(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)).dtb
|
| /rk3399_rockchip-uboot/board/xilinx/microblaze-generic/ |
| H A D | config.mk | 9 CPU_VER := $(shell echo $(CONFIG_XILINX_MICROBLAZE0_HW_VER))
|
| /rk3399_rockchip-uboot/board/xilinx/zynq/ |
| H A D | Makefile | 10 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE))
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | Makefile | 177 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 D | Makefile | 10 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE))
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.malta | 16 - You should now be able to reboot your Malta to a U-Boot shell.
|
| H A D | README.mpc83xxads | 58 Assuming you're using BASH shell:
|
| H A D | README.socfpga | 38 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 D | Makefile | 146 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 D | Makefile | 96 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 D | README | 39 results. When used from a shell with history (like the bash)
|
| /rk3399_rockchip-uboot/env/ |
| H A D | Makefile | 64 CFLAGS_embedded.o := -Wa,--no-warn -DENV_CRC=$(shell tools/envcrc 2>/dev/null)
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | Makefile | 54 NORMAL_LIBGCC = $(shell $(CC) $(PLATFORM_CPPFLAGS) -print-libgcc-file-name)
|
| /rk3399_rockchip-uboot/board/freescale/mpc8323erdb/ |
| H A D | README | 16 Assuming you're using BASH (or similar) as your shell:
|
| /rk3399_rockchip-uboot/board/lego/ev3/ |
| H A D | README | 26 it on. You can also `run fwupdateboot` in the u-boot shell to reboot into this
|