Home
last modified time | relevance | path

Searched refs:bootm (Results 1 – 25 of 794) sorted by relevance

12345678910>>...32

/OK3568_Linux_fs/u-boot/doc/uImage.FIT/
H A Dcommand_syntax_extensions.txt6 With the introduction of the new uImage format, bootm command (and other
9 bootm has to operate. This note attempts to first summarize bootm usage
13 bootm usage scenarios
16 Below is a summary of bootm usage scenarios, focused on booting a PowerPC
18 of supported bootm usages.
26 1. bootm boot image at the current address, equivalent to 2,3,8
29 2. bootm <addr1> /* single image at <addr1> */
30 3. bootm <addr1> /* multi-image at <addr1> */
31 4. bootm <addr1> - /* multi-image at <addr1> */
32 5. bootm <addr1> <addr2> /* single image at <addr1> */
[all …]
/OK3568_Linux_fs/u-boot/spl/arch/arm/lib/
H A Dbootm.su
H A Dbootm-fdt.su
H A D.bootm-fdt.o.cmd
H A D.bootm.o.cmd
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dbootm.su
H A DMakefile34 obj-$(CONFIG_OF_LIBFDT) += bootm-fdt.o
35 obj-$(CONFIG_CMD_BOOTI) += bootm.o
36 obj-$(CONFIG_CMD_BOOTM) += bootm.o
37 obj-$(CONFIG_CMD_BOOTZ) += bootm.o zimage.o
42 obj-$(CONFIG_OF_LIBFDT) += bootm-fdt.o
H A Dbootm-fdt.su
H A D.bootm-fdt.o.cmd
H A D.bootm.o.cmd
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.su
H A D.bootm.o.cmd
/OK3568_Linux_fs/u-boot/scripts/
H A Drkpatch.sh88 sed -i 's/\<debug\>/printf/g' arch/arm/lib/bootm.c
89 sed -i 's/\<debug\>/printf/g' common/bootm.c
104 sed -i 's/announce_and_cleanup(fake);/if (0)announce_and_cleanup(fake);/g' arch/arm/lib/bootm.c
105 sed -i '/announce_and_cleanup(fake)/a\enable_interrupts()\;' arch/arm/lib/bootm.c
106 sed -i '/kernel_entry(0, machid, r2)/i\printf("#### Jump to kernel!!")\;' arch/arm/lib/bootm.c
107 sed -i '/kernel_entry(0, machid, r2)/i\__asm("b .")\;' arch/arm/lib/bootm.c
108 sed -i 's/\<debug\>/printf/g' arch/arm/lib/bootm.c
/OK3568_Linux_fs/kernel/arch/mips/netlogic/xlr/
H A Dsetup.c146 struct nlm_boot_mem_map *bootm; in prom_add_memory() local
151 bootm = (void *)(long)nlm_prom_info.psb_mem_map; in prom_add_memory()
152 for (i = 0; i < bootm->nr_map; i++) { in prom_add_memory()
153 if (bootm->map[i].type != NLM_BOOT_MEM_RAM) in prom_add_memory()
155 start = bootm->map[i].addr; in prom_add_memory()
156 size = bootm->map[i].size; in prom_add_memory()
/OK3568_Linux_fs/u-boot/cmd/
H A Dbootm.su
H A D.bootm.o.cmd
/OK3568_Linux_fs/u-boot/board/freescale/mpc8572ds/
H A DREADME93 bootm 1000000 - c00000
149 => bootm start 21000000 22000000 20c00000
150 => bootm loados
151 => bootm ramdisk
152 => bootm fdt
155 => bootm prep
163 => bootm 1000000 2000000 c00000
/OK3568_Linux_fs/u-boot/tools/common/
H A D.bootm.o.cmd
/OK3568_Linux_fs/u-boot/configs/
H A Daxm_defconfig18bootm ${kernel_ram};reset\0flash_self=run nand_kernel;run setbootargs;upgrade_available;bootm ${ke…
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.qemu-mips118 setenv boot_ext2_ext2 'run load_rd_ext2; run load_kernel_ext2; run addmisc; bootm ${load_addr}'
119 setenv boot_ext2_flash 'run load_rd_ext2; run addmisc; bootm ${kernel_flash}'
120 setenv boot_ext2_hda 'run load_rd_ext2; run load_kernel_hda; run addmisc; bootm ${load_addr}'
121 setenv boot_ext2_tftp 'run load_rd_ext2; run load_kernel_tftp; run addmisc; bootm ${load_addr}'
122 setenv boot_tftp_hda 'run load_rd_tftp; run load_kernel_hda; run addmisc; bootm ${load_addr}'
123 setenv boot_tftp_ext2 'run load_rd_tftp; run load_kernel_ext2; run addmisc; bootm ${load_addr}'
124 setenv boot_tftp_flash 'run load_rd_tftp; run addmisc; bootm ${kernel_flash}'
125 setenv boot_tftp_tftp 'run load_rd_tftp; run load_kernel_tftp; run addmisc; bootm ${load_addr}'
H A DREADME.vxworks15 U-Boot supports loading VxWorks kernels via 'bootvx' and 'bootm' commands.
18 on PowerPC and ARM, 'bootm' shall be used.
37 When booting new VxWorks kernel (uImage format), the parameters passed to bootm
40 bootm <kernel image address> - <device tree address>
57 When using 'bootm', just define "bootargs" in the environment and U-Boot will
/OK3568_Linux_fs/buildroot/board/terasic/de10nano_cyclone5/barebox-env/boot/
H A Dmmc3 global.bootm.oftree="/boot/socfpga_cyclone5_de0_nano_soc.dtb"
4 global.bootm.image="/boot/zImage"
/OK3568_Linux_fs/u-boot/tpl/arch/arm/lib/
H A Dbootm-fdt.su
H A D.bootm-fdt.o.cmd
/OK3568_Linux_fs/u-boot/arch/sandbox/lib/
H A DMakefile14 obj-$(CONFIG_CMD_BOOTM) += bootm.o
15 obj-$(CONFIG_CMD_BOOTZ) += bootm.o

12345678910>>...32