Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
b488d2d55717c4c9c750c853870a3f5df545c2a5
/
common
/
cmd_bootm.c
d686ce9
Combine bootm_find_<thing> functions together
by Karl Apsite
· Thu May 21 09:52:49 2015 -0400
65b905b
common: Make sure arch-specific map_sysmem() is defined
by Joe Hershberger
· Sun Mar 22 17:08:59 2015 -0500
f31a566
spl: fix calling "spl export .." more than once
by Heiko Schocher
· Tue Feb 24 07:04:38 2015 +0100
5ce8e42
common: bootm: Document fake bootm sub-command
by Michal Simek
· Thu Jan 15 09:53:13 2015 +0100
0129b52
x86: Support loading kernel setup from a FIT
by Simon Glass
· Sun Oct 19 21:11:24 2014 -0600
5ce62cd
cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images
by Tom Rini
· Thu Aug 14 06:42:36 2014 -0400
3b5866d
bootm: Split out code from cmd_bootm.c
by Simon Glass
· Thu Jun 12 07:24:46 2014 -0600
5ac0026
Check run_command() return code properly
by Thomas Betker
· Thu Jun 05 20:07:56 2014 +0200
515eb12
bootm: make use of legacy image format configurable
by Heiko Schocher
· Wed May 28 11:33:33 2014 +0200
794cf6a
Remove unnecessary use of hush header file
by Simon Glass
· Thu Apr 10 20:01:23 2014 -0600
e61add1
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· Thu May 22 12:56:15 2014 -0400
c0b29bb
cmd_bootm.c: Only say XIP image when load is image_start
by Tom Rini
· Thu May 01 10:01:08 2014 -0400
686d667
image: add support for Android's boot image format
by Sebastian Siewior
· Mon May 05 15:08:09 2014 -0500
073eea1
bootm: set max decompression size for LZO
by Kees Cook
· Tue Apr 15 10:28:12 2014 -0700
59d599a
common: Remove invalid endianess conversion
by Christian Eggers
· Sat Feb 08 19:27:45 2014 +0100
f7104ce
bootm: Reinstate special case for standalone images
by Simon Glass
· Thu Dec 26 16:26:24 2013 -0700
1bd5456
common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot interface.
by Miao Yan
· Thu Nov 28 17:51:38 2013 +0800
f8ba19f
common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.
by Miao Yan
· Thu Nov 28 17:51:36 2013 +0800
22b13f9
netbsd:fix documentation typo.
by Kees Jongenburger
· Thu Dec 12 16:18:35 2013 +0100
c4f6353
common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() functions
by Miao Yan
· Mon Nov 04 11:18:14 2013 +0800
1008dc2
cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPS
by Tom Rini
· Mon Sep 23 14:20:37 2013 -0400
d7ea47c
Fix loading freeze when netconsole is active
by Frederic Leroy
· Tue Sep 10 12:02:31 2013 +0200
8a39e8d
bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootm
by Paul Burton
· Fri Sep 06 11:23:55 2013 +0100
81003da
bootm: allow correct bounds-check of destination
by Kees Cook
· Fri Aug 16 07:59:16 2013 -0700
208d8e8
sandbox: Correct compiler warnings in cmd_bootm/cmd_ximg
by Simon Glass
· Fri Aug 30 11:00:09 2013 -0600
63f9525
bootm: fix conditional controlling call to fixup_silent_linux
by Paul B. Henson
· Sat Aug 03 21:29:09 2013 -0700
5db3f93
RFC: bootm: Add silent_linux environment variable
by Simon Glass
· Tue Jul 16 20:10:00 2013 -0700
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
b73b1f3
bootm: Move fixup_silent_linux() earlier in the bootm stages
by Simon Glass
· Tue Jul 16 20:09:59 2013 -0700
b856713
bootm: Handle errors consistently
by Simon Glass
· Wed Jul 10 09:25:33 2013 -0400
ad68fc3
bootm: Use selected configuration for ramdisk and fdt
by Simon Glass
· Wed Jul 10 23:08:10 2013 -0700
f059d0a
blackfin: x86: bootm: Handle PREP stage of bootm
by Simon Glass
· Wed Jul 10 23:08:09 2013 -0700
7e23b72
bootm: Remove extra OK message
by Simon Glass
· Wed Jul 10 23:08:08 2013 -0700
a896178
cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2
by Tom Rini
· Thu Jul 11 09:35:23 2013 -0400
1ab6147
cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itself
by Tom Rini
· Tue Jul 09 15:33:25 2013 -0400
6e5dac4
cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argc
by Tom Rini
· Tue Jul 09 15:32:34 2013 -0400
42bca36
bootm: Add the missing PREP stage to bootz and correct image handling
by Simon Glass
· Thu Jul 04 13:26:11 2013 -0700
5f1afdd
bootm: Clean up bootz_setup() function
by Simon Glass
· Thu Jul 04 13:26:10 2013 -0700
fde683c
bootm: Require boot function only if it is about to be used
by Simon Glass
· Thu Jul 04 13:26:09 2013 -0700
917f684
bootm: Disable interrupts only when loading
by Simon Glass
· Thu Jul 04 13:26:08 2013 -0700
e8f5269
cmd_bootm.c: Correct check/return for unsupported sub-command
by Tom Rini
· Mon Jul 01 09:09:23 2013 -0400
8f6e623
bootm: Disable interrupts before loading OS
by Simon Glass
· Fri Jun 28 00:46:12 2013 -0700
fec2717
cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling
by Tom Rini
· Fri Jun 28 11:38:02 2013 -0400
a7386c4
cmd_bootm: Add command line arguments to Plan 9
by Steven Stallion
· Mon Jun 10 01:00:09 2013 -0700
0013488
Add a 'fake' go command to the bootm command
by Simon Glass
· Tue Jun 11 11:14:48 2013 -0700
3081e2e
Refactor the bootm command to reduce code duplication
by Simon Glass
· Tue Jun 11 11:14:47 2013 -0700
794a921
Clarify bootm OS arguments
by Simon Glass
· Tue Jun 11 11:14:46 2013 -0700
c88e1bf
bootz: un-staticize do_bootz
by Rob Herring
· Sun Dec 02 21:00:23 2012 -0600
e6b127a
image: Use fit_image_load() to load kernel
by Simon Glass
· Thu May 16 13:53:25 2013 +0000
758409c
sandbox: Adjust bootm command to work with sandbox
by Simon Glass
· Thu May 16 13:53:24 2013 +0000
b1b7992
image: Use fit_image_load() to load FDT
by Simon Glass
· Thu May 16 13:53:23 2013 +0000
1658c11
bootm: Avoid 256-byte overflow in fixup_silent_linux()
by Doug Anderson
· Tue Jan 17 09:37:41 2012 +0000
50ad221
arm: Refactor bootm to reduce #ifdefs
by Simon Glass
· Wed May 08 08:06:02 2013 +0000
4964806
sandbox: image: Add support for booting images in sandbox
by Simon Glass
· Tue May 07 06:12:03 2013 +0000
7428ad1
image: Rename fit_image_check_hashes() to fit_image_verify()
by Simon Glass
· Tue May 07 06:11:57 2013 +0000
36ec8ac
image: Add support for Plan 9
by Steven Stallion
· Wed Mar 20 06:31:35 2013 +0000
01c2d98
Allow u-boot to be silent without forcing Linux to be
by Joe Hershberger
· Wed Feb 27 10:20:59 2013 +0000
f2f2ec9
bootm: fix conditional compilation for bootm ramdisk subcommand
by Daniel Schwierzeck
· Tue Feb 26 04:54:19 2013 +0000
103789d
common: Use new numeric setenv functions
by Simon Glass
· Sun Feb 24 17:33:22 2013 +0000
3df41b1
imls: Add support to list images in NAND device
by Vipin Kumar
· Sun Dec 16 22:32:48 2012 +0000
d150db6
treewide: include libfdt_env.h before fdt.h
by Kim Phillips
· Wed Jan 16 13:59:04 2013 +0000
6f732bc
common/cmd_bootm.c: prevent running of subcommands before 'bootm start'
by Gabor Juhos
· Sun Jan 06 23:04:25 2013 +0000
a218709
bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL_RELOC
by Daniel Schwierzeck
· Mon Jan 07 06:54:52 2013 +0000
8ee5d6c
Fix use of conditional LMB
by Simon Glass
· Wed Dec 05 14:46:31 2012 +0000
d572e16
fdt: Add option to default to most compatible conf in a fit image
by Gabe Black
· Thu Oct 25 16:31:10 2012 +0000
dc00a68
common/cmd_*.c: sparse fixes
by Kim Phillips
· Mon Oct 29 13:34:31 2012 +0000
9f37406
net: Improve the speed of netconsole
by Joe Hershberger
· Fri Aug 03 10:59:08 2012 +0000
c1f87ad
common/cmd_bootm.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· Sat May 19 05:38:19 2012 +0000
ac15cad
LMB: Fix undefined lmb_reserve() on non-lmb platforms
by Marek Vasut
· Sun Apr 01 03:59:46 2012 +0000
28850d0
BOOT: Add RAW ramdisk support to bootz
by Marek Vasut
· Sun Mar 18 11:47:58 2012 +0000
cf41a9b
BOOT: Add "bootz" command to boot Linux zImage on ARM
by Marek Vasut
· Wed Mar 14 21:52:45 2012 +0000
768cbf0
bootstage: Plumb in bootstage calls for basic operations
by Simon Glass
· Sat Dec 10 11:08:06 2011 +0000
0169e6b
bootstage: Replace show_boot_progress/error() with bootstage_...()
by Simon Glass
· Mon Feb 13 13:51:18 2012 +0000
52823fd
bootstage: Convert FIT progress numbers to enums
by Simon Glass
· Sat Dec 10 11:08:02 2011 +0000
53624e0
bootstage: Convert progress numbers 1-9 into enums
by Simon Glass
· Sat Jan 14 15:24:47 2012 +0000
d409b1b
bootstage: Use show_boot_error() for -ve progress numbers
by Simon Glass
· Sat Dec 10 11:07:55 2011 +0000
2939564
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
by Simon Glass
· Sat Dec 10 11:07:54 2011 +0000
a06dfc7
Convert cmd_usage() calls in common to use a return value
by Simon Glass
· Sat Dec 10 08:44:01 2011 +0000
bf8c5b0
Stop using builtin_run_command()
by Simon Glass
· Tue Feb 14 19:59:21 2012 +0000
c023a89
Rename run_command() to builtin_run_command()
by Simon Glass
· Tue Feb 14 19:59:19 2012 +0000
f66131d
image: Don't detect XIP images as overlapping.
by Stephen Warren
· Thu Nov 10 13:17:54 2011 -0700
8c87eba
image: Implement IH_TYPE_KERNEL_NOLOAD
by Stephen Warren
· Thu Nov 10 13:17:53 2011 -0700
18e73d9
common/cmd_bootm.c: Fix GCC 4.6 warnings
by Anatolij Gustschin
· Sat Nov 19 13:12:18 2011 +0000
6904b6e
checkpatch whitespace cleanups
by Stephen Warren
· Tue Oct 18 11:11:49 2011 +0000
6519bbf
removed static from images in cmd_bootm.c
by Simon Schwarz
· Fri Sep 02 00:50:31 2011 +0000
c76b834
cosmetic: Fixup fixup_silent_linux() for checkpatch
by Doug Anderson
· Wed Oct 19 12:30:57 2011 +0000
81afc3d
sandbox: Add bootm support
by Simon Glass
· Fri Oct 07 13:53:40 2011 +0000
5da0bed
image: push default arch values to arch headers
by Mike Frysinger
· Mon Oct 03 14:50:33 2011 +0000
4b2fbe4
Flush cache after the OS image is loaded into the memory.
by Diana CRACIUN
· Wed Aug 31 02:45:23 2011 +0000
194c2e8
autostart: unify duplicated logic into the bootm code
by Mike Frysinger
· Sun Jun 05 13:43:02 2011 +0000
20f5492
Respect memreserve regions specified in the device tree
by Grant Likely
· Mon Mar 28 09:59:01 2011 +0000
50fb22e
Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ
by Grant Likely
· Mon Mar 28 09:58:49 2011 +0000
dfff7a2
Stop passing around bootmem_base value.
by Grant Likely
· Mon Mar 28 09:58:34 2011 +0000
8790b9e
bootm: replace blob_start with image_start
by Lei Wen
· Mon Jan 10 18:21:15 2011 +0800
3b70e55
load_addr: move to common env code
by Mike Frysinger
· Tue Dec 21 14:08:27 2010 -0500
6d1f698
do_reset: unify duplicate prototypes
by Mike Frysinger
· Wed Oct 20 03:41:17 2010 -0400
d0813e5
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
by Wolfgang Denk
· Thu Oct 28 20:00:11 2010 +0200
eea8e69
boot: change some arch ifdefs to feature ifdefs
by John Rigby
· Wed Oct 13 13:57:35 2010 -0600
708e667
FDT: only call boot_get_fdt from generic code
by John Rigby
· Wed Oct 13 13:57:34 2010 -0600
29a5866
Add support for operating system OSE
by Torkel Lundgren
· Tue Sep 28 11:05:36 2010 +0200
Next »