Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
aca24304fd0c655a04a368c74abd8039b0c315ed
/
common
/
cmd_bootm.c
e8f5269
cmd_bootm.c: Correct check/return for unsupported sub-command
by Tom Rini
· 11 years ago
8f6e623
bootm: Disable interrupts before loading OS
by Simon Glass
· 11 years ago
fec2717
cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling
by Tom Rini
· 11 years ago
a7386c4
cmd_bootm: Add command line arguments to Plan 9
by Steven Stallion
· 11 years ago
0013488
Add a 'fake' go command to the bootm command
by Simon Glass
· 11 years ago
3081e2e
Refactor the bootm command to reduce code duplication
by Simon Glass
· 11 years ago
794a921
Clarify bootm OS arguments
by Simon Glass
· 11 years ago
c88e1bf
bootz: un-staticize do_bootz
by Rob Herring
· 12 years ago
e6b127a
image: Use fit_image_load() to load kernel
by Simon Glass
· 12 years ago
758409c
sandbox: Adjust bootm command to work with sandbox
by Simon Glass
· 12 years ago
b1b7992
image: Use fit_image_load() to load FDT
by Simon Glass
· 12 years ago
1658c11
bootm: Avoid 256-byte overflow in fixup_silent_linux()
by Doug Anderson
· 13 years ago
50ad221
arm: Refactor bootm to reduce #ifdefs
by Simon Glass
· 12 years ago
4964806
sandbox: image: Add support for booting images in sandbox
by Simon Glass
· 12 years ago
7428ad1
image: Rename fit_image_check_hashes() to fit_image_verify()
by Simon Glass
· 12 years ago
36ec8ac
image: Add support for Plan 9
by Steven Stallion
· 12 years ago
01c2d98
Allow u-boot to be silent without forcing Linux to be
by Joe Hershberger
· 12 years ago
f2f2ec9
bootm: fix conditional compilation for bootm ramdisk subcommand
by Daniel Schwierzeck
· 12 years ago
103789d
common: Use new numeric setenv functions
by Simon Glass
· 12 years ago
3df41b1
imls: Add support to list images in NAND device
by Vipin Kumar
· 12 years ago
d150db6
treewide: include libfdt_env.h before fdt.h
by Kim Phillips
· 12 years ago
6f732bc
common/cmd_bootm.c: prevent running of subcommands before 'bootm start'
by Gabor Juhos
· 12 years ago
a218709
bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL_RELOC
by Daniel Schwierzeck
· 12 years ago
8ee5d6c
Fix use of conditional LMB
by Simon Glass
· 12 years ago
d572e16
fdt: Add option to default to most compatible conf in a fit image
by Gabe Black
· 12 years ago
dc00a68
common/cmd_*.c: sparse fixes
by Kim Phillips
· 12 years ago
9f37406
net: Improve the speed of netconsole
by Joe Hershberger
· 12 years ago
c1f87ad
common/cmd_bootm.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· 13 years ago
ac15cad
LMB: Fix undefined lmb_reserve() on non-lmb platforms
by Marek Vasut
· 13 years ago
28850d0
BOOT: Add RAW ramdisk support to bootz
by Marek Vasut
· 13 years ago
cf41a9b
BOOT: Add "bootz" command to boot Linux zImage on ARM
by Marek Vasut
· 13 years ago
768cbf0
bootstage: Plumb in bootstage calls for basic operations
by Simon Glass
· 13 years ago
0169e6b
bootstage: Replace show_boot_progress/error() with bootstage_...()
by Simon Glass
· 13 years ago
52823fd
bootstage: Convert FIT progress numbers to enums
by Simon Glass
· 13 years ago
53624e0
bootstage: Convert progress numbers 1-9 into enums
by Simon Glass
· 13 years ago
d409b1b
bootstage: Use show_boot_error() for -ve progress numbers
by Simon Glass
· 13 years ago
2939564
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
by Simon Glass
· 13 years ago
a06dfc7
Convert cmd_usage() calls in common to use a return value
by Simon Glass
· 13 years ago
bf8c5b0
Stop using builtin_run_command()
by Simon Glass
· 13 years ago
c023a89
Rename run_command() to builtin_run_command()
by Simon Glass
· 13 years ago
f66131d
image: Don't detect XIP images as overlapping.
by Stephen Warren
· 13 years ago
8c87eba
image: Implement IH_TYPE_KERNEL_NOLOAD
by Stephen Warren
· 13 years ago
18e73d9
common/cmd_bootm.c: Fix GCC 4.6 warnings
by Anatolij Gustschin
· 13 years ago
6904b6e
checkpatch whitespace cleanups
by Stephen Warren
· 13 years ago
6519bbf
removed static from images in cmd_bootm.c
by Simon Schwarz
· 13 years ago
c76b834
cosmetic: Fixup fixup_silent_linux() for checkpatch
by Doug Anderson
· 13 years ago
81afc3d
sandbox: Add bootm support
by Simon Glass
· 13 years ago
5da0bed
image: push default arch values to arch headers
by Mike Frysinger
· 13 years ago
4b2fbe4
Flush cache after the OS image is loaded into the memory.
by Diana CRACIUN
· 13 years ago
194c2e8
autostart: unify duplicated logic into the bootm code
by Mike Frysinger
· 13 years ago
20f5492
Respect memreserve regions specified in the device tree
by Grant Likely
· 14 years ago
50fb22e
Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ
by Grant Likely
· 14 years ago
dfff7a2
Stop passing around bootmem_base value.
by Grant Likely
· 14 years ago
8790b9e
bootm: replace blob_start with image_start
by Lei Wen
· 14 years ago
3b70e55
load_addr: move to common env code
by Mike Frysinger
· 14 years ago
6d1f698
do_reset: unify duplicate prototypes
by Mike Frysinger
· 14 years ago
d0813e5
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
by Wolfgang Denk
· 14 years ago
eea8e69
boot: change some arch ifdefs to feature ifdefs
by John Rigby
· 14 years ago
708e667
FDT: only call boot_get_fdt from generic code
by John Rigby
· 14 years ago
29a5866
Add support for operating system OSE
by Torkel Lundgren
· 14 years ago
fb9a730
cfi_flash: Simplify dynamic flash bank number detection
by Stefan Roese
· 14 years ago
c8bb963
LZMA and LZO causes compile error
by Matthias Weisser
· 14 years ago
b41ad24
bootm: fix pointer warning with lzma
by Mike Frysinger
· 14 years ago
3b68311
cmd_usage(): simplify return code handling
by Wolfgang Denk
· 14 years ago
6262d021
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
b0b104a
Remove AmigaOneG3SE board
by Wolfgang Denk
· 14 years ago
56fff49
nios: remove nios-32 arch
by Thomas Chou
· 15 years ago
e455100
Move test for unnecessary memmove to memmove_wd()
by Larry Johnson
· 15 years ago
8f16e07
Merge branch 'next'
by Wolfgang Denk
· 15 years ago
64ccc83
bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt"
by Heiko Schocher
· 15 years ago
6b419fb
cmd_bootm.c: made subcommand array static
by Frans Meulenbroeks
· 15 years ago
ab427ae
gzip/zlib: make features optional
by Mike Frysinger
· 15 years ago
a0dadf8
lmb: only force on arches that use it
by Mike Frysinger
· 15 years ago
030c11c
cmd_bootm.c: Change interpretation of standalone image parameters.
by Detlev Zundel
· 15 years ago
4e46ab3
cmd_bootm.c: Do not load a ramdisk when not booting a kernel.
by Detlev Zundel
· 15 years ago
d595458
config_defaults.h: new header for common u-boot config defaults
by Mike Frysinger
· 15 years ago
32d15b9
move prototypes for gunzip() and zunzip() to common.h
by Wolfgang Wegner
· 15 years ago
12decf4
Merge branch 'master' into next
by Wolfgang Denk
· 15 years ago
694a393
bootm: Fix help message's sub-command ordering
by Peter Tyser
· 15 years ago
e3c1dc5
Merge branch 'master' into next
by Wolfgang Denk
· 15 years ago
f7440cd
add lzop decompression support
by Peter Korsgaard
· 15 years ago
6c1616a
bootm: mark local boot_os[] table static
by Mike Frysinger
· 15 years ago
00d8656
Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y
by Remy Bohmer
· 15 years ago
9057cbf
Conditionally perform common relocation fixups
by Peter Tyser
· 15 years ago
5e72669
Add ability for arch code to make changes before we boot
by Kumar Gala
· 15 years ago
ea32b5e
Re-add support for image type 'Standalone Program'
by Detlev Zundel
· 15 years ago
7709447
Add error checking for unsupported OS types.
by Detlev Zundel
· 15 years ago
d02bd74
Refresh LZMA-lib to v4.65
by Luigi 'Comio' Mantellini
· 15 years ago
c54781c
General help message cleanup
by Wolfgang Denk
· 16 years ago
6bb9449
rename include/zlib.h to include/u-boot/zlib.h
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
ce56fea
bootm: Reduce the unnecessary memmove
by Minkyu Kang
· 16 years ago
dfb72b8
Command usage cleanup
by Peter Tyser
· 16 years ago
ddb3af9
Standardize command usage messages with cmd_usage()
by Peter Tyser
· 16 years ago
1f2b05a
Fix gunzip in case of insufficient output buffer
by Matthias Fuchs
· 16 years ago
697675e
bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
by Kumar Gala
· 16 years ago
18178bc
bootm: Add subcommands
by Kumar Gala
· 16 years ago
bf3954f
bootm: Move to using a function pointer table for the boot os function
by Kumar Gala
· 16 years ago
b02d722
Added arch_lmb_reserve to allow arch specific memory regions protection
by Kumar Gala
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
2283467
Fix lzma uncompress call (image_start wrongly used instead image_len)
by Luigi 'Comio' Mantellini
· 16 years ago
Next »