Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
04d414090c71f986b54838f791430fabaa57ca7c
/
common
/
cmd_bootm.c
« Previous
c160a95
bootm: refactor entry point code
by Kumar Gala
· 16 years ago
fcd69a1
Clean up usage of icache_disable/dcache_disable
by Kumar Gala
· 16 years ago
3216ca9
Fix fallout from autostart revert
by Kumar Gala
· 16 years ago
0bf202e
Revert "[new uImage] Add autostart flag to bootm_headers structure"
by Wolfgang Denk
· 16 years ago
2e752be
Uncompressed images loaded to their start address shall set load_end too
by Guennadi Liakhovetski
· 16 years ago
ebb86c4
cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
by Stefan Roese
· 16 years ago
936897d
Fix remaining CFG_CMD_ define, ifdef and comments
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
699f051
Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
by Wolfgang Denk
· 16 years ago
3d71c81
USB: shutdown USB before booting
by Markus Klotzbücher
· 16 years ago
06c53be
Fix some more print() format errors.
by Wolfgang Denk
· 16 years ago
391fd93
Change lmb to use phys_size_t/phys_addr_t
by Becky Bruce
· 16 years ago
273c37d
Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
by Marian Balakowicz
· 17 years ago
edbed24
Memory footprint optimizations
by Bartlomiej Sieka
· 17 years ago
1e01477
Fix build breakage casued by commit c0559be371b2
by Wolfgang Denk
· 17 years ago
cb1c489
Restore the ability to continue booting after legacy image overwrite
by Marian Balakowicz
· 17 years ago
27f33e9
Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing
by Bartlomiej Sieka
· 17 years ago
43ddd9c
Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
by Jerry Van Baren
· 17 years ago
dafaede
[new uImage] Disable debuging output in preparation for merge with master
by Bartlomiej Sieka
· 17 years ago
3d61018
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
· 17 years ago
f773bea
[new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
by Marian Balakowicz
· 17 years ago
2682ce8
[new uImage] More verbose kernel image uncompress error message
by Marian Balakowicz
· 17 years ago
1372cce
[new uImage] Use show_boot_progress() for new uImage format
by Marian Balakowicz
· 17 years ago
3dfe110
[new uImage] Add node offsets for FIT images listed in struct bootm_headers
by Marian Balakowicz
· 17 years ago
a44a269
[new uImage] Re-enable interrupts for non automatic booting
by Marian Balakowicz
· 17 years ago
6986a38
[new uImage] Add new uImage format support for kernel booting
by Marian Balakowicz
· 17 years ago
e32fea6
[new uImage] Add new uImage format support for imls and iminfo commands
by Marian Balakowicz
· 17 years ago
9a4daad
[new uImage] Update naming convention for bootm/uImage related code
by Marian Balakowicz
· 17 years ago
d3f2fa0
[new uImage] Provide ability to restrict region used for boot images
by Kumar Gala
· 17 years ago
e822d7f
[new uImage] Use lmb for bootm allocations
by Kumar Gala
· 17 years ago
f5614e7
[new uImage] Add autostart flag to bootm_headers structure
by Kumar Gala
· 17 years ago
4ed6552
[new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
by Kumar Gala
· 17 years ago
1efd436
[new uImage] Add image_get_kernel() routine
by Marian Balakowicz
· 17 years ago
8a5ea3e
[new uImage] Move image verify flag to bootm_headers structure
by Marian Balakowicz
· 17 years ago
d5934ad
[new uImage] Add dual format uImage support framework
by Marian Balakowicz
· 17 years ago
2242f53
[new uImage] Rename and move print_image_hdr() routine
by Marian Balakowicz
· 17 years ago
fff888a1
[new uImage] Add gen_get_image() routine
by Marian Balakowicz
· 17 years ago
5cf746c
[new uImage] Move kernel data find code to get_kernel() routine
by Marian Balakowicz
· 17 years ago
42b73e8
[new uImage] Factor out common routines for getting os/arch/type/comp names
by Marian Balakowicz
· 17 years ago
e99c266
[new uImage] Remove standalone applications handling from boootm
by Marian Balakowicz
· 17 years ago
4a2ad5f
[new uImage] Remove OF_FLAT_TREE support from PPC bootm code
by Marian Balakowicz
· 17 years ago
7582438
[new uImage] Return error on image move/uncompress overwrites
by Marian Balakowicz
· 17 years ago
f13e7b2
[new uImage] Cleanup image header pointer use in bootm code
by Marian Balakowicz
· 17 years ago
1ee1180
[new uImage] Cleanup cmd_bootm.c
by Marian Balakowicz
· 17 years ago
af13cdb
[new uImage] Add memmove_wd() common routine
by Marian Balakowicz
· 17 years ago
261dcf4
[new uImage] Remove I386 uImage fake_header() routine
by Marian Balakowicz
· 17 years ago
559316f
[new uImage] Move CHUNKSZ definition to image.h
by Marian Balakowicz
· 17 years ago
321359f
[new uImage] Move gunzip() common code to common/gunzip.c
by Marian Balakowicz
· 17 years ago
d45d5a1
[new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
by Marian Balakowicz
· 17 years ago
5d3cc55
[new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
by Marian Balakowicz
· 17 years ago
b97a2a0
[new uImage] Define a API for image handling operations
by Marian Balakowicz
· 17 years ago
7fc7928
Merge git://www.denx.de/git/u-boot
by Nobuhiro Iwamatsu
· 17 years ago
5441f61
Fix two typos.
by Detlev Zundel
· 17 years ago
b8685af
Merge git://www.denx.de/git/u-boot
by Nobuhiro Iwamatsu
· 17 years ago
a7d7eca
Bugfix: make bootm+libfdt compile on boards with no flash
by Grant Likely
· 17 years ago
5b729fb
Fix do_bootm_linux() so that multi-file images with FDT blob boot.
by Bartlomiej Sieka
· 17 years ago
e790212
bootm/fdt: Only process the fdt if an fdt address was provided
by Grant Likely
· 17 years ago
82bd9ee
Fix warnings from of_data copy fix
by Andy Fleming
· 17 years ago
10aaf71
Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
by Andy Fleming
· 17 years ago
210f463
Fix where the #ifdef CFG_BOOTMAPSZ is placed.
by Jerry Van Baren
· 17 years ago
073e1b5
Fix initrd/dtb interaction
by Andy Fleming
· 17 years ago
91148bf
fdt: do board setup based on fdt address specified on bootm line
by Kim Phillips
· 17 years ago
e125a2f
Call ft_board_setup() from the bootm command.
by Gerald Van Baren
· 17 years ago
c45874b
Asthetic improvements: error messages and line lengths.
by Gerald Van Baren
· 17 years ago
38eb508
Reorganize and fix problems (returns) in the bootm command.
by Gerald Van Baren
· 18 years ago
89c8757
Fix bugs in the CONFIG_OF_LIBFDT
by Gerald Van Baren
· 18 years ago
f2c2a93
Merge with /home/wd/git/u-boot/custodian/u-boot-testing
by Wolfgang Denk
· 17 years ago
fad6340
make show_boot_progress () weak.
by Heiko Schocher
· 17 years ago
9025317
common/: Remove lingering references to CFG_CMD_* symbols.
by Jon Loeliger
· 17 years ago
baa26db
common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
by Jon Loeliger
· 17 years ago
a76adc8
common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
0b135cf
sh: First support code of SuperH.
by Nobuhiro Iwamatsu
· 18 years ago
9877d7d
Fix initrd length corruption in bootm command.
by Wolfgang Denk
· 18 years ago
c28abb9
Improve the bootm command for CONFIG_OF_LIBFDT
by Gerald Van Baren
· 18 years ago
64dbbd4
Moved fdt command support code to fdt_support.c
by Gerald Van Baren
· 18 years ago
aea03c4
Fix some minor whitespace violations.
by Gerald Van Baren
· 18 years ago
213bf8c
Add a flattened device tree (fdt) command (2 of 2)
by Gerald Van Baren
· 18 years ago
44ba464
Code cleanup / re-insert previous Copyright entries.
by Wolfgang Denk
· 18 years ago
ef26a08
[Blackfin][PATCH-2/2] Common files changed to support bf533 platform
by Aubrey.Li
· 18 years ago
da5553b
[PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
by Stefan Roese
· 18 years ago
2b2a40b
Code cleanup.
by Wolfgang Denk
· 18 years ago
c76f951
Added support for Multi-Image files that contain a device tree
by Kumar Gala
· 18 years ago
d97370f
Merge with /home/wd/git/u-boot/master
by Wolfgang Denk
· 18 years ago
1eaf3a5
Fix possible uninitialized variable compiler warning.
by Grant Likely
· 18 years ago
7e2a24d
Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd
by Wolfgang Denk
· 18 years ago
7376eb8
* Fix a bunch of compiler warnings for gcc 4.0
by Matthew McClintock
· 18 years ago
fb883a5
Merge with /home/wd/git/u-boot/master
by Wolfgang Denk
· 18 years ago
daaba98
Merge branch 'master' of http://www.denx.de/git/u-boot
by Jon Loeliger
· 18 years ago
1a1b737
Define IH_CPU_AVR32
by Stefan Roese
· 18 years ago
b2b7842
* Another small fix for booting with disable_of
by Matthew McClintock
· 18 years ago
5de62c4
Fix disable_of booting
by Matthew McClintock
· 18 years ago
87a449c
Support for FDT in uImage format, error when using FDT from flash
by Matthew McClintock
· 18 years ago
1c8f6d8
Unlock cache before kernel starts up for MPC86xx
by Haiying Wang
· 18 years ago
86c8e17
* Fix disable_of booting
by Matthew McClintock
· 18 years ago
25c751e
* Support for FDT in uImage format, error when using FDT from flash
by Matthew McClintock
· 18 years ago
92c427b
Merge branch 'mpc85xx'
by Jon Loeliger
· 18 years ago
5498d90
* Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
by Matthew McClintock
· 18 years ago
0267768
* Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
by Matthew McClintock
· 18 years ago
fcb28e7
Fixed initrd issue by define big RAM
by Jin Zhengxiong
· 18 years ago
e6cd2a1
We made a u-boot patch to fix the hang up issue
by Jason Jin
· 18 years ago
1b380ec
* Patch to modify ft_build.c to update flat device trees in place
by Matthew McClintock
· 18 years ago
Next »