Home
last modified time | relevance | path

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

123

/u-boot/cmd/
A Dmtd.c253 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 Dbootflow.c300 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 Dclk.c129 U_BOOT_CMD_MKENT(dump, 1, 1, do_clk_dump, "", ""),
A Dacpi.c168 U_BOOT_SUBCMD_MKENT(dump, 2, 1, do_acpi_dump));
A Dadtimg.c209 U_BOOT_CMD_MKENT(dump, CONFIG_SYS_MAXARGS, 1, do_adtimg_dump, "", ""),
/u-boot/drivers/fpga/
A Daltera.c25 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 Dxilinx.c200 if (!desc->operations || !desc->operations->dump) { in xilinx_dump()
205 return desc->operations->dump(desc, buf, bsize); in xilinx_dump()
/u-boot/scripts/
A Dget_default_envs.sh35 ${OBJCOPY} --dump-section .rodata.default_environment=${ENV_OBJ_FILE_COPY} \
/u-boot/doc/develop/
A Dcrash_dumps.rst8 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 Dtrace.rst103 $ ./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 Dbcb.rst41 bcb - Load/set/clear/test/dump/store Android BCB fields
48 bcb dump <field> - dump BCB <field>
/u-boot/doc/usage/cmd/
A Dhost.rst95 => ext4write host 0 0 /dump 1e00
103 7680 dump
A Dmd.rst16 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 Dacpi.rst13 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 Dpstore.rst28 Ramoops uses a predefined memory area to store the dump.
57 Multiple 'dump' records can be stored in the memory reserved for PStore.
A Dprintenv.rst30 don't show hexadecimal dump of value
A Dtrace.rst22 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 DMakefile11 obj-$(CONFIG_DM) += dump.o
/u-boot/arch/arm/dts/
A Dns3-board.dts16 * Nitro Crash dump 0x8b00_0000 0x0200_0000
/u-boot/arch/arm/mach-uniphier/
A DKconfig103 bool "Enable dump command of DDR PHY parameters"
112 bool "Enable dump command of DDR Multi PHY parameters"
/u-boot/include/
A Dxilinx.h63 int (*dump)(xilinx_desc *desc, const void *buf, size_t bsize); member
/u-boot/cmd/ti/
A Dpd.c159 U_BOOT_CMD_MKENT(dump, 1, 0, do_pd_dump, "", ""),
/u-boot/arch/sandbox/
A DKconfig61 sandbox by default writes a crash dump and exits. If you set this
/u-boot/doc/board/amlogic/
A Dodroid-c2.rst57 $ $DIR/fip/fip_create --dump $DIR/fip.bin
/u-boot/doc/board/qualcomm/
A Dqcs404.rst44 - create dump dtb::

Completed in 38 milliseconds

123