| /rk3399_rockchip-uboot/cmd/ |
| H A D | mtd.c | 274 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 D | clk.c | 23 U_BOOT_CMD_MKENT(dump, 1, 1, do_clk_dump, "", ""),
|
| H A D | dtimg.c | 103 U_BOOT_CMD_MKENT(dump, 2, 0, do_dtimg_dump, "", ""),
|
| H A D | pmic.c | 176 U_BOOT_CMD_MKENT(dump, 1, 1, do_dump, "", ""),
|
| H A D | Kconfig | 176 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 D | onenand.c | 556 U_BOOT_CMD_MKENT(dump, 2, 0, do_onenand_dump, "", ""),
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | README.rockchip | 31 ./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 D | altera.c | 26 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 D | xilinx.c | 169 if (!desc->operations || !desc->operations->dump) { in xilinx_dump() 174 return desc->operations->dump(desc, buf, bsize); in xilinx_dump()
|
| H A D | virtex2.c | 425 .dump = virtex2_dump,
|
| H A D | spartan2.c | 454 .dump = spartan2_dump,
|
| H A D | spartan3.c | 472 .dump = spartan3_dump,
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | fw_env.c | 556 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 D | Makefile | 11 obj-$(CONFIG_DM) += dump.o
|
| /rk3399_rockchip-uboot/arch/arm/mach-uniphier/ |
| H A D | Kconfig | 103 bool "Enable dump command of DDR PHY parameters" 112 bool "Enable dump command of DDR Multi PHY parameters"
|
| /rk3399_rockchip-uboot/include/ |
| H A D | xilinx.h | 52 int (*dump)(xilinx_desc *, const void *, size_t); member
|
| H A D | ec_commands.h | 825 } 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 D | README | 48 > $DIR/fip/fip_create --dump $DIR/fip.bin
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/ |
| H A D | Kconfig | 34 bool "Enable various commands to dump IMMR information"
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | sysmem.c | 188 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 D | ubifs.c | 707 goto dump; in read_block() 714 goto dump; in read_block() 726 dump: in read_block()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.ubi | 91 UBI: volume information dump: 106 UBI: volume information dump:
|
| H A D | README.mxsimage | 163 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 D | README.trace | 100 $ ./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 D | pmic-framework.txt | 105 - dump all pmic registers
|