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
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
2008-10-29
bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
Kumar Gala
1
-0
/
+20
2008-10-29
bootm: Add subcommands
Kumar Gala
1
-1
/
+167
2008-10-29
bootm: Move to using a function pointer table for the boot os function
Kumar Gala
1
-37
/
+31
2008-10-18
Added arch_lmb_reserve to allow arch specific memory regions protection
Kumar Gala
1
-0
/
+7
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
1
-10
/
+10
2008-10-13
Fix lzma uncompress call (image_start wrongly used instead image_len)
Luigi 'Comio' Mantellini
1
-1
/
+1
2008-09-13
Add support for LZMA uncompression algorithm.
Luigi 'Comio' Mantellini
1
-0
/
+23
2008-09-09
bootm_load_os: fix load_end debug message
Jean-Christophe PLAGNIOL-VILLARD
1
-2
/
+2
2008-09-09
bootm: enable fdt support only on ppc, m68k and sparc
Jean-Christophe PLAGNIOL-VILLARD
1
-0
/
+2
2008-09-09
FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
Bartlomiej Sieka
1
-0
/
+6
2008-09-09
Add support for booting of INTEGRITY operating system uImages
Peter Tyser
1
-0
/
+38
2008-09-09
Remove support for booting ARTOS images
Kumar Gala
1
-99
/
+0
2008-09-08
common/cmd_bootm.c: fix printf() format warnings
Wolfgang Denk
1
-2
/
+2
2008-09-07
Prevent crash if random/invalid ramdisks are passed to bootm
Kumar Gala
1
-1
/
+1
2008-09-07
Prevent crash if random DTB address is passed to bootm
Anatolij Gustschin
1
-1
/
+2
2008-08-26
bootm: refactor do_reset and os boot function args
Kumar Gala
1
-32
/
+35
2008-08-26
bootm: refactor image detection and os load steps
Kumar Gala
1
-90
/
+126
2008-08-26
bootm: move lmb into the bootm_headers_t structure
Kumar Gala
1
-7
/
+4
2008-08-26
bootm: Set working fdt address as part of the bootm flow
Kumar Gala
1
-0
/
+8
2008-08-26
bootm: refactor fdt locating and relocation code
Kumar Gala
1
-0
/
+10
2008-08-26
bootm: refactor ramdisk locating code
Kumar Gala
1
-0
/
+38
2008-08-26
bootm: refactor entry point code
Kumar Gala
1
-9
/
+22
2008-08-19
Clean up usage of icache_disable/dcache_disable
Kumar Gala
1
-2
/
+0
2008-08-12
Fix fallout from autostart revert
Kumar Gala
1
-3
/
+2
2008-08-10
Revert "[new uImage] Add autostart flag to bootm_headers structure"
Wolfgang Denk
1
-1
/
+0
2008-07-31
Uncompressed images loaded to their start address shall set load_end too
Guennadi Liakhovetski
1
-3
/
+2
2008-07-31
cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
Stefan Roese
1
-2
/
+2
2008-07-30
Fix remaining CFG_CMD_ define, ifdef and comments
Jean-Christophe PLAGNIOL-VILLARD
1
-2
/
+2
2008-07-15
Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
Wolfgang Denk
1
-9
/
+9
2008-07-10
USB: shutdown USB before booting
Markus Klotzbücher
1
-0
/
+18
2008-07-10
Fix some more print() format errors.
Wolfgang Denk
1
-1
/
+1
2008-06-12
Change lmb to use phys_size_t/phys_addr_t
Becky Bruce
1
-2
/
+3
2008-05-10
Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
Marian Balakowicz
1
-11
/
+0
2008-04-24
Memory footprint optimizations
Bartlomiej Sieka
1
-2
/
+2
2008-04-18
Fix build breakage casued by commit c0559be371b2
Wolfgang Denk
1
-1
/
+0
2008-04-17
Restore the ability to continue booting after legacy image overwrite
Marian Balakowicz
1
-11
/
+26
2008-03-26
Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing
Bartlomiej Sieka
1
-1244
/
+725
2008-03-26
Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
Jerry Van Baren
1
-14
/
+0
2008-03-20
[new uImage] Disable debuging output in preparation for merge with master
Bartlomiej Sieka
1
-1
/
+0
2008-03-18
The patch introduces the alternative configuration of the log buffer for the ...
Yuri Tikhonov
1
-0
/
+4
2008-03-12
[new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
Marian Balakowicz
1
-4
/
+10
2008-03-12
[new uImage] More verbose kernel image uncompress error message
Marian Balakowicz
1
-2
/
+4
2008-03-12
[new uImage] Use show_boot_progress() for new uImage format
Marian Balakowicz
1
-4
/
+26
2008-03-12
[new uImage] Add node offsets for FIT images listed in struct bootm_headers
Marian Balakowicz
1
-15
/
+8
2008-03-12
[new uImage] Re-enable interrupts for non automatic booting
Marian Balakowicz
1
-1
/
+5
2008-03-12
[new uImage] Add new uImage format support for kernel booting
Marian Balakowicz
1
-11
/
+144
2008-03-11
[new uImage] Add new uImage format support for imls and iminfo commands
Marian Balakowicz
1
-5
/
+11
2008-02-29
[new uImage] Update naming convention for bootm/uImage related code
Marian Balakowicz
1
-18
/
+18
2008-02-29
[new uImage] Provide ability to restrict region used for boot images
Kumar Gala
1
-5
/
+5
2008-02-29
[new uImage] Use lmb for bootm allocations
Kumar Gala
1
-0
/
+8
[next]