| /u-boot/cmd/ |
| A D | mtd.c | 246 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 D | clk.c | 91 U_BOOT_CMD_MKENT(dump, 1, 1, do_clk_dump, "", ""),
|
| A D | abootimg.c | 215 U_BOOT_CMD_MKENT(dump, 2, 1, do_abootimg_dump, "", ""),
|
| A D | adtimg.c | 209 U_BOOT_CMD_MKENT(dump, CONFIG_SYS_MAXARGS, 1, do_adtimg_dump, "", ""),
|
| A D | pmic.c | 202 U_BOOT_CMD_MKENT(dump, 1, 1, do_dump, "", ""),
|
| A D | acpi.c | 198 U_BOOT_SUBCMD_MKENT(dump, 2, 1, do_acpi_dump));
|
| A D | bcb.c | 342 U_BOOT_CMD_MKENT(dump, CONFIG_SYS_MAXARGS, 1, do_bcb_dump, "", ""),
|
| /u-boot/drivers/fpga/ |
| A D | altera.c | 26 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 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/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 | 104 $ ./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 D | Makefile | 11 obj-$(CONFIG_DM) += dump.o
|
| /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/arch/arm/dts/ |
| A D | ns3-board.dts | 16 * Nitro Crash dump 0x8b00_0000 0x0200_0000
|
| /u-boot/include/ |
| A D | xilinx.h | 55 int (*dump)(xilinx_desc *, const void *, size_t); member
|
| /u-boot/arch/arm/mach-uniphier/ |
| A D | Kconfig | 102 bool "Enable dump command of DDR PHY parameters" 111 bool "Enable dump command of DDR Multi PHY parameters"
|
| /u-boot/doc/usage/ |
| 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.
|
| /u-boot/arch/sandbox/ |
| A D | Kconfig | 58 sandbox by default writes a crash dump and exits. If you set this
|
| /u-boot/doc/board/amlogic/ |
| A D | odroid-c2.rst | 48 $ $DIR/fip/fip_create --dump $DIR/fip.bin
|
| /u-boot/arch/powerpc/cpu/mpc8xx/ |
| A D | Kconfig | 34 bool "Enable various commands to dump IMMR information"
|
| /u-boot/fs/ubifs/ |
| A D | ubifs.c | 696 goto dump; in read_block() 703 goto dump; in read_block() 715 dump: in read_block()
|
| /u-boot/arch/arm/cpu/armv8/ |
| A D | Kconfig | 4 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 D | mxsimage.txt | 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:
|
| /u-boot/doc/ |
| A D | README.chromium | 203 # Load the kernel, fix up the 'setup' block, dump information 204 zboot load; zboot setup; zboot dump
|
| A D | README.ubi | 91 UBI: volume information dump: 106 UBI: volume information dump:
|