- c8bb963 LZMA and LZO causes compile error by Matthias Weisser · Thu Aug 05 13:17:30 2010 +0200
- b41ad24 bootm: fix pointer warning with lzma by Mike Frysinger · Sun Jul 25 15:54:17 2010 -0400
- 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
- 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
- b0b104a Remove AmigaOneG3SE board by Wolfgang Denk · Sun Jun 13 18:28:54 2010 +0200
- 56fff49 nios: remove nios-32 arch by Thomas Chou · Fri May 28 10:56:50 2010 +0800
- e455100 Move test for unnecessary memmove to memmove_wd() by Larry Johnson · Tue Apr 20 08:09:43 2010 -0400
- 8f16e07 Merge branch 'next' by Wolfgang Denk · Thu Apr 01 11:28:32 2010 +0200
- 64ccc83 bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt" by Heiko Schocher · Mon Mar 29 13:15:48 2010 +0200
- 6b419fb cmd_bootm.c: made subcommand array static by Frans Meulenbroeks · Thu Feb 25 10:12:13 2010 +0100
- ab427ae gzip/zlib: make features optional by Mike Frysinger · Thu Jan 21 19:30:36 2010 -0500
- a0dadf8 lmb: only force on arches that use it by Mike Frysinger · Tue Nov 03 11:35:59 2009 -0500
- 030c11c cmd_bootm.c: Change interpretation of standalone image parameters. by Detlev Zundel · Tue Dec 22 12:43:02 2009 +0100
- 4e46ab3 cmd_bootm.c: Do not load a ramdisk when not booting a kernel. by Detlev Zundel · Tue Dec 22 12:43:01 2009 +0100
- d595458 config_defaults.h: new header for common u-boot config defaults by Mike Frysinger · Wed Dec 02 21:15:03 2009 -0500
- 32d15b9 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · Wed Dec 09 15:16:47 2009 +0100
- 12decf4 Merge branch 'master' into next by Wolfgang Denk · Mon Dec 07 22:47:17 2009 +0100
- 694a393 bootm: Fix help message's sub-command ordering by Peter Tyser · Wed Nov 18 19:08:59 2009 -0600
- e3c1dc5 Merge branch 'master' into next by Wolfgang Denk · Sat Dec 05 02:11:59 2009 +0100
- f7440cd add lzop decompression support by Peter Korsgaard · Thu Nov 19 11:37:51 2009 +0100
- 6c1616a bootm: mark local boot_os[] table static by Mike Frysinger · Tue Nov 03 11:36:26 2009 -0500
- 00d8656 Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y by Remy Bohmer · Thu Oct 29 14:24:22 2009 +0100
- 9057cbf Conditionally perform common relocation fixups by Peter Tyser · Mon Sep 21 11:20:36 2009 -0500
- 5e72669 Add ability for arch code to make changes before we boot by Kumar Gala · Thu Aug 27 08:23:55 2009 -0500
- ea32b5e Re-add support for image type 'Standalone Program' by Detlev Zundel · Mon Jul 13 16:01:19 2009 +0200
- 7709447 Add error checking for unsupported OS types. by Detlev Zundel · Mon Jul 13 16:01:18 2009 +0200
- d02bd74 Refresh LZMA-lib to v4.65 by Luigi 'Comio' Mantellini · Tue Jul 21 10:45:49 2009 +0200
- c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
- 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · Sat Apr 04 12:49:11 2009 +0200
- ce56fea bootm: Reduce the unnecessary memmove by Minkyu Kang · Wed Feb 18 09:05:52 2009 +0900
- dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
- ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
- 1f2b05a Fix gunzip in case of insufficient output buffer by Matthias Fuchs · Fri Jan 02 15:11:41 2009 +0100
- 697675e bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS} by Kumar Gala · Tue Oct 21 17:25:47 2008 -0500
- 18178bc bootm: Add subcommands by Kumar Gala · Tue Oct 21 17:25:45 2008 -0500
- bf3954f bootm: Move to using a function pointer table for the boot os function by Kumar Gala · Tue Oct 21 17:25:44 2008 -0500
- b02d722 Added arch_lmb_reserve to allow arch specific memory regions protection by Kumar Gala · Thu Oct 16 21:52:08 2008 -0500
- 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
- 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