index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
cmd_bootm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-16
common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...
Miao Yan
1
-12
/
+69
2013-12-13
common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.
Miao Yan
1
-3
/
+12
2013-12-13
netbsd:fix documentation typo.
Kees Jongenburger
1
-4
/
+4
2013-11-08
common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() f...
Miao Yan
1
-24
/
+8
2013-09-23
cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPS
Tom Rini
1
-1
/
+4
2013-09-20
Fix loading freeze when netconsole is active
Frederic Leroy
1
-0
/
+1
2013-09-20
bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootm
Paul Burton
1
-2
/
+3
2013-09-03
bootm: allow correct bounds-check of destination
Kees Cook
1
-1
/
+1
2013-09-03
sandbox: Correct compiler warnings in cmd_bootm/cmd_ximg
Simon Glass
1
-4
/
+6
2013-08-16
bootm: fix conditional controlling call to fixup_silent_linux
Paul B. Henson
1
-1
/
+1
2013-08-16
RFC: bootm: Add silent_linux environment variable
Simon Glass
1
-2
/
+12
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
2013-07-17
bootm: Move fixup_silent_linux() earlier in the bootm stages
Simon Glass
1
-4
/
+4
2013-07-12
bootm: Handle errors consistently
Simon Glass
1
-13
/
+8
2013-07-12
bootm: Use selected configuration for ramdisk and fdt
Simon Glass
1
-1
/
+2
2013-07-12
blackfin: x86: bootm: Handle PREP stage of bootm
Simon Glass
1
-0
/
+16
2013-07-12
bootm: Remove extra OK message
Simon Glass
1
-1
/
+0
2013-07-12
cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2
Tom Rini
1
-3
/
+2
2013-07-10
cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itself
Tom Rini
1
-16
/
+40
2013-07-10
cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argc
Tom Rini
1
-5
/
+13
2013-07-10
bootm: Add the missing PREP stage to bootz and correct image handling
Simon Glass
1
-2
/
+3
2013-07-10
bootm: Clean up bootz_setup() function
Simon Glass
1
-5
/
+3
2013-07-10
bootm: Require boot function only if it is about to be used
Simon Glass
1
-2
/
+5
2013-07-10
bootm: Disable interrupts only when loading
Simon Glass
1
-24
/
+43
2013-07-04
cmd_bootm.c: Correct check/return for unsupported sub-command
Tom Rini
1
-2
/
+7
2013-06-28
bootm: Disable interrupts before loading OS
Simon Glass
1
-26
/
+27
2013-06-28
cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling
Tom Rini
1
-27
/
+38
2013-06-26
cmd_bootm: Add command line arguments to Plan 9
Steven Stallion
1
-7
/
+29
2013-06-26
Add a 'fake' go command to the bootm command
Simon Glass
1
-2
/
+17
2013-06-26
Refactor the bootm command to reduce code duplication
Simon Glass
1
-241
/
+216
2013-06-26
Clarify bootm OS arguments
Simon Glass
1
-18
/
+26
2013-06-24
bootz: un-staticize do_bootz
Rob Herring
1
-1
/
+1
2013-06-04
image: Use fit_image_load() to load kernel
Simon Glass
1
-133
/
+8
2013-06-04
sandbox: Adjust bootm command to work with sandbox
Simon Glass
1
-13
/
+12
2013-06-04
image: Use fit_image_load() to load FDT
Simon Glass
1
-2
/
+2
2013-05-17
bootm: Avoid 256-byte overflow in fixup_silent_linux()
Doug Anderson
1
-12
/
+29
2013-05-14
arm: Refactor bootm to reduce #ifdefs
Simon Glass
1
-1
/
+1
2013-05-14
sandbox: image: Add support for booting images in sandbox
Simon Glass
1
-9
/
+12
2013-05-14
image: Rename fit_image_check_hashes() to fit_image_verify()
Simon Glass
1
-2
/
+2
2013-03-27
image: Add support for Plan 9
Steven Stallion
1
-0
/
+39
2013-03-11
Allow u-boot to be silent without forcing Linux to be
Joe Hershberger
1
-4
/
+4
2013-03-04
bootm: fix conditional compilation for bootm ramdisk subcommand
Daniel Schwierzeck
1
-1
/
+1
2013-02-28
common: Use new numeric setenv functions
Simon Glass
1
-8
/
+3
2013-02-22
imls: Add support to list images in NAND device
Vipin Kumar
1
-3
/
+164
2013-02-07
treewide: include libfdt_env.h before fdt.h
Kim Phillips
1
-1
/
+0
2013-02-04
common/cmd_bootm.c: prevent running of subcommands before 'bootm start'
Gabor Juhos
1
-1
/
+2
2013-01-10
bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL...
Daniel Schwierzeck
1
-1
/
+7
2012-12-11
Fix use of conditional LMB
Simon Glass
1
-1
/
+1
2012-11-12
fdt: Add option to default to most compatible conf in a fit image
Gabe Black
1
-0
/
+11
2012-11-04
common/cmd_*.c: sparse fixes
Kim Phillips
1
-11
/
+20
[next]