| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rk3506-pinctrl-rmio.dtsi | 12 rm_io0_uart1_tx: rm-io0-uart1-tx { 16 rm_io0_uart1_rx: rm-io0-uart1-rx { 20 rm_io0_uart2_tx: rm-io0-uart2-tx { 24 rm_io0_uart2_rx: rm-io0-uart2-rx { 28 rm_io0_uart3_tx: rm-io0-uart3-tx { 32 rm_io0_uart3_rx: rm-io0-uart3-rx { 36 rm_io0_uart3_ctsn: rm-io0-uart3-ctsn { 40 rm_io0_uart3_rtsn: rm-io0-uart3-rtsn { 44 rm_io0_uart4_tx: rm-io0-uart4-tx { 48 rm_io0_uart4_rx: rm-io0-uart4-rx { [all …]
|
| H A D | rk3506-pinctrl.dtsi | 692 rm { 693 rm_io0_pins: rm-io0-pins { 698 rm_io1_pins: rm-io1-pins { 703 rm_io2_pins: rm-io2-pins { 708 rm_io3_pins: rm-io3-pins { 713 rm_io4_pins: rm-io4-pins { 718 rm_io5_pins: rm-io5-pins { 723 rm_io6_pins: rm-io6-pins { 728 rm_io7_pins: rm-io7-pins { 733 rm_io8_pins: rm-io8-pins { [all …]
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | pack_resource.sh | 45 rm -rf ${TMP_DIR} && mkdir -p ${TMP_DIR} 66 rm -rf ${TMP_DIR} 77 rm -rf ${TMP_DIR2} 85 rm -rf ${TMP_DIR2}/* 88 rm -rf ${TMP_DIR2}
|
| H A D | android2fit.sh | 57 rm ${OUT}/ -rf 62 rm images/ -rf && mkdir -p images/ 67 rm ${OUT}/ -rf
|
| H A D | fit-repack.sh | 66 rm -rf ${OUT} && mkdir -p ${OUT} 82 rm -f ${IMAGE} 93 rm ${OUT} -rf
|
| H A D | objdiff | 131 rm -rf $TMPD/* 136 rm -rf $TMPD/$CMT
|
| H A D | spl.sh | 54 rm tmp -rf && mkdir tmp -p 104 rm tmp/ -rf
|
| H A D | Makefile.clean | 70 cmd_clean = rm -f $(__clean-files) 72 cmd_cleandir = rm -rf $(__clean-dirs)
|
| H A D | gcc-stack-usage.sh | 18 rm -f $TMP $TMP.su
|
| H A D | Makefile.autoconf | 47 rm $@; false; \ 73 rm $@.tmp; \ 75 rm $@.tmp; false; \
|
| H A D | build-tftp-firmware.sh | 102 rm -f *${SUFFIX} *.itb *.its *.dtb *.dts data2sign* *.hdr *.hash orderlist.txt 139 rm -rf ${OUTPUT_DIR} 278 rm -f *.itb *.its *.dtb *.dts data2sign* *.hash orderlist.txt
|
| H A D | fit-resign.sh | 132 rm -f ${IMG_UBOOT} 150 rm -f ${ITB}.half1 ${ITB}.half2 ${ITB_RESIGN}
|
| H A D | get_default_envs.sh | 32 rm ${ENV_OBJ_FILE_COPY}
|
| H A D | atf.sh | 45 rm trust*.img -f
|
| H A D | uboot.sh | 32 rm uboot.img -f
|
| H A D | check-config.sh | 50 rm ${suspects} ${ok} ${new_adhoc}
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/ |
| H A D | decode.h | 79 unsigned decode_rm00_address(int rm); 80 unsigned decode_rm01_address(int rm); 81 unsigned decode_rm10_address(int rm); 82 unsigned decode_rmXX_address(int mod, int rm);
|
| /rk3399_rockchip-uboot/test/image/ |
| H A D | test-imagetools.sh | 37 rm -f ${file} ${SRCDIR}/${file} 39 rm -f ${IMAGE_MULTI} 40 rm -f ${DUMPIMAGE_LIST} 41 rm -f ${MKIMAGE_LIST} 42 rm -f ${TEST_OUT}
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ |
| H A D | decode.c | 877 int rm) in decode_rm00_address() argument 883 switch (rm) { in decode_rm00_address() 911 switch (rm) { in decode_rm00_address() 957 int rm) in decode_rm01_address() argument 963 if (rm != 4) in decode_rm01_address() 968 switch (rm) { in decode_rm01_address() 1000 switch (rm) { in decode_rm01_address() 1046 int rm) in decode_rm10_address() argument 1052 if (rm != 4) in decode_rm10_address() 1057 switch (rm) { in decode_rm10_address() [all …]
|
| /rk3399_rockchip-uboot/ |
| H A D | make.sh | 252 rm -f ${CC_FILE} 257 rm -f ${CC_FILE} 533 rm idblock.bin -f 555 rm bl31.elf tee.bin -rf 681 rm -f *loader*.bin *download*.bin *idblock*.img 703 rm u-boot.img u-boot-dtb.img -f 720 rm -f *loader*.bin *download*.bin *idblock*.img 738 rm trust*.img -f 766 rm u-boot-nodtb.bin u-boot.dtb -f 770 rm uboot.img trust*.img -rf [all …]
|
| H A D | Makefile | 407 $(Q)rm -f .tmp_quiet_recordmcount 520 { rm -f include/config/auto.conf; false; } 867 cmd_pad_cat = $(cmd_objcopy) && $(append) || rm -f $@ 1153 u-boot.img > $@ || rm -f $@ 1549 clean: rm-dirs := $(CLEAN_DIRS) 1550 clean: rm-files := $(CLEAN_FILES) 1571 -o -name '*.gcno' \) -type f -print | xargs rm -f 1575 mrproper: rm-dirs := $(wildcard $(MRPROPER_DIRS)) 1576 mrproper: rm-files := $(wildcard $(MRPROPER_FILES)) 1586 @rm -f arch/*/include/asm/arch [all …]
|
| /rk3399_rockchip-uboot/doc/DocBook/ |
| H A D | Makefile | 125 build_main_index = rm -rf $(main_idx); \ 139 @rm -rf $@ $(patsubst %.html,%,$@) 218 $(Q)rm -f $(call objectify, $(clean-files)) 219 $(Q)rm -rf $(call objectify, $(clean-dirs))
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | math64.h | 194 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local 201 rm.ll = mul_u32_u32(a0.l.low, b0.l.high); in mul_u64_u64_shr() 210 rl.l.high = c = (u64)rl.l.high + rm.l.low + rn.l.low; in mul_u64_u64_shr() 211 rh.l.low = c = (c >> 32) + rm.l.high + rn.l.high + rh.l.low; in mul_u64_u64_shr()
|
| /rk3399_rockchip-uboot/test/ |
| H A D | common.sh | 8 rm ${tmp}
|
| /rk3399_rockchip-uboot/test/trace/ |
| H A D | test-trace.sh | 63 rm ${tmp}
|