OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bootm
(Results
1 - 25
of
40
) sorted by null
1
2
/external/u-boot/arch/microblaze/lib/
Makefile
6
obj-$(CONFIG_CMD_BOOTM) +=
bootm
.o
/external/u-boot/arch/sandbox/lib/
Makefile
10
obj-$(CONFIG_CMD_BOOTM) +=
bootm
.o
11
obj-$(CONFIG_CMD_BOOTZ) +=
bootm
.o
/external/u-boot/arch/nds32/lib/
Makefile
11
obj-$(CONFIG_CMD_BOOTM) +=
bootm
.o
/external/u-boot/arch/nios2/lib/
Makefile
7
obj-$(CONFIG_CMD_BOOTM) +=
bootm
.o
/external/u-boot/arch/xtensa/lib/
Makefile
6
obj-$(CONFIG_CMD_BOOTM) +=
bootm
.o
/external/u-boot/arch/m68k/lib/
Makefile
10
obj-$(CONFIG_CMD_BOOTM) +=
bootm
.o
/external/u-boot/arch/mips/lib/
Makefile
13
obj-$(CONFIG_CMD_BOOTM) +=
bootm
.o
/external/u-boot/arch/arc/lib/
Makefile
15
obj-$(CONFIG_CMD_BOOTM) +=
bootm
.o
/external/u-boot/board/compulab/common/
common.c
9
#include <asm/
bootm
.h>
/external/u-boot/arch/riscv/lib/
Makefile
9
obj-$(CONFIG_CMD_BOOTM) +=
bootm
.o
bootm.c
14
#include <asm/
bootm
.h>
35
* allow the PREP
bootm
subcommand, it is required for
bootm
to work
/external/u-boot/arch/arm/lib/
Makefile
32
obj-$(CONFIG_OF_LIBFDT) +=
bootm
-fdt.o
33
obj-$(CONFIG_CMD_BOOTI) +=
bootm
.o image.o
34
obj-$(CONFIG_CMD_BOOTM) +=
bootm
.o
35
obj-$(CONFIG_CMD_BOOTZ) +=
bootm
.o zimage.o
40
obj-$(CONFIG_OF_LIBFDT) +=
bootm
-fdt.o
bootm.c
24
#include <asm/
bootm
.h>
27
#include <
bootm
.h>
404
/* Main Entry point for arm
bootm
implementation
/external/u-boot/arch/sh/lib/
Makefile
9
obj-$(CONFIG_CMD_BOOTM) +=
bootm
.o
/external/u-boot/tools/kermit/
flash_param
51
out setenv bootcmd
bootm
FFC00000\13
/external/u-boot/arch/powerpc/lib/
Makefile
30
obj-$(CONFIG_CMD_BOOTM) +=
bootm
.o
/external/u-boot/cmd/
booti.c
8
#include <
bootm
.h>
bootz.c
8
#include <
bootm
.h>
bootm.c
11
#include <
bootm
.h>
88
/*
bootm
- boot application image from image in memory */
114
* valid number, pass it along to the normal
bootm
processing
173
"\nSub-commands to do part of the
bootm
sequence. The sub-commands "
194
bootm
, CONFIG_SYS_MAXARGS, 1, do_bootm,
/external/u-boot/common/
Makefile
26
obj-$(CONFIG_CMD_BOOTM) +=
bootm
.o bootm_os.o
27
obj-$(CONFIG_CMD_BOOTZ) +=
bootm
.o bootm_os.o
28
obj-$(CONFIG_CMD_BOOTI) +=
bootm
.o bootm_os.o
/external/u-boot/arch/x86/lib/
Makefile
12
obj-$(CONFIG_CMD_BOOTM) +=
bootm
.o
/external/u-boot/board/imgtec/xilfpga/
README
55
e.g. env set server ip 192.168.154.45; dhcp uImage;
bootm
/external/u-boot/arch/arm/mach-omap2/omap3/
sys_info.c
18
#include <asm/
bootm
.h>
/external/u-boot/board/warp7/
warp7.c
27
#include <asm/
bootm
.h>
/external/u-boot/arch/arm/mach-imx/
cpu.c
9
#include <
bootm
.h>
Completed in 1706 milliseconds
1
2