Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 85) sorted by relevance

1234

/rk3399_rockchip-uboot/scripts/
H A Dfit-repack.sh67 UNPACK=$(find . -type f -name "fit-unpack.sh")
73 find ${DATA}/ -maxdepth 1 -type f | xargs cp -t ${OUT}/
75 MKIMAGE=$(find . -type f -name "mkimage")
H A Dfit-sign.sh217 INI_PATH=`find ${UNPACK_LOADER}/ -name 'MINIALL.ini'`
224 NEW_DDR=`find ${UNPACK_LOADER}/ -name '*ddr*bin' | head -n 1`
232 NEW_USBPLUG=`find ${UNPACK_LOADER}/ -name '*usbplug*bin' | head -n 1`
240 NEW_FlashData=`find ${UNPACK_LOADER}/ -name '*FlashData*bin' | head -n 1`
248 NEW_FlashBoot=`find ${UNPACK_LOADER}/ -name '*FlashBoot*bin' | head -n 1`
256 NEW_FlashBoot=`find ${UNPACK_LOADER}/ -name '*FlashBoost*bin' | head -n 1`
298 FlashBoot=`find ${UNPACK_LOADER}/ -name '*FlashBoot*bin' | head -n 1`
520 FlashBoot=`find ${UNPACK_LOADER}/ -name '*FlashBoot*bin' | head -n 1`
576 INI_PATH=`find ${SIGN_CFG_DIR} -name 'MINIALL.ini' | head -n 1`
581 LOADER_NAME=`find ${ARG_SRC_DIR} -name '*loader*bin' | head -n 1`
[all …]
H A Dstacktrace.sh14 SYM_FILE=`find -name u-boot-tpl.sym`
17 SYM_FILE=`find -name u-boot-spl.sym`
20 SYM_FILE=`find -name u-boot.sym`
H A Dget_default_envs.sh18 env_obj_file_path=$(find ${path%/scripts*} -not -path "*/spl/*" \
H A Dcheck-config.sh35 cat `find ${srctree} -name "Kconfig*"` |sed -n \
H A Dbuild-whitelist.sh41 cat `find . -name "Kconfig*"` |sed -n \
H A Dobjdiff83 for f in $(find $d -name '*.o')
H A Dpack_resource.sh60 ${TOOL} --pack --root=${TMP_DIR} --image=${RSCE_NEW} `find ${TMP_DIR} -type f|sort`
/rk3399_rockchip-uboot/doc/
H A DREADME.JFFS225 There only one way for JFFS2 to find the disk. It uses the flash_info
26 structure to find the start of a JFFS2 disk (called partition in the code)
H A DREADME.rksfc24 To find and initialize sfc devices, try:
H A DREADME.rknand23 To find and initialize nand devices, try:
H A DREADME.mpc74xx19 If you find any errors in the CPU setup code, please send us a note.
H A DREADME.davinci.nand_spl3 needed for the RBL to find the "UBL", which actually is a UBL-compatible
47 the RBL to find the spl code.
84 You need to setup in the ublimage.cfg, where the RBL can find the spl
H A DREADME.fdt-control46 You also might find this section of the Linux kernel documentation
86 You will also find a useful fdtdump utility for decoding a binary file, as
93 You may find that the Linux kernel has a suitable file. Look in the
96 If not you might find other boards with suitable files that you can
H A DREADME.nios227 find the sopc2dts download and usage at the wiki,
32 You will need to add additional properties to the dts. Please find an
H A DREADME.nokia_rx5138 * 1.1 find boot.scr on first fat partition
39 * 1.2 find uImage on first fat parition
/rk3399_rockchip-uboot/doc/SPI/
H A DREADME.ti_qspi_dra_test44 on. ROM should find the GP header at offset 0 and load/execute SPL. SPL
46 find a U-Boot image header at offset 0x20000 (set in the config file)
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dcache_v7_asm.S47 ands r4, r4, r1, lsr #3 @ find maximum number on the way size
48 clz r5, r4 @ find bit position of way size increment
120 ands r4, r4, r1, lsr #3 @ find maximum number on the way size
121 clz r5, r4 @ find bit position of way size increment
/rk3399_rockchip-uboot/tools/binman/etype/
H A Dintel_descriptor.py41 pos = self.data.find(FD_SIGNATURE)
/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_fit.py257 pos = line.find(match)
378 real_fit_offset = data.find(fdt_magic, 4)
/rk3399_rockchip-uboot/drivers/bootcount/
H A DKconfig25 string "Interface on which to find boot counter EXT filesystem"
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/
H A DKconfig28 This compatible is used to find pci controller node in Kernel DT
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/
H A Dglobutil.asl74 * Checks to find Arg1 at beginning of Arg0.
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci-uclass.c716 const struct pci_device_id *find) in pci_match_one_id() argument
718 if ((id->vendor == PCI_ANY_ID || id->vendor == find->vendor) && in pci_match_one_id()
719 (id->device == PCI_ANY_ID || id->device == find->device) && in pci_match_one_id()
720 (id->subvendor == PCI_ANY_ID || id->subvendor == find->subvendor) && in pci_match_one_id()
721 (id->subdevice == PCI_ANY_ID || id->subdevice == find->subdevice) && in pci_match_one_id()
722 !((id->class ^ find->class) & id->class_mask)) in pci_match_one_id()
/rk3399_rockchip-uboot/doc/driver-model/
H A Dusb-info.txt89 handles that). Once the device is set up, you can find the device
119 possible to power up a hub and find out which of its ports have devices
209 - back in usb_scan_device(), we call usb_find_child() to try to find an
213 - if usb_find_child() does not find an existing device, we call
245 find any devices. The above steps will have created a hub (UCLASS_USB_HUB),
313 bInterfaceClass value of USB_CLASS_MASS_STORAGE, it will automatically find
399 used that we cannot find. This could be made easier if the devices were

1234