| /u-boot/cmd/ |
| A D | mtd.c | 253 bool dump, read, raw, woob, write_empty_pages, has_pages = false; in do_mtd_io() local 273 dump = !strncmp(cmd, "dump", 4); in do_mtd_io() 274 read = dump || !strncmp(cmd, "read", 4); in do_mtd_io() 282 if (!dump) { in do_mtd_io() 301 default_len = dump ? mtd->writesize : mtd->size; in do_mtd_io() 313 if (dump) in do_mtd_io() 371 if (!ret && dump) in do_mtd_io() 374 if (dump) in do_mtd_io() 575 U_BOOT_SUBCMD_MKENT_COMPLETE(dump, 4, 0, do_mtd_io,
|
| A D | bootflow.c | 300 bool dump = false; in do_bootflow_info() local 304 dump = strchr(argv[1], 'd'); in do_bootflow_info() 340 if (dump && bflow->buf) { in do_bootflow_info()
|
| A D | clk.c | 129 U_BOOT_CMD_MKENT(dump, 1, 1, do_clk_dump, "", ""),
|
| A D | acpi.c | 168 U_BOOT_SUBCMD_MKENT(dump, 2, 1, do_acpi_dump));
|
| A D | adtimg.c | 209 U_BOOT_CMD_MKENT(dump, CONFIG_SYS_MAXARGS, 1, do_adtimg_dump, "", ""),
|
| /u-boot/drivers/fpga/ |
| A D | altera.c | 25 int (*dump)(Altera_desc *, const void *, size_t); member 122 if (fpga->dump) in altera_dump() 123 return fpga->dump(desc, buf, bsize); in altera_dump()
|
| A D | xilinx.c | 200 if (!desc->operations || !desc->operations->dump) { in xilinx_dump() 205 return desc->operations->dump(desc, buf, bsize); in xilinx_dump()
|
| /u-boot/scripts/ |
| A D | get_default_envs.sh | 35 ${OBJCOPY} --dump-section .rodata.default_environment=${ENV_OBJ_FILE_COPY} \
|
| /u-boot/doc/develop/ |
| A D | crash_dumps.rst | 8 interrupt. U-Boot then writes a crash dump. This chapter describes how such 9 dump can be analyzed. 11 Creating a crash dump voluntarily 14 For describing the analysis of a crash dump we need an example. U-Boot comes 60 leading to the dump.
|
| A D | trace.rst | 103 $ ./sandbox/tools/proftool -m sandbox/System.map -t trace dump-ftrace -o trace.dat 142 $ ./sandbox/tools/proftool -m sandbox/System.map -t trace -f funcgraph dump-ftrace >trace.dat 169 Some simple flame graph options are available as well, using the dump-flamegraph 174 $ ./sandbox/tools/proftool -m sandbox/System.map -t trace dump-flamegraph >trace.fg 194 $ ./sandbox/tools/proftool -m sandbox/System.map -t trace dump-flamegraph -f timing >trace.fg 412 dump-ftrace: 413 Write a binary dump of the file in Linux ftrace format. Two options are 424 dump-flamegraph
|
| /u-boot/doc/android/ |
| A D | bcb.rst | 41 bcb - Load/set/clear/test/dump/store Android BCB fields 48 bcb dump <field> - dump BCB <field>
|
| /u-boot/doc/usage/cmd/ |
| A D | host.rst | 95 => ext4write host 0 0 /dump 1e00 103 7680 dump
|
| A D | md.rst | 16 The md command is used to dump the contents of memory. It uses a standard 39 number of values to dump. Defaults to 40 (0d64). Note that this is not
|
| A D | acpi.rst | 13 acpi dump <name> 18 The *acpi* command is used to dump the ACPI tables generated by U-Boot for passing 86 The `-d` flag also shows a binary dump of the table. 114 acpi dump 179 => acpi dump mcfg
|
| A D | pstore.rst | 28 Ramoops uses a predefined memory area to store the dump. 57 Multiple 'dump' records can be stored in the memory reserved for PStore.
|
| A D | printenv.rst | 30 don't show hexadecimal dump of value
|
| A D | trace.rst | 22 way to dump out the trace information. 160 tools/proftool -m System.map -t trace -o asc.fg dump-ftrace
|
| /u-boot/drivers/core/ |
| A D | Makefile | 11 obj-$(CONFIG_DM) += dump.o
|
| /u-boot/arch/arm/dts/ |
| A D | ns3-board.dts | 16 * Nitro Crash dump 0x8b00_0000 0x0200_0000
|
| /u-boot/arch/arm/mach-uniphier/ |
| A D | Kconfig | 103 bool "Enable dump command of DDR PHY parameters" 112 bool "Enable dump command of DDR Multi PHY parameters"
|
| /u-boot/include/ |
| A D | xilinx.h | 63 int (*dump)(xilinx_desc *desc, const void *buf, size_t bsize); member
|
| /u-boot/cmd/ti/ |
| A D | pd.c | 159 U_BOOT_CMD_MKENT(dump, 1, 0, do_pd_dump, "", ""),
|
| /u-boot/arch/sandbox/ |
| A D | Kconfig | 61 sandbox by default writes a crash dump and exits. If you set this
|
| /u-boot/doc/board/amlogic/ |
| A D | odroid-c2.rst | 57 $ $DIR/fip/fip_create --dump $DIR/fip.bin
|
| /u-boot/doc/board/qualcomm/ |
| A D | qcs404.rst | 44 - create dump dtb::
|