- dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
- ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
- 1f2b05a Fix gunzip in case of insufficient output buffer by Matthias Fuchs · 16 years ago
- 697675e bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS} by Kumar Gala · 16 years ago
- 18178bc bootm: Add subcommands by Kumar Gala · 16 years ago
- bf3954f bootm: Move to using a function pointer table for the boot os function by Kumar Gala · 16 years ago
- b02d722 Added arch_lmb_reserve to allow arch specific memory regions protection by Kumar Gala · 16 years ago
- 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 2283467 Fix lzma uncompress call (image_start wrongly used instead image_len) by Luigi 'Comio' Mantellini · 16 years ago
- 35afc06 Add support for LZMA uncompression algorithm. by Luigi 'Comio' Mantellini · 16 years ago
- fcd9644 bootm_load_os: fix load_end debug message by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- a936b89 bootm: enable fdt support only on ppc, m68k and sparc by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 03797f5 FIT: make iminfo check hashes of all images in FIT, return 1 on failed check by Bartlomiej Sieka · 16 years ago
- 56b8dd1 Add support for booting of INTEGRITY operating system uImages by Peter Tyser · 16 years ago
- 97cd8a3 Remove support for booting ARTOS images by Kumar Gala · 16 years ago
- 7d95635 common/cmd_bootm.c: fix printf() format warnings by Wolfgang Denk · 16 years ago
- b8ca734 Prevent crash if random/invalid ramdisks are passed to bootm by Kumar Gala · 16 years ago
- 128de00 Prevent crash if random DTB address is passed to bootm by Anatolij Gustschin · 16 years ago
- 48626aa bootm: refactor do_reset and os boot function args by Kumar Gala · 16 years ago
- bd70bbe bootm: refactor image detection and os load steps by Kumar Gala · 16 years ago
- da6d11e bootm: move lmb into the bootm_headers_t structure by Kumar Gala · 16 years ago
- 9f4e7e4 bootm: Set working fdt address as part of the bootm flow by Kumar Gala · 16 years ago
- a5130ad bootm: refactor fdt locating and relocation code by Kumar Gala · 16 years ago
- fffb143 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
- 93467bc bootm: refactor entry point code by Kumar Gala · 16 years ago
- 0687e30 Clean up usage of icache_disable/dcache_disable by Kumar Gala · 16 years ago
- 026e4ac Fix fallout from autostart revert by Kumar Gala · 16 years ago
- 93722fe Revert "[new uImage] Add autostart flag to bootm_headers structure" by Wolfgang Denk · 16 years ago
- 3110cf8 Uncompressed images loaded to their start address shall set load_end too by Guennadi Liakhovetski · 16 years ago
- a629a72 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)' by Stefan Roese · 16 years ago
- 044655b Fix remaining CFG_CMD_ define, ifdef and comments by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 28d8d70 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile by Wolfgang Denk · 16 years ago
- 09197cb USB: shutdown USB before booting by Markus Klotzbücher · 16 years ago
- 8d54188 Fix some more print() format errors. by Wolfgang Denk · 16 years ago
- d26d67c Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
- 7903f72 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled by Marian Balakowicz · 17 years ago
- 4786859 Memory footprint optimizations by Bartlomiej Sieka · 17 years ago
- b9b4c95 Fix build breakage casued by commit c0559be371b2 by Wolfgang Denk · 17 years ago
- ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 17 years ago
- 9eede9b Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing by Bartlomiej Sieka · 17 years ago
- c694d3d Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T by Jerry Van Baren · 17 years ago
- 432c914 [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · 17 years ago
- 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 · 17 years ago
- 0cd4f3d [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
- b5324a8 [new uImage] More verbose kernel image uncompress error message by Marian Balakowicz · 17 years ago
- 74eb4ae [new uImage] Use show_boot_progress() for new uImage format by Marian Balakowicz · 17 years ago
- 61c1ad5 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
- 9c22026 [new uImage] Re-enable interrupts for non automatic booting by Marian Balakowicz · 17 years ago
- 9f8e4aa [new uImage] Add new uImage format support for kernel booting by Marian Balakowicz · 17 years ago
- cc1fd91 [new uImage] Add new uImage format support for imls and iminfo commands by Marian Balakowicz · 17 years ago
- d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
- c5bacfd [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
- b937bb7 [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
- fb71ccf [new uImage] Add autostart flag to bootm_headers structure by Kumar Gala · 17 years ago
- 6d7bfa8 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images by Kumar Gala · 17 years ago
- 59504f6 [new uImage] Add image_get_kernel() routine by Marian Balakowicz · 17 years ago
- 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
- dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
- a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
- c536d6f [new uImage] Add gen_get_image() routine by Marian Balakowicz · 17 years ago
- c40032c [new uImage] Move kernel data find code to get_kernel() routine by Marian Balakowicz · 17 years ago
- 05c1d3f [new uImage] Factor out common routines for getting os/arch/type/comp names by Marian Balakowicz · 17 years ago
- 1438c45 [new uImage] Remove standalone applications handling from boootm by Marian Balakowicz · 17 years ago
- d216085 [new uImage] Remove OF_FLAT_TREE support from PPC bootm code by Marian Balakowicz · 17 years ago
- f92332b [new uImage] Return error on image move/uncompress overwrites by Marian Balakowicz · 17 years ago
- b4a12a9 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
- 2df645e [new uImage] Cleanup cmd_bootm.c by Marian Balakowicz · 17 years ago
- f9a67bd [new uImage] Add memmove_wd() common routine by Marian Balakowicz · 17 years ago
- bb3752e [new uImage] Remove I386 uImage fake_header() routine by Marian Balakowicz · 17 years ago
- 20c4372 [new uImage] Move CHUNKSZ definition to image.h by Marian Balakowicz · 17 years ago
- be946ba [new uImage] Move gunzip() common code to common/gunzip.c by Marian Balakowicz · 17 years ago
- 751b2b8 [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux() by Marian Balakowicz · 17 years ago
- 2437cf2 [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c by Marian Balakowicz · 17 years ago
- 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
- bde7089 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
- e609916 Fix two typos. by Detlev Zundel · 17 years ago
- 49c7332 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
- c1fa489 Bugfix: make bootm+libfdt compile on boards with no flash by Grant Likely · 17 years ago
- a66af9d Fix do_bootm_linux() so that multi-file images with FDT blob boot. by Bartlomiej Sieka · 17 years ago
- a7134b1 bootm/fdt: Only process the fdt if an fdt address was provided by Grant Likely · 17 years ago
- a0472ad Fix warnings from of_data copy fix by Andy Fleming · 17 years ago
- d9a8d55 Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards by Andy Fleming · 17 years ago
- f6b713b Fix where the #ifdef CFG_BOOTMAPSZ is placed. by Jerry Van Baren · 17 years ago
- 63a5653 Fix initrd/dtb interaction by Andy Fleming · 17 years ago
- b5ceed7 fdt: do board setup based on fdt address specified on bootm line by Kim Phillips · 17 years ago
- 566fae3 Call ft_board_setup() from the bootm command. by Gerald Van Baren · 17 years ago
- 8e1aa43 Asthetic improvements: error messages and line lengths. by Gerald Van Baren · 17 years ago
- eaa1464 Reorganize and fix problems (returns) in the bootm command. by Gerald Van Baren · 18 years ago
- 2beccd6 Fix bugs in the CONFIG_OF_LIBFDT by Gerald Van Baren · 18 years ago
- ff87484 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
- 8a8ec53 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
- d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
- 54324d0 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
- 8692c60 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
- 970dc33 sh: First support code of SuperH. by Nobuhiro Iwamatsu · 18 years ago
- fce39ff Fix initrd length corruption in bootm command. by Wolfgang Denk · 18 years ago
- c9502b9 Improve the bootm command for CONFIG_OF_LIBFDT by Gerald Van Baren · 18 years ago
- c4a57ea Moved fdt command support code to fdt_support.c by Gerald Van Baren · 18 years ago
- 3248089 Fix some minor whitespace violations. by Gerald Van Baren · 18 years ago
- d6abef4 Add a flattened device tree (fdt) command (2 of 2) by Gerald Van Baren · 18 years ago