Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 31) sorted by relevance

12

/rk3399_rockchip-uboot/cmd/
H A Dmtd.c274 bool dump, read, raw, woob, write_empty_pages; in do_mtd() local
282 dump = !strncmp(cmd, "dump", 4); in do_mtd()
283 read = dump || !strncmp(cmd, "read", 4); in do_mtd()
288 if (!dump) { in do_mtd()
304 default_len = dump ? mtd->writesize : mtd->size; in do_mtd()
317 if (dump) in do_mtd()
375 if (!ret && dump) in do_mtd()
378 if (dump) in do_mtd()
H A Dclk.c23 U_BOOT_CMD_MKENT(dump, 1, 1, do_clk_dump, "", ""),
H A Ddtimg.c103 U_BOOT_CMD_MKENT(dump, 2, 0, do_dtimg_dump, "", ""),
H A Dpmic.c176 U_BOOT_CMD_MKENT(dump, 1, 1, do_dump, "", ""),
H A DKconfig176 Register dump
247 image into RAM, dump image structure information, etc. Those dtb/dtbo
680 bool "fpgad - dump FPGA registers"
683 Provides a way to dump FPGA registers by calling the board-specific
975 bool "dump rockchip efuse/otp content"
1364 - pmic dump - dump registers
1668 This command dump all rockchip atags.
H A Donenand.c556 U_BOOT_CMD_MKENT(dump, 2, 0, do_onenand_dump, "", ""),
/rk3399_rockchip-uboot/scripts/
H A DREADME.rockchip31 ./scripts/stacktrace.sh dump.txt
32 ./scripts/stacktrace.sh dump.txt spl
33 ./scripts/stacktrace.sh dump.txt tpl
/rk3399_rockchip-uboot/drivers/fpga/
H A Daltera.c26 int (*dump)(Altera_desc *, const void *, size_t); member
121 if (fpga->dump) in altera_dump()
122 return fpga->dump(desc, buf, bsize); in altera_dump()
H A Dxilinx.c169 if (!desc->operations || !desc->operations->dump) { in xilinx_dump()
174 return desc->operations->dump(desc, buf, bsize); in xilinx_dump()
H A Dvirtex2.c425 .dump = virtex2_dump,
H A Dspartan2.c454 .dump = spartan2_dump,
H A Dspartan3.c472 .dump = spartan3_dump,
/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.c556 char dump[1024]; /* Maximum line length in the file */ in fw_parse_script() local
582 while (fgets(dump, sizeof(dump), fp)) { in fw_parse_script()
584 len = strlen(dump); in fw_parse_script()
590 if (dump[len - 1] != '\n') { in fw_parse_script()
599 dump[--len] = '\0'; in fw_parse_script()
600 if (len && dump[len - 1] == '\r') in fw_parse_script()
601 dump[--len] = '\0'; in fw_parse_script()
604 if (len == 0 || dump[0] == '#') in fw_parse_script()
611 name = skip_blanks(dump); in fw_parse_script()
1513 char dump[128]; in get_config() local
[all …]
/rk3399_rockchip-uboot/drivers/core/
H A DMakefile11 obj-$(CONFIG_DM) += dump.o
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/
H A DKconfig103 bool "Enable dump command of DDR PHY parameters"
112 bool "Enable dump command of DDR Multi PHY parameters"
/rk3399_rockchip-uboot/include/
H A Dxilinx.h52 int (*dump)(xilinx_desc *, const void *, size_t); member
H A Dec_commands.h825 } dump, off, on, init, get_seq, get_params; member
845 struct dump { struct
851 } dump; member
/rk3399_rockchip-uboot/board/amlogic/odroid-c2/
H A DREADME48 > $DIR/fip/fip_create --dump $DIR/fip.bin
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/
H A DKconfig34 bool "Enable various commands to dump IMMR information"
/rk3399_rockchip-uboot/lib/
H A Dsysmem.c188 int i, dump = 1; in sysmem_overflow_check() local
202 dump = 0; in sysmem_overflow_check()
208 if (dump) in sysmem_overflow_check()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.c707 goto dump; in read_block()
714 goto dump; in read_block()
726 dump: in read_block()
/rk3399_rockchip-uboot/doc/
H A DREADME.ubi91 UBI: volume information dump:
106 UBI: volume information dump:
H A DREADME.mxsimage163 The mxsimage can also verify and dump contents of an image. Use the following
164 syntax to verify and dump contents of an image:
H A DREADME.trace100 $ ./sandbox/tools/proftool -m sandbox/System.map -p trace dump-ftrace >trace.txt
285 - dump-ftrace
286 Write a text dump of the file in Linux ftrace format to stdout
/rk3399_rockchip-uboot/doc/driver-model/
H A Dpmic-framework.txt105 - dump all pmic registers

12