Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
a0f5b5a3a28e5ba82515e58bf6a2209f6b7cb684
/
common
/
cmd_bootm.c
a075a79
common/cmd_bootm.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· 12 years ago
35cf5fe
LMB: Fix undefined lmb_reserve() on non-lmb platforms
by Marek Vasut
· 13 years ago
017e1f3
BOOT: Add RAW ramdisk support to bootz
by Marek Vasut
· 13 years ago
44f074c
BOOT: Add "bootz" command to boot Linux zImage on ARM
by Marek Vasut
· 13 years ago
573f14f
bootstage: Plumb in bootstage calls for basic operations
by Simon Glass
· 13 years ago
770605e
bootstage: Replace show_boot_progress/error() with bootstage_...()
by Simon Glass
· 13 years ago
aacc8c1
bootstage: Convert FIT progress numbers to enums
by Simon Glass
· 13 years ago
5dc8871
bootstage: Convert progress numbers 1-9 into enums
by Simon Glass
· 13 years ago
5ddb118
bootstage: Use show_boot_error() for -ve progress numbers
by Simon Glass
· 13 years ago
578ac1e
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
by Simon Glass
· 13 years ago
4c12eeb
Convert cmd_usage() calls in common to use a return value
by Simon Glass
· 13 years ago
5307153
Stop using builtin_run_command()
by Simon Glass
· 13 years ago
f47360a
Rename run_command() to builtin_run_command()
by Simon Glass
· 13 years ago
d510859
image: Don't detect XIP images as overlapping.
by Stephen Warren
· 13 years ago
b9b50e89
image: Implement IH_TYPE_KERNEL_NOLOAD
by Stephen Warren
· 13 years ago
5bf2766
common/cmd_bootm.c: Fix GCC 4.6 warnings
by Anatolij Gustschin
· 13 years ago
712fbcf
checkpatch whitespace cleanups
by Stephen Warren
· 13 years ago
dee1776
removed static from images in cmd_bootm.c
by Simon Schwarz
· 13 years ago
3a8653b
cosmetic: Fixup fixup_silent_linux() for checkpatch
by Doug Anderson
· 13 years ago
6d6f123
sandbox: Add bootm support
by Simon Glass
· 13 years ago
476af29
image: push default arch values to arch headers
by Mike Frysinger
· 13 years ago
99ffccb
Flush cache after the OS image is loaded into the memory.
by Diana CRACIUN
· 13 years ago
67d668b
autostart: unify duplicated logic into the bootm code
by Mike Frysinger
· 13 years ago
55b0a39
Respect memreserve regions specified in the device tree
by Grant Likely
· 14 years ago
ed59e58
Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ
by Grant Likely
· 14 years ago
590d3ca
Stop passing around bootmem_base value.
by Grant Likely
· 14 years ago
02cf345
bootm: replace blob_start with image_start
by Lei Wen
· 14 years ago
558605c
load_addr: move to common env code
by Mike Frysinger
· 14 years ago
882b7d7
do_reset: unify duplicate prototypes
by Mike Frysinger
· 14 years ago
2e5167c
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
by Wolfgang Denk
· 14 years ago
fca43cc
boot: change some arch ifdefs to feature ifdefs
by John Rigby
· 14 years ago
5a75e12
FDT: only call boot_get_fdt from generic code
by John Rigby
· 14 years ago
3df6195
Add support for operating system OSE
by Torkel Lundgren
· 14 years ago
ca5def3
cfi_flash: Simplify dynamic flash bank number detection
by Stefan Roese
· 14 years ago
60fdc5f
LZMA and LZO causes compile error
by Matthias Weisser
· 14 years ago
78e1e84
bootm: fix pointer warning with lzma
by Mike Frysinger
· 14 years ago
47e26b1
cmd_usage(): simplify return code handling
by Wolfgang Denk
· 14 years ago
54841ab
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
953b7e6
Remove AmigaOneG3SE board
by Wolfgang Denk
· 14 years ago
1117cbf
nios: remove nios-32 arch
by Thomas Chou
· 14 years ago
54fa2c5
Move test for unnecessary memmove to memmove_wd()
by Larry Johnson
· 15 years ago
ffa37fc
Merge branch 'next'
by Wolfgang Denk
· 15 years ago
24de2f4
bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt"
by Heiko Schocher
· 15 years ago
f74d9bd
cmd_bootm.c: made subcommand array static
by Frans Meulenbroeks
· 15 years ago
44431ca
gzip/zlib: make features optional
by Mike Frysinger
· 15 years ago
a16028d
lmb: only force on arches that use it
by Mike Frysinger
· 15 years ago
c3d7eec
cmd_bootm.c: Change interpretation of standalone image parameters.
by Detlev Zundel
· 15 years ago
8b828a8
cmd_bootm.c: Do not load a ramdisk when not booting a kernel.
by Detlev Zundel
· 15 years ago
10c32ff
config_defaults.h: new header for common u-boot config defaults
by Mike Frysinger
· 15 years ago
87d93a1
move prototypes for gunzip() and zunzip() to common.h
by Wolfgang Wegner
· 15 years ago
206c00f
Merge branch 'master' into next
by Wolfgang Denk
· 15 years ago
224c90d
bootm: Fix help message's sub-command ordering
by Peter Tyser
· 15 years ago
2a49bf3
Merge branch 'master' into next
by Wolfgang Denk
· 15 years ago
20dde48
add lzop decompression support
by Peter Korsgaard
· 15 years ago
0008555
bootm: mark local boot_os[] table static
by Mike Frysinger
· 15 years ago
b25e38f
Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y
by Remy Bohmer
· 15 years ago
521af04
Conditionally perform common relocation fixups
by Peter Tyser
· 15 years ago
3dfad40
Add ability for arch code to make changes before we boot
by Kumar Gala
· 15 years ago
f97ec30
Re-add support for image type 'Standalone Program'
by Detlev Zundel
· 15 years ago
ca95c9d
Add error checking for unsupported OS types.
by Detlev Zundel
· 15 years ago
caf72ff
Refresh LZMA-lib to v4.65
by Luigi 'Comio' Mantellini
· 15 years ago
a89c33d
General help message cleanup
by Wolfgang Denk
· 15 years ago
a31e091
rename include/zlib.h to include/u-boot/zlib.h
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
fca0cec
bootm: Reduce the unnecessary memmove
by Minkyu Kang
· 16 years ago
2fb2604
Command usage cleanup
by Peter Tyser
· 16 years ago
62c3ae7
Standardize command usage messages with cmd_usage()
by Peter Tyser
· 16 years ago
107b801
Fix gunzip in case of insufficient output buffer
by Matthias Fuchs
· 16 years ago
b1d0db1
bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
by Kumar Gala
· 16 years ago
49c3a86
bootm: Add subcommands
by Kumar Gala
· 16 years ago
be08315
bootm: Move to using a function pointer table for the boot os function
by Kumar Gala
· 16 years ago
76da19d
Added arch_lmb_reserve to allow arch specific memory regions protection
by Kumar Gala
· 16 years ago
6d0f6bc
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
d977a57
Fix lzma uncompress call (image_start wrongly used instead image_len)
by Luigi 'Comio' Mantellini
· 16 years ago
fc9c172
Add support for LZMA uncompression algorithm.
by Luigi 'Comio' Mantellini
· 16 years ago
54b4ab3
bootm_load_os: fix load_end debug message
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
1d9af0b
bootm: enable fdt support only on ppc, m68k and sparc
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
a4f2434
FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
by Bartlomiej Sieka
· 16 years ago
f5ed9e3
Add support for booting of INTEGRITY operating system uImages
by Peter Tyser
· 16 years ago
9ba2e2c
Remove support for booting ARTOS images
by Kumar Gala
· 16 years ago
9863a15
common/cmd_bootm.c: fix printf() format warnings
by Wolfgang Denk
· 16 years ago
ea86b9e
Prevent crash if random/invalid ramdisks are passed to bootm
by Kumar Gala
· 16 years ago
8e02494
Prevent crash if random DTB address is passed to bootm
by Anatolij Gustschin
· 16 years ago
40d7e99
bootm: refactor do_reset and os boot function args
by Kumar Gala
· 16 years ago
396f635
bootm: refactor image detection and os load steps
by Kumar Gala
· 16 years ago
e906cfa
bootm: move lmb into the bootm_headers_t structure
by Kumar Gala
· 16 years ago
54f9c86
bootm: Set working fdt address as part of the bootm flow
by Kumar Gala
· 16 years ago
06a0991
bootm: refactor fdt locating and relocation code
by Kumar Gala
· 16 years ago
c4f9419
bootm: refactor ramdisk locating code
by Kumar Gala
· 16 years ago
c160a95
bootm: refactor entry point code
by Kumar Gala
· 16 years ago
fcd69a1
Clean up usage of icache_disable/dcache_disable
by Kumar Gala
· 16 years ago
3216ca9
Fix fallout from autostart revert
by Kumar Gala
· 16 years ago
0bf202e
Revert "[new uImage] Add autostart flag to bootm_headers structure"
by Wolfgang Denk
· 16 years ago
2e752be
Uncompressed images loaded to their start address shall set load_end too
by Guennadi Liakhovetski
· 16 years ago
ebb86c4
cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
by Stefan Roese
· 16 years ago
936897d
Fix remaining CFG_CMD_ define, ifdef and comments
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
699f051
Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
by Wolfgang Denk
· 16 years ago
v1.3.4-rc1
3d71c81
USB: shutdown USB before booting
by Markus Klotzbücher
· 16 years ago
06c53be
Fix some more print() format errors.
by Wolfgang Denk
· 16 years ago
391fd93
Change lmb to use phys_size_t/phys_addr_t
by Becky Bruce
· 16 years ago
273c37d
Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
by Marian Balakowicz
· 16 years ago
Next »