| /rk3399_rockchip-uboot/scripts/ |
| H A D | fit-repack.sh | 67 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 D | fit-sign.sh | 217 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 D | stacktrace.sh | 14 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 D | get_default_envs.sh | 18 env_obj_file_path=$(find ${path%/scripts*} -not -path "*/spl/*" \
|
| H A D | check-config.sh | 35 cat `find ${srctree} -name "Kconfig*"` |sed -n \
|
| H A D | build-whitelist.sh | 41 cat `find . -name "Kconfig*"` |sed -n \
|
| H A D | objdiff | 83 for f in $(find $d -name '*.o')
|
| H A D | pack_resource.sh | 60 ${TOOL} --pack --root=${TMP_DIR} --image=${RSCE_NEW} `find ${TMP_DIR} -type f|sort`
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.JFFS2 | 25 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 D | README.rksfc | 24 To find and initialize sfc devices, try:
|
| H A D | README.rknand | 23 To find and initialize nand devices, try:
|
| H A D | README.mpc74xx | 19 If you find any errors in the CPU setup code, please send us a note.
|
| H A D | README.davinci.nand_spl | 3 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 D | README.fdt-control | 46 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 D | README.nios2 | 27 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 D | README.nokia_rx51 | 38 * 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 D | README.ti_qspi_dra_test | 44 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 D | cache_v7_asm.S | 47 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 D | intel_descriptor.py | 41 pos = self.data.find(FD_SIGNATURE)
|
| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_fit.py | 257 pos = line.find(match) 378 real_fit_offset = data.find(fdt_magic, 4)
|
| /rk3399_rockchip-uboot/drivers/bootcount/ |
| H A D | Kconfig | 25 string "Interface on which to find boot counter EXT filesystem"
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | Kconfig | 28 This compatible is used to find pci controller node in Kernel DT
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/acpi/ |
| H A D | globutil.asl | 74 * Checks to find Arg1 at beginning of Arg0.
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci-uclass.c | 716 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 D | usb-info.txt | 89 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
|