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
2012-05-22
common/cmd_bootm.c: Fix GCC 4.6 warning
Anatolij Gustschin
1
-2
/
+1
2012-04-09
LMB: Fix undefined lmb_reserve() on non-lmb platforms
Marek Vasut
1
-0
/
+1
2012-03-30
BOOT: Add RAW ramdisk support to bootz
Marek Vasut
1
-2
/
+4
2012-03-30
BOOT: Add "bootz" command to boot Linux zImage on ARM
Marek Vasut
1
-9
/
+132
2012-03-18
bootstage: Plumb in bootstage calls for basic operations
Simon Glass
1
-0
/
+2
2012-03-18
bootstage: Replace show_boot_progress/error() with bootstage_...()
Simon Glass
1
-46
/
+46
2012-03-18
bootstage: Convert FIT progress numbers to enums
Simon Glass
1
-22
/
+22
2012-03-18
bootstage: Convert progress numbers 1-9 into enums
Simon Glass
1
-21
/
+20
2012-03-18
bootstage: Use show_boot_error() for -ve progress numbers
Simon Glass
1
-25
/
+25
2012-03-18
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
Simon Glass
1
-4
/
+4
2012-03-06
Convert cmd_usage() calls in common to use a return value
Simon Glass
1
-2
/
+2
2012-03-06
Stop using builtin_run_command()
Simon Glass
1
-7
/
+1
2012-03-06
Rename run_command() to builtin_run_command()
Simon Glass
1
-1
/
+1
2011-12-01
image: Don't detect XIP images as overlapping.
Stephen Warren
1
-1
/
+3
2011-12-01
image: Implement IH_TYPE_KERNEL_NOLOAD
Stephen Warren
1
-1
/
+9
2011-11-23
common/cmd_bootm.c: Fix GCC 4.6 warnings
Anatolij Gustschin
1
-1
/
+2
2011-10-22
checkpatch whitespace cleanups
Stephen Warren
1
-252
/
+271
2011-10-21
removed static from images in cmd_bootm.c
Simon Schwarz
1
-1
/
+1
2011-10-20
cosmetic: Fixup fixup_silent_linux() for checkpatch
Doug Anderson
1
-12
/
+13
2011-10-17
sandbox: Add bootm support
Simon Glass
1
-4
/
+3
2011-10-05
image: push default arch values to arch headers
Mike Frysinger
1
-25
/
+1
2011-09-05
Flush cache after the OS image is loaded into the memory.
Diana CRACIUN
1
-0
/
+3
2011-07-25
autostart: unify duplicated logic into the bootm code
Mike Frysinger
1
-0
/
+15
2011-04-25
Respect memreserve regions specified in the device tree
Grant Likely
1
-0
/
+2
2011-04-25
Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ
Grant Likely
1
-1
/
+1
2011-04-25
Stop passing around bootmem_base value.
Grant Likely
1
-2
/
+1
2011-04-11
bootm: replace blob_start with image_start
Lei Wen
1
-1
/
+1
2011-01-09
load_addr: move to common env code
Mike Frysinger
1
-1
/
+0
2010-11-28
do_reset: unify duplicate prototypes
Mike Frysinger
1
-1
/
+0
2010-10-29
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
Wolfgang Denk
1
-1
/
+1
2010-10-18
boot: change some arch ifdefs to feature ifdefs
John Rigby
1
-2
/
+2
2010-10-18
FDT: only call boot_get_fdt from generic code
John Rigby
1
-2
/
+0
2010-09-28
Add support for operating system OSE
Torkel Lundgren
1
-0
/
+39
2010-09-20
cfi_flash: Simplify dynamic flash bank number detection
Stefan Roese
1
-0
/
+1
2010-08-07
LZMA and LZO causes compile error
Matthias Weisser
1
-2
/
+5
2010-08-04
bootm: fix pointer warning with lzma
Mike Frysinger
1
-2
/
+5
2010-07-24
cmd_usage(): simplify return code handling
Wolfgang Denk
1
-7
/
+4
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
1
-22
/
+22
2010-06-23
Remove AmigaOneG3SE board
Wolfgang Denk
1
-9
/
+0
2010-05-28
nios: remove nios-32 arch
Thomas Chou
1
-2
/
+0
2010-05-06
Move test for unnecessary memmove to memmove_wd()
Larry Johnson
1
-5
/
+2
2010-04-01
Merge branch 'next'
Wolfgang Denk
1
-1
/
+1
2010-03-29
bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt"
Heiko Schocher
1
-1
/
+2
2010-03-21
cmd_bootm.c: made subcommand array static
Frans Meulenbroeks
1
-1
/
+1
2010-01-26
gzip/zlib: make features optional
Mike Frysinger
1
-0
/
+2
2010-01-21
lmb: only force on arches that use it
Mike Frysinger
1
-18
/
+16
2010-01-18
cmd_bootm.c: Change interpretation of standalone image parameters.
Detlev Zundel
1
-3
/
+0
2010-01-18
cmd_bootm.c: Do not load a ramdisk when not booting a kernel.
Detlev Zundel
1
-1
/
+2
2010-01-18
config_defaults.h: new header for common u-boot config defaults
Mike Frysinger
1
-4
/
+0
2009-12-21
move prototypes for gunzip() and zunzip() to common.h
Wolfgang Wegner
1
-1
/
+0
[next]