Home
last modified time | relevance | path

Searched refs:grep (Results 1 - 9 of 9) sorted by relevance

/device/soc/rockchip/rk2206/sdk_liteos/image/
H A Dbuild.sh25 PART_SYSTEM_BLOCKS=$(cat ../liteos_m/link.h | grep "#define PART_SYSTEM_BLOCKS" | awk -F' ' '{print $3}')
26 PART_LOADER_BLOCKS=$(cat ../liteos_m/link.h | grep "#define PART_LOADER_BLOCKS" | awk -F' ' '{print $3}')
27 PART_LITEOS_BLOCKS=$(cat ../liteos_m/link.h | grep "#define PART_LITEOS_BLOCKS" | awk -F' ' '{print $3}')
28 PART_ROOTFS_BLOCKS=$(cat ../liteos_m/link.h | grep "#define PART_ROOTFS_BLOCKS" | awk -F' ' '{print $3}')
29 PART_USERFS_BLOCKS=$(cat ../liteos_m/link.h | grep "#define PART_USERFS_BLOCKS" | awk -F' ' '{print $3}')
/device/soc/rockchip/common/sdk_linux/scripts/
H A Drepack-bootimg121 cmdline=$(grep -a "^command line args: " $log | tr '\0' '\n'| sed "s/^command line args: //")
122 extra_cmdline=$(grep -a "^additional command line args: " $log | tr '\0' '\n'| sed "s/^additional command line args: //")
123 version=$(grep -a "^boot image header version: " $log | sed "s/^boot image header version: //")
124 os_version=$(grep -a "^os version: " $log | sed "s/^os version: //")
125 os_patch_level=$(grep -a "^os patch level: " $log | sed "s/^os patch level: //")
127 dtb_size=$(grep -a "^dtb size: " $log | sed "s/^dtb size: //")
133 recovery_dtbo_size=$(grep -a "^recovery dtbo size: " $log | sed "s/^recovery dtbo size: //")
H A Dmkimg228 if file -p -b ${BOOT_IMG} | grep -q 'Device Tree Blob' ; then
/device/board/hihope/dayu210/uboot/
H A Dmake.sh121 if grep -Eq ''^CONFIG_ARM64=y'|'^CONFIG_ARM64_BOOT_AARCH32=y'' .config ; then
125 if grep -q '^CONFIG_ROCKCHIP_FIT_IMAGE_PACK=y' .config ; then
127 elif grep -q '^CONFIG_SPL_DECOMP_HEADER=y' .config ; then
169 if grep -q 'CODE471_OPTION' $1 ; then
171 elif grep -Eq ''BL31_OPTION'|'TOS'' $1 ; then
218 if ! file $2 | grep 'ELF ' >/dev/null 2>&1 ; then
279 if grep -q '^CONFIG_ARM64=y' .config ; then
287 if grep -q '^CONFIG_ARM64=y' .config ; then
415 ${TOOLCHAIN_NM} -r --size ${ELF} | grep -iv 'b' | less
517 COMMON_H=`grep "_commo
[all...]
/device/soc/rockchip/rk2206/tools/package/
H A Dmkimage.sh16 BOARD=$(hb env | grep "board:" | awk -F' ' '{print $4}')
17 PRODUCT=$(hb env | grep "product:" | awk -F' ' '{print $4}')
18 ROOT_DIR=$(hb env | grep "root path" | awk -F' ' '{print $5}')
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dmkimg225 FIT_DESC=$(${MKIMAGE} ${MKIMAGE_ARG} -f ${ITS} boot.img | grep "FIT description" | sed 's/FIT description: //')
253 if file -p -b ${BOOT_IMG} | grep -q 'Device Tree Blob' ; then
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/
H A DMakefile33 CMD_TEXT_BASE := $(shell grep '^\#define.*DDR_TRAINING_RUN_STACK' $(TOPDIR)/drivers/ddr/hisilicon/$(SOC)/ddr_training_custom.h|awk '{print $$3}')
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm4218 enabled ossfuzz && ! echo $CFLAGS | grep -q -- "-fsanitize=" && ! echo $CFLAGS | grep -q -- "-fcoverage-mapping" &&{
4337 if ${cross_prefix}${ranlib_default} 2>&1 | grep -q "\-D "; then
4596 if $_cc --version 2>&1 | grep -q '^GNU assembler'; then
4598 elif $_cc -v 2>&1 | grep -q '^gcc.*LLVM'; then
4605 elif $_cc -v 2>&1 | grep -qi ^gcc; then
4625 elif $_cc --version 2>/dev/null | grep -q ^icc; then
4633 elif $_cc -v 2>&1 | grep -q xlc; then
4638 elif $_cc --vsn 2>/dev/null | grep -Eq "ARM (C/C\+\+ )?Compiler"; then
4641 _ident=$($_cc --vsn | grep
[all...]
/device/soc/rockchip/common/sdk_linux/
H A DMakefile565 ifneq ($(shell $(CC) --version 2>&1 | head -n 1 | grep clang),)

Completed in 10 milliseconds