Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
f7cef5dd982119a92d4297cd38b1de1e377314ee
/
common
/
cmd_bootm.c
2283467
Fix lzma uncompress call (image_start wrongly used instead image_len)
by Luigi 'Comio' Mantellini
· Sat Sep 13 10:04:32 2008 +0200
35afc06
Add support for LZMA uncompression algorithm.
by Luigi 'Comio' Mantellini
· Mon Sep 08 02:46:13 2008 +0200
fcd9644
bootm_load_os: fix load_end debug message
by Jean-Christophe PLAGNIOL-VILLARD
· Tue Sep 09 22:18:24 2008 +0200
a936b89
bootm: enable fdt support only on ppc, m68k and sparc
by Jean-Christophe PLAGNIOL-VILLARD
· Tue Sep 09 22:18:23 2008 +0200
03797f5
FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
by Bartlomiej Sieka
· Tue Sep 09 12:58:16 2008 +0200
56b8dd1
Add support for booting of INTEGRITY operating system uImages
by Peter Tyser
· Mon Sep 08 14:56:49 2008 -0500
97cd8a3
Remove support for booting ARTOS images
by Kumar Gala
· Mon Sep 08 13:57:12 2008 -0500
7d95635
common/cmd_bootm.c: fix printf() format warnings
by Wolfgang Denk
· Mon Sep 08 22:10:28 2008 +0200
b8ca734
Prevent crash if random/invalid ramdisks are passed to bootm
by Kumar Gala
· Fri Aug 29 19:08:29 2008 -0500
128de00
Prevent crash if random DTB address is passed to bootm
by Anatolij Gustschin
· Fri Aug 29 21:04:45 2008 +0200
48626aa
bootm: refactor do_reset and os boot function args
by Kumar Gala
· Fri Aug 15 08:24:45 2008 -0500
bd70bbe
bootm: refactor image detection and os load steps
by Kumar Gala
· Fri Aug 15 08:24:41 2008 -0500
da6d11e
bootm: move lmb into the bootm_headers_t structure
by Kumar Gala
· Fri Aug 15 08:24:40 2008 -0500
9f4e7e4
bootm: Set working fdt address as part of the bootm flow
by Kumar Gala
· Fri Aug 15 08:24:39 2008 -0500
a5130ad
bootm: refactor fdt locating and relocation code
by Kumar Gala
· Fri Aug 15 08:24:38 2008 -0500
fffb143
bootm: refactor ramdisk locating code
by Kumar Gala
· Fri Aug 15 08:24:37 2008 -0500
93467bc
bootm: refactor entry point code
by Kumar Gala
· Fri Aug 15 08:24:36 2008 -0500
0687e30
Clean up usage of icache_disable/dcache_disable
by Kumar Gala
· Fri Aug 15 08:24:32 2008 -0500
026e4ac
Fix fallout from autostart revert
by Kumar Gala
· Mon Aug 11 09:20:53 2008 -0500
93722fe
Revert "[new uImage] Add autostart flag to bootm_headers structure"
by Wolfgang Denk
· Sun Aug 10 01:26:26 2008 +0200
3110cf8
Uncompressed images loaded to their start address shall set load_end too
by Guennadi Liakhovetski
· Thu Jul 31 12:35:04 2008 +0200
a629a72
cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
by Stefan Roese
· Wed Jul 30 09:59:51 2008 +0200
044655b
Fix remaining CFG_CMD_ define, ifdef and comments
by Jean-Christophe PLAGNIOL-VILLARD
· Fri Jul 25 15:18:16 2008 +0200
28d8d70
Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
by Wolfgang Denk
· Tue Jul 15 22:22:44 2008 +0200
09197cb
USB: shutdown USB before booting
by Markus Klotzbücher
· Thu Jul 10 14:47:09 2008 +0200
8d54188
Fix some more print() format errors.
by Wolfgang Denk
· Thu Jul 10 13:16:09 2008 +0200
d26d67c
Change lmb to use phys_size_t/phys_addr_t
by Becky Bruce
· Mon Jun 09 20:37:18 2008 -0500
7903f72
Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
by Marian Balakowicz
· Wed May 07 09:03:53 2008 +0200
4786859
Memory footprint optimizations
by Bartlomiej Sieka
· Fri Apr 18 12:39:23 2008 +0200
b9b4c95
Fix build breakage casued by commit c0559be371b2
by Wolfgang Denk
· Fri Apr 18 11:44:27 2008 -0700
ab00e02
Restore the ability to continue booting after legacy image overwrite
by Marian Balakowicz
· Fri Apr 11 11:07:49 2008 +0200
9eede9b
Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing
by Bartlomiej Sieka
· Wed Mar 26 09:38:06 2008 +0100
c694d3d
Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
by Jerry Van Baren
· Sat Mar 22 14:23:49 2008 -0400
432c914
[new uImage] Disable debuging output in preparation for merge with master
by Bartlomiej Sieka
· Thu Mar 20 23:20:31 2008 +0100
fe1d91b
The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5).
by Yuri Tikhonov
· Wed Feb 06 18:48:36 2008 +0100
0cd4f3d
[new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
by Marian Balakowicz
· Wed Mar 12 10:35:46 2008 +0100
b5324a8
[new uImage] More verbose kernel image uncompress error message
by Marian Balakowicz
· Wed Mar 12 10:33:01 2008 +0100
74eb4ae
[new uImage] Use show_boot_progress() for new uImage format
by Marian Balakowicz
· Wed Mar 12 10:33:01 2008 +0100
61c1ad5
[new uImage] Add node offsets for FIT images listed in struct bootm_headers
by Marian Balakowicz
· Wed Mar 12 10:32:59 2008 +0100
9c22026
[new uImage] Re-enable interrupts for non automatic booting
by Marian Balakowicz
· Wed Mar 12 10:14:57 2008 +0100
9f8e4aa
[new uImage] Add new uImage format support for kernel booting
by Marian Balakowicz
· Wed Mar 12 10:01:05 2008 +0100
cc1fd91
[new uImage] Add new uImage format support for imls and iminfo commands
by Marian Balakowicz
· Tue Mar 11 12:35:20 2008 +0100
d7c88a4
[new uImage] Update naming convention for bootm/uImage related code
by Marian Balakowicz
· Fri Feb 29 14:58:34 2008 +0100
c5bacfd
[new uImage] Provide ability to restrict region used for boot images
by Kumar Gala
· Wed Feb 27 21:51:50 2008 -0600
b937bb7
[new uImage] Use lmb for bootm allocations
by Kumar Gala
· Wed Feb 27 21:51:49 2008 -0600
fb71ccf
[new uImage] Add autostart flag to bootm_headers structure
by Kumar Gala
· Wed Feb 27 21:51:48 2008 -0600
6d7bfa8
[new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
by Kumar Gala
· Wed Feb 27 21:51:47 2008 -0600
59504f6
[new uImage] Add image_get_kernel() routine
by Marian Balakowicz
· Wed Feb 27 11:02:07 2008 +0100
61fde55
[new uImage] Move image verify flag to bootm_headers structure
by Marian Balakowicz
· Wed Feb 27 11:01:04 2008 +0100
dbdd16a
[new uImage] Add dual format uImage support framework
by Marian Balakowicz
· Mon Feb 04 08:28:09 2008 +0100
a1cc147
[new uImage] Rename and move print_image_hdr() routine
by Marian Balakowicz
· Thu Feb 21 17:27:41 2008 +0100
c536d6f
[new uImage] Add gen_get_image() routine
by Marian Balakowicz
· Thu Feb 21 17:20:19 2008 +0100
c40032c
[new uImage] Move kernel data find code to get_kernel() routine
by Marian Balakowicz
· Thu Jan 31 13:59:09 2008 +0100
05c1d3f
[new uImage] Factor out common routines for getting os/arch/type/comp names
by Marian Balakowicz
· Thu Jan 31 13:20:07 2008 +0100
1438c45
[new uImage] Remove standalone applications handling from boootm
by Marian Balakowicz
· Thu Jan 31 13:20:07 2008 +0100
d216085
[new uImage] Remove OF_FLAT_TREE support from PPC bootm code
by Marian Balakowicz
· Thu Jan 31 13:20:07 2008 +0100
f92332b
[new uImage] Return error on image move/uncompress overwrites
by Marian Balakowicz
· Thu Jan 31 13:20:06 2008 +0100
b4a12a9
[new uImage] Cleanup image header pointer use in bootm code
by Marian Balakowicz
· Tue Jan 08 18:12:17 2008 +0100
2df645e
[new uImage] Cleanup cmd_bootm.c
by Marian Balakowicz
· Tue Jan 08 18:17:10 2008 +0100
f9a67bd
[new uImage] Add memmove_wd() common routine
by Marian Balakowicz
· Tue Jan 08 18:11:45 2008 +0100
bb3752e
[new uImage] Remove I386 uImage fake_header() routine
by Marian Balakowicz
· Tue Jan 08 18:11:44 2008 +0100
20c4372
[new uImage] Move CHUNKSZ definition to image.h
by Marian Balakowicz
· Tue Jan 08 18:11:44 2008 +0100
be946ba
[new uImage] Move gunzip() common code to common/gunzip.c
by Marian Balakowicz
· Tue Jan 08 18:11:43 2008 +0100
751b2b8
[new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
by Marian Balakowicz
· Tue Jan 08 18:11:43 2008 +0100
2437cf2
[new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
by Marian Balakowicz
· Tue Jan 08 18:11:43 2008 +0100
41d71ed
[new uImage] Define a API for image handling operations
by Marian Balakowicz
· Tue Jan 08 18:14:09 2008 +0100
bde7089
Merge git://www.denx.de/git/u-boot
by Nobuhiro Iwamatsu
· Thu Nov 29 00:56:37 2007 +0900
e609916
Fix two typos.
by Detlev Zundel
· Fri Oct 19 16:47:26 2007 +0200
49c7332
Merge git://www.denx.de/git/u-boot
by Nobuhiro Iwamatsu
· Sun Sep 23 01:29:43 2007 +0900
c1fa489
Bugfix: make bootm+libfdt compile on boards with no flash
by Grant Likely
· Fri Sep 07 09:25:07 2007 -0600
a66af9d
Fix do_bootm_linux() so that multi-file images with FDT blob boot.
by Bartlomiej Sieka
· Tue Sep 04 17:31:22 2007 +0200
a7134b1
bootm/fdt: Only process the fdt if an fdt address was provided
by Grant Likely
· Thu Sep 06 09:47:40 2007 -0600
a0472ad
Fix warnings from of_data copy fix
by Andy Fleming
· Wed Aug 15 20:06:50 2007 -0500
d9a8d55
Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
by Andy Fleming
· Wed Aug 15 17:30:56 2007 -0500
f6b713b
Fix where the #ifdef CFG_BOOTMAPSZ is placed.
by Jerry Van Baren
· Wed Aug 15 11:13:15 2007 -0400
63a5653
Fix initrd/dtb interaction
by Andy Fleming
· Tue Aug 14 10:32:59 2007 -0500
b5ceed7
fdt: do board setup based on fdt address specified on bootm line
by Kim Phillips
· Tue Jul 17 13:56:53 2007 -0500
566fae3
Call ft_board_setup() from the bootm command.
by Gerald Van Baren
· Tue Jul 10 20:40:39 2007 -0400
8e1aa43
Asthetic improvements: error messages and line lengths.
by Gerald Van Baren
· Mon Jun 25 19:52:23 2007 -0400
eaa1464
Reorganize and fix problems (returns) in the bootm command.
by Gerald Van Baren
· Sat May 12 09:45:46 2007 -0400
2beccd6
Fix bugs in the CONFIG_OF_LIBFDT
by Gerald Van Baren
· Tue May 08 21:27:35 2007 -0400
ff87484
Merge with /home/wd/git/u-boot/custodian/u-boot-testing
by Wolfgang Denk
· Mon Aug 06 01:11:08 2007 +0200
8a8ec53
make show_boot_progress () weak.
by Heiko Schocher
· Fri Jul 13 09:54:17 2007 +0200
d704d91
common/: Remove lingering references to CFG_CMD_* symbols.
by Jon Loeliger
· Tue Jul 10 11:02:44 2007 -0500
54324d0
common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
by Jon Loeliger
· Sun Jul 08 17:51:39 2007 -0500
8692c60
common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· Mon Jun 11 19:01:43 2007 -0500
970dc33
sh: First support code of SuperH.
by Nobuhiro Iwamatsu
· Sun May 13 20:58:00 2007 +0900
fce39ff
Fix initrd length corruption in bootm command.
by Wolfgang Denk
· Fri May 04 10:02:33 2007 +0200
c9502b9
Improve the bootm command for CONFIG_OF_LIBFDT
by Gerald Van Baren
· Sat Apr 14 22:51:24 2007 -0400
c4a57ea
Moved fdt command support code to fdt_support.c
by Gerald Van Baren
· Fri Apr 06 14:19:43 2007 -0400
3248089
Fix some minor whitespace violations.
by Gerald Van Baren
· Sat Mar 31 14:30:53 2007 -0400
d6abef4
Add a flattened device tree (fdt) command (2 of 2)
by Gerald Van Baren
· Sat Mar 31 12:23:51 2007 -0400
b284679
Code cleanup / re-insert previous Copyright entries.
by Wolfgang Denk
· Thu Mar 22 00:13:12 2007 +0100
450c23e
[Blackfin][PATCH-2/2] Common files changed to support bf533 platform
by Aubrey.Li
· Fri Mar 09 13:40:56 2007 +0800
208d38a
[PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
by Stefan Roese
· Mon Nov 27 17:04:06 2006 +0100
9ba223b
Code cleanup.
by Wolfgang Denk
· Thu Oct 26 16:24:31 2006 +0200
665915b
Added support for Multi-Image files that contain a device tree
by Kumar Gala
· Tue Oct 24 23:47:37 2006 -0500
95c0bc5
Merge with /home/wd/git/u-boot/master
by Wolfgang Denk
· Tue Oct 24 17:08:31 2006 +0200
0b7bf03
Fix possible uninitialized variable compiler warning.
by Grant Likely
· Tue Oct 10 00:23:32 2006 -0600
aad3853
Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd
by Wolfgang Denk
· Wed Oct 11 23:54:37 2006 +0200
Next »