| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffsfs.h | 79 int yaffs_open(const YCHAR *path, int oflag, int mode) ; 86 int yaffs_access(const YCHAR *path, int amode); 98 int yaffs_truncate(const YCHAR *path, loff_t new_size); 101 int yaffs_unlink(const YCHAR *path) ; 104 int yaffs_stat(const YCHAR *path, struct yaffs_stat *buf) ; 105 int yaffs_lstat(const YCHAR *path, struct yaffs_stat *buf) ; 108 int yaffs_utime(const YCHAR *path, const struct yaffs_utimbuf *buf); 112 int yaffs_setxattr(const char *path, const char *name, 114 int yaffs_lsetxattr(const char *path, const char *name, 119 int yaffs_getxattr(const char *path, const char *name, [all …]
|
| H A D | yaffsfs.c | 33 const YCHAR *path, 438 static int yaffsfs_alt_dir_path(const YCHAR *path, YCHAR **ret_path) in yaffsfs_alt_dir_path() argument 449 path_length = yaffs_strnlen(path, (YAFFS_MAX_NAME_LENGTH + 1) * 3 + 1); in yaffsfs_alt_dir_path() 457 if (path_length > 0 && yaffsfs_IsPathDivider(path[path_length - 1])) { in yaffsfs_alt_dir_path() 461 yaffs_strcpy(alt_path, path); in yaffsfs_alt_dir_path() 479 static struct yaffs_dev *yaffsfs_FindDevice(const YCHAR *path, in yaffsfs_FindDevice() argument 498 leftOver = path; in yaffsfs_FindDevice() 549 static int yaffsfs_CheckPath(const YCHAR *path) in yaffsfs_CheckPath() argument 554 while (*path && n < YAFFS_MAX_NAME_LENGTH && divs < 100) { in yaffsfs_CheckPath() 555 if (yaffsfs_IsPathDivider(*path)) { in yaffsfs_CheckPath() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | fdt-common.c | 26 const char *path; in ft_hs_disable_rng() local 31 path = "/ocp/rng"; in ft_hs_disable_rng() 32 offs = fdt_path_offset(fdt, path); in ft_hs_disable_rng() 34 debug("Node %s not found.\n", path); in ft_hs_disable_rng() 41 path, fdt_strerror(ret)); in ft_hs_disable_rng() 74 const char *path, *subpath; in ft_hs_fixup_dram() local 83 path = "/reserved-memory/secure_reserved"; in ft_hs_fixup_dram() 84 offs = fdt_path_offset(fdt, path); in ft_hs_fixup_dram() 89 path = "/reserved-memory"; in ft_hs_fixup_dram() 90 offs = fdt_path_offset(fdt, path); in ft_hs_fixup_dram() [all …]
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | binman.py | 19 our_path = os.path.dirname(os.path.realpath(__file__)) 21 sys.path.insert(0, os.path.join(our_path, dirname)) 24 sys.path.insert(0, 'scripts/dtc/pylibfdt') 27 sys.path.insert(0, os.path.join(our_path, 'etype')) 98 fname = os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])),
|
| H A D | binman | 19 our_path = os.path.dirname(os.path.realpath(__file__)) 21 sys.path.insert(0, os.path.join(our_path, dirname)) 24 sys.path.insert(0, 'scripts/dtc/pylibfdt') 27 sys.path.insert(0, os.path.join(our_path, 'etype')) 98 fname = os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])),
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | check-config.sh | 17 path="$1" 22 configs="${path}.configs" 23 suspects="${path}.suspects" 24 ok="${path}.ok" 25 new_adhoc="${path}.adhoc" 30 cat ${path} |sed -n 's/^#define \(CONFIG_[A-Za-z0-9_]*\).*/\1/p' |sort |uniq \
|
| H A D | repack-bootimg | 13 --boot_img BOOT_IMG path to the original boot image 14 --out OUT path to out binaries (default: out) 15 --kernel KERNEL path to the new kernel 16 --ramdisk RAMDISK path to the new ramdisk 17 --second SECOND path to the new 2nd bootloader (default: resource.img) 18 --dtb DTB path to the new dtb 20 path to the new recovery DTBO
|
| H A D | get_default_envs.sh | 17 path=$(readlink -f $0) 18 env_obj_file_path=$(find ${path%/scripts*} -not -path "*/spl/*" \
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | checkpatch.py | 18 os.path.join(os.getcwd(), '..', '..'), 19 os.path.join(top_level, 'tools'), 20 os.path.join(top_level, 'scripts'), 24 for path in try_list: 25 fname = os.path.join(path, 'checkpatch.pl') 26 if os.path.isfile(fname): 30 while not os.path.ismount(path): 31 fname = os.path.join(path, 'src', 'third_party', 'kernel', 'files', 33 if os.path.isfile(fname): 35 path = os.path.dirname(path)
|
| H A D | project.py | 6 import os.path 22 if os.path.exists(os.path.join(top_level, "include", "u-boot")): 24 elif os.path.exists(os.path.join(top_level, "kernel")):
|
| H A D | get_maintainer.py | 17 os.path.join(gitutil.GetTopLevel(), 'scripts'), 20 for path in try_list: 21 fname = os.path.join(path, 'get_maintainer.pl') 22 if os.path.isfile(fname):
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | toolchain.py | 71 self.path = os.path.dirname(fname) 75 basename = os.path.basename(fname) 159 env['CROSS_COMPILE'] = wrapper + os.path.join(self.path, self.cross) 162 env['PATH'] = self.path + ':' + env['PATH'] 251 def ScanPath(self, path, verbose): argument 262 dirname = os.path.join(path, subdir) 278 for path in os.environ["PATH"].split(os.pathsep): 279 path = path.strip('"') 280 pathname = os.path.join(path, fname) 281 if os.path.exists(pathname): [all …]
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | trust_merger.c | 85 static inline void fixPath(char *path) in fixPath() argument 87 int i, len = strlen(path); in fixPath() 92 if (path[i] == '\\') in fixPath() 93 path[i] = '/'; in fixPath() 94 else if (path[i] == '\r' || path[i] == '\n') in fixPath() 95 path[i] = '\0'; in fixPath() 99 start = strstr(path, gLegacyPath); in fixPath() 106 strcat(path, gNewPath); in fixPath() 107 strcat(path, tmp); in fixPath() 109 strcpy(tmp, path); in fixPath() [all …]
|
| H A D | boot_merger.c | 125 static inline void fixPath(char *path) in fixPath() argument 127 int i, len = strlen(path); in fixPath() 132 if (path[i] == '\\') in fixPath() 133 path[i] = '/'; in fixPath() 134 else if (path[i] == '\r' || path[i] == '\n') in fixPath() 135 path[i] = '\0'; in fixPath() 139 start = strstr(path, gLegacyPath); in fixPath() 146 strcat(path, gNewPath); in fixPath() 147 strcat(path, tmp); in fixPath() 149 strcpy(tmp, path); in fixPath() [all …]
|
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | cds_pci_ft.c | 16 const char *path; in cds_pci_fixup() local 23 path = fdt_getprop(blob, node, "pci0", NULL); in cds_pci_fixup() 24 if (path) { in cds_pci_fixup() 25 node = fdt_path_offset(blob, path); in cds_pci_fixup() 34 cells = fdt_getprop_u32_default(blob, path, "#address-cells", 1); in cds_pci_fixup() 35 cells += fdt_getprop_u32_default(blob, path, "#interrupt-cells", 1); in cds_pci_fixup()
|
| H A D | fman.c | 39 const char *path; in fdt_set_phy_handle() local 42 path = fdt_get_alias(fdt, alias); in fdt_set_phy_handle() 43 if (!path) in fdt_set_phy_handle() 47 offset = fdt_path_offset(fdt, path); in fdt_set_phy_handle()
|
| /rk3399_rockchip-uboot/lib/libfdt/ |
| H A D | test_libfdt.py | 6 our_path = os.path.dirname(os.path.realpath(__file__)) 7 sys.path.append(os.path.join(our_path, '../../b/sandbox_spl/tools'))
|
| /rk3399_rockchip-uboot/tools/dtoc/ |
| H A D | fdt_util.py | 58 _, ext = os.path.splitext(fname) 65 search_paths = [os.path.join(os.getcwd(), 'include')] 66 root, _ = os.path.splitext(fname) 69 for path in search_paths: 70 args.extend(['-I', path]) 76 for path in search_paths: 77 search_list.extend(['-i', path])
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | fdt.c | 63 int nodeoffset, path; in ft_cpu_setup() local 73 path = fdt_path_offset(blob, prop); in ft_cpu_setup() 74 prop = fdt_getprop(blob, path, "interrupts", in ft_cpu_setup() 77 fdt_setprop(blob, path, "interrupts", in ft_cpu_setup() 86 path = fdt_path_offset(blob, prop); in ft_cpu_setup() 87 prop = fdt_getprop(blob, path, "interrupts", in ft_cpu_setup() 90 fdt_setprop(blob, path, "interrupts", in ft_cpu_setup()
|
| H A D | pci.c | 190 const char *path; in ft_pci_setup() local 197 path = fdt_getprop(blob, nodeoffset, "pci0", NULL); in ft_pci_setup() 198 if (path) { in ft_pci_setup() 201 do_fixup_by_path(blob, path, "bus-range", in ft_pci_setup() 205 do_fixup_by_path(blob, path, "clock-frequency", in ft_pci_setup() 212 path = fdt_getprop(blob, nodeoffset, "pci1", NULL); in ft_pci_setup() 213 if (path) { in ft_pci_setup() 216 do_fixup_by_path(blob, path, "bus-range", in ft_pci_setup() 220 do_fixup_by_path(blob, path, "clock-frequency", in ft_pci_setup()
|
| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | fdt_overlay.c | 56 const char *path = NULL; in overlay_get_target() local 67 path = fdt_getprop(fdto, fragment, "target-path", &path_len); in overlay_get_target() 68 if (path) in overlay_get_target() 69 ret = fdt_path_offset(fdt, path); in overlay_get_target() 91 *pathp = path ? path : NULL; in overlay_get_target() 363 const char *path, uint32_t path_len, in overlay_fixup_one_phandle() argument 389 fixup_off = fdt_path_offset_namelen(fdto, path, path_len); in overlay_fixup_one_phandle() 438 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local 453 path = fixup_str; in overlay_fixup_phandle() 458 path_len = sep - path; in overlay_fixup_phandle() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/ |
| H A D | fdt.c | 33 const char *path; in ft_hs_fixup_crossbar() local 52 path = "/ocp/crossbar"; in ft_hs_fixup_crossbar() 53 offs = fdt_path_offset(fdt, path); in ft_hs_fixup_crossbar() 55 debug("Node %s not found.\n", path); in ft_hs_fixup_crossbar() 86 path, fdt_strerror(ret)); in ft_hs_fixup_crossbar() 97 const char *path; in ft_hs_fixup_sram() local 107 path = "/ocp/ocmcram@40300000/sram-hs"; in ft_hs_fixup_sram() 108 offs = fdt_path_offset(fdt, path); in ft_hs_fixup_sram() 110 debug("Node %s not found.\n", path); in ft_hs_fixup_sram() 123 path, fdt_strerror(ret)); in ft_hs_fixup_sram()
|
| /rk3399_rockchip-uboot/scripts/dtc/pylibfdt/ |
| H A D | setup.py | 81 basedir = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0]))) 83 makevars = ParseMakefile(os.path.join(basedir, 'Makefile')) 86 makevars = ParseMakefile(os.path.join(basedir, 'libfdt', 'Makefile.libfdt')) 88 files = [os.path.join(basedir, 'libfdt', fname) for fname in files]
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | genboardscfg.py | 28 sys.path.append(os.path.join(os.path.dirname(__file__), 'buildman')) 56 if not os.path.exists(f): 67 ctime = os.path.getctime(output) 79 filepath = os.path.join(dirpath, filename) 80 if ctime < os.path.getctime(filepath): 89 filepath = os.path.join(dirpath, filename) 90 if ctime < os.path.getctime(filepath): 100 if not os.path.exists(os.path.join(CONFIG_DIR, defconfig)): 188 defconfig = os.path.basename(defconfig) 240 all_defconfigs.append(os.path.join(dirpath, filename)) [all …]
|
| /rk3399_rockchip-uboot/test/overlay/ |
| H A D | test-fdt-overlay.dts | 50 /* Test that we add a new node (by path) */ 52 target-path = "/"; 62 target-path = "/"; 72 target-path = "/"; 80 target-path = "/";
|