Home
last modified time | relevance | path

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

1234

/rk3399_rockchip-uboot/arch/
H A DKconfig139 appropriate arch/<CONFIG_SYS_ARCH> directory.
146 arch/<CONFIG_SYS_ARCH>/cpu/<CONFIG_SYS_CPU> directory.
148 This is optional. For those targets without the CPU directory,
154 This option should contain the SoC name to build the directory
157 This is optional. For those targets without the SoC directory,
166 directory is compiled.
168 board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD> directory are compiled.
170 This is optional. For those targets without the vendor directory,
178 or board/<CONFIG_SYS_BOARD> directory is compiled depending on
181 This is optional. For those targets without the board directory,
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_verify.c463 void yaffs_verify_dir(struct yaffs_obj *directory) in yaffs_verify_dir() argument
468 if (!directory) { in yaffs_verify_dir()
473 if (yaffs_skip_full_verification(directory->my_dev)) in yaffs_verify_dir()
476 if (directory->variant_type != YAFFS_OBJECT_TYPE_DIRECTORY) { in yaffs_verify_dir()
479 directory->variant_type); in yaffs_verify_dir()
485 list_for_each(lh, &directory->variant.dir_variant.children) { in yaffs_verify_dir()
487 if (list_obj->parent != directory) { in yaffs_verify_dir()
H A Dyaffs_verify.h36 void yaffs_verify_dir(struct yaffs_obj *directory);
/rk3399_rockchip-uboot/doc/device-tree-bindings/
H A DREADME4 This directory contains device tree bindings for U-Boot.
14 Linux Documentation/devicetree/bindings/ directory.
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/
H A Daltera_tse.txt22 - phy-mode: See ethernet.txt in the same directory.
23 - phy-handle: See ethernet.txt in the same directory.
24 - phy-addr: See ethernet.txt in the same directory. A configuration should
48 - local-mac-address: See ethernet.txt in the same directory.
49 - max-frame-size: See ethernet.txt in the same directory.
H A Dallwinner,sun4i-emac.txt8 - phy: see ethernet.txt file in the same directory.
H A Dfsl-tsec-phy.txt7 - phy-handle : See ethernet.txt file in the same directory.
8 - phy-connection-type : See ethernet.txt file in the same directory. This
H A Dsnps,dwc-qos-ethernet.txt86 - phy-mode: See ethernet.txt file in the same directory
105 - mac-address: See ethernet.txt in the same directory
106 - local-mac-address: See ethernet.txt in the same directory
120 - phy-handle: See ethernet.txt file in the same directory
133 - fixed-mode device tree subnode: see fixed-link.txt in the same directory
H A Dstmmac.txt13 - phy-mode: See ethernet.txt file in the same directory.
37 - max-frame-size: See ethernet.txt file in the same directory
/rk3399_rockchip-uboot/board/keymile/scripts/
H A DREADME1 These scripts are needed for our development usecases. Copy this directory
2 into your tftp root directory to be able to use this scripts.
/rk3399_rockchip-uboot/doc/
H A DREADME.socfpga59 project directory:
65 You should use the bsp "build" directory above (ie, where the settings.bsp file is)
76 1. Navigate to your project directory
94 6.1 Change directory to 'software/spl_bsp'
134 These files should be copied into "qts" directory in the board directory
H A DREADME.nand-boot-ppc44024 This special image is build in the directory "nand_spl".
44 This will generate the SPL image in the "nand_spl" directory:
48 The main NAND U-Boot image is generated in the toplevel directory:
H A DREADME.TPL22 There has been a directory $(srctree)/spl which contains only a Makefile. The
26 directory spl/tpl. The final binaries which are generated are
H A DREADME.ext450 ext4ls - list files in a directory (default /)
57 ext4ls <interface> <dev[:part]> [directory]
H A DREADME.ubi178 to list the contents of a directory in the filesystem:
182 ubifsls - list files in a directory
185 ubifsls [directory]
186 - list files in a 'directory' (default '/')
H A DREADME.zfs13 zfsls - list files in a directory (default /)
H A DREADME.xtensa33 a variant-specific directory located in the arch/xtensa/include/asm
34 directory. The name of that directory starts with 'arch-' followed by
H A DREADME.armada-secureboot190 The generated files have to be placed in the U-Boot root directory.
193 be placed in the U-Boot root directory.
211 root directory, without the trailing extension of ".key".
213 U-Boot root directory, without the trailing extension of
231 directory. The parameter is the architecture for which to
262 'tools/marvell/doimage_mv' directory of [5], which builds a stand-alone
269 same directory (adapt accordingly if needed). The tool should report that all
285 the U-Boot top-level directory. It contains all the necessary commands to set
297 pub_kak_hash.txt in the U-Boot top-level directory; be careful to account for
/rk3399_rockchip-uboot/board/coreboot/coreboot/
H A DKconfig33 directory to be used to build U-Boot for coreboot.
40 arch/x86/dts/ directory to be used to build U-Boot for coreboot.
/rk3399_rockchip-uboot/lib/lzma/
H A DREADME.txt11 and lzma.txt from source archive into the lib_lzma directory (pwd).
24 The directory U-BOOT/include/lzma contains stubs files that permit to use the
/rk3399_rockchip-uboot/doc/SPL/
H A DREADME.am335x-network74 Install TFTP server and put image files to it's root directory
76 u-boot.img and spl/u-boot-spl-bin files from U-Boot build directory.
84 2. Create script image from your script. From U-Boot build directory:
90 3. Copy debrick.scr to TFTP root directory. You also need to copy
93 (not restore_flash) build and copy them to tftpboot directory.
/rk3399_rockchip-uboot/scripts/
H A Dmkmakefile43 MAKEFLAGS += --no-print-directory
/rk3399_rockchip-uboot/test/py/
H A DREADME.md130 - `--build-dir` sets the directory containing the compiled U-Boot binaries.
132 - `--result-dir` sets the directory to write results, such as log files,
133 into. If omitted, the build directory is used.
134 - `--persistent-data-dir` sets the directory used to store persistent test
177 - `UBOOT_SOURCE_DIR` the U-Boot source directory.
178 - `UBOOT_TEST_PY_DIR` the full path to `test/py/` in the source directory.
179 - `UBOOT_BUILD_DIR` the U-Boot build directory.
180 - `UBOOT_RESULT_DIR` the test result directory.
181 - `UBOOT_PERSISTENT_DATA_DIR` the test peristent data directory.
259 build directory. However, some differences can't yet be handled automatically.
/rk3399_rockchip-uboot/doc/device-tree-bindings/pinctrl/
H A Datmel,at91-pio4-pinctrl.txt10 Please refer to pinctrl-bindings.txt in this directory for details of the
/rk3399_rockchip-uboot/tools/kermit/
H A DREADME8 This directory contains scripts that help to perform certain actions

1234