Home
last modified time | relevance | path

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

12

/u-boot/cmd/
A Dmtd.c246 bool dump, read, raw, woob, write_empty_pages, has_pages = false; in do_mtd_io() local
266 dump = !strncmp(cmd, "dump", 4); in do_mtd_io()
267 read = dump || !strncmp(cmd, "read", 4); in do_mtd_io()
275 if (!dump) { in do_mtd_io()
294 default_len = dump ? mtd->writesize : mtd->size; in do_mtd_io()
306 if (dump) in do_mtd_io()
364 if (!ret && dump) in do_mtd_io()
367 if (dump) in do_mtd_io()
556 U_BOOT_SUBCMD_MKENT_COMPLETE(dump, 4, 0, do_mtd_io,
A Dclk.c91 U_BOOT_CMD_MKENT(dump, 1, 1, do_clk_dump, "", ""),
A Dabootimg.c215 U_BOOT_CMD_MKENT(dump, 2, 1, do_abootimg_dump, "", ""),
A Dadtimg.c209 U_BOOT_CMD_MKENT(dump, CONFIG_SYS_MAXARGS, 1, do_adtimg_dump, "", ""),
A Dpmic.c202 U_BOOT_CMD_MKENT(dump, 1, 1, do_dump, "", ""),
A Dacpi.c198 U_BOOT_SUBCMD_MKENT(dump, 2, 1, do_acpi_dump));
A Dbcb.c342 U_BOOT_CMD_MKENT(dump, CONFIG_SYS_MAXARGS, 1, do_bcb_dump, "", ""),
/u-boot/drivers/fpga/
A Daltera.c26 int (*dump)(Altera_desc *, const void *, size_t); member
125 if (fpga->dump) in altera_dump()
126 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/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.rst104 $ ./sandbox/tools/proftool -m sandbox/System.map -p trace dump-ftrace >trace.txt
292 dump-ftrace
293 Write a text dump of the file in Linux ftrace format to stdout
/u-boot/drivers/core/
A DMakefile11 obj-$(CONFIG_DM) += dump.o
/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/arch/arm/dts/
A Dns3-board.dts16 * Nitro Crash dump 0x8b00_0000 0x0200_0000
/u-boot/include/
A Dxilinx.h55 int (*dump)(xilinx_desc *, const void *, size_t); member
/u-boot/arch/arm/mach-uniphier/
A DKconfig102 bool "Enable dump command of DDR PHY parameters"
111 bool "Enable dump command of DDR Multi PHY parameters"
/u-boot/doc/usage/
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.
/u-boot/arch/sandbox/
A DKconfig58 sandbox by default writes a crash dump and exits. If you set this
/u-boot/doc/board/amlogic/
A Dodroid-c2.rst48 $ $DIR/fip/fip_create --dump $DIR/fip.bin
/u-boot/arch/powerpc/cpu/mpc8xx/
A DKconfig34 bool "Enable various commands to dump IMMR information"
/u-boot/fs/ubifs/
A Dubifs.c696 goto dump; in read_block()
703 goto dump; in read_block()
715 dump: in read_block()
/u-boot/arch/arm/cpu/armv8/
A DKconfig4 bool "Install crash dump exception vectors"
9 dump, but still takes quite a lot of space in the image size.
/u-boot/doc/imx/mkimage/
A Dmxsimage.txt163 The mxsimage can also verify and dump contents of an image. Use the following
164 syntax to verify and dump contents of an image:
/u-boot/doc/
A DREADME.chromium203 # Load the kernel, fix up the 'setup' block, dump information
204 zboot load; zboot setup; zboot dump
A DREADME.ubi91 UBI: volume information dump:
106 UBI: volume information dump:

Completed in 23 milliseconds

12