Commit Graph

184 Commits (a89c33db96a1e55319a286dd4c3c05ca64ac6bfd)

Author SHA1 Message Date
Wolfgang Denk a89c33db96 General help message cleanup 15 years ago
Jean-Christophe PLAGNIOL-VILLARD a31e091ad7 rename include/zlib.h to include/u-boot/zlib.h 15 years ago
Minkyu Kang fca0cecff7 bootm: Reduce the unnecessary memmove 16 years ago
Peter Tyser 2fb2604d5c Command usage cleanup 16 years ago
Peter Tyser 62c3ae7c6e Standardize command usage messages with cmd_usage() 16 years ago
Matthias Fuchs 107b801cf3 Fix gunzip in case of insufficient output buffer 16 years ago
Kumar Gala b1d0db1805 bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS} 16 years ago
Kumar Gala 49c3a861d1 bootm: Add subcommands 16 years ago
Kumar Gala be08315933 bootm: Move to using a function pointer table for the boot os function 16 years ago
Kumar Gala 76da19df5b Added arch_lmb_reserve to allow arch specific memory regions protection 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 16 years ago
Luigi 'Comio' Mantellini d977a57356 Fix lzma uncompress call (image_start wrongly used instead image_len) 16 years ago
Luigi 'Comio' Mantellini fc9c1727b5 Add support for LZMA uncompression algorithm. 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 54b4ab3c96 bootm_load_os: fix load_end debug message 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 1d9af0be76 bootm: enable fdt support only on ppc, m68k and sparc 16 years ago
Bartlomiej Sieka a4f243452c FIT: make iminfo check hashes of all images in FIT, return 1 on failed check 16 years ago
Peter Tyser f5ed9e3908 Add support for booting of INTEGRITY operating system uImages 16 years ago
Kumar Gala 9ba2e2c819 Remove support for booting ARTOS images 16 years ago
Wolfgang Denk 9863a15a98 common/cmd_bootm.c: fix printf() format warnings 16 years ago
Kumar Gala ea86b9e64b Prevent crash if random/invalid ramdisks are passed to bootm 16 years ago
Anatolij Gustschin 8e02494e8f Prevent crash if random DTB address is passed to bootm 16 years ago
Kumar Gala 40d7e99d37 bootm: refactor do_reset and os boot function args 16 years ago
Kumar Gala 396f635b8f bootm: refactor image detection and os load steps 16 years ago
Kumar Gala e906cfae08 bootm: move lmb into the bootm_headers_t structure 16 years ago
Kumar Gala 54f9c86691 bootm: Set working fdt address as part of the bootm flow 16 years ago
Kumar Gala 06a09918f3 bootm: refactor fdt locating and relocation code 16 years ago
Kumar Gala c4f9419c6b bootm: refactor ramdisk locating code 16 years ago
Kumar Gala c160a95447 bootm: refactor entry point code 16 years ago
Kumar Gala fcd69a1a57 Clean up usage of icache_disable/dcache_disable 16 years ago
Kumar Gala 3216ca9692 Fix fallout from autostart revert 16 years ago
Wolfgang Denk 0bf202ec58 Revert "[new uImage] Add autostart flag to bootm_headers structure" 16 years ago
Stefan Roese f2302d4430 Fix merge problems 16 years ago
Guennadi Liakhovetski 2e752be39d Uncompressed images loaded to their start address shall set load_end too 16 years ago
Stefan Roese ebb86c4ecd cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)' 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 936897d4d1 Fix remaining CFG_CMD_ define, ifdef and comments 16 years ago
Wolfgang Denk 699f051255 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile 16 years ago
Markus Klotzbücher 3d71c81a9b USB: shutdown USB before booting 16 years ago
Wolfgang Denk 06c53beae1 Fix some more print() format errors. 16 years ago
Becky Bruce 391fd93ab2 Change lmb to use phys_size_t/phys_addr_t 16 years ago
Marian Balakowicz 273c37d843 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled 16 years ago
Bartlomiej Sieka edbed247a1 Memory footprint optimizations 16 years ago
Wolfgang Denk 1e01477aea Fix build breakage casued by commit c0559be371 16 years ago
Marian Balakowicz cb1c489690 Restore the ability to continue booting after legacy image overwrite 16 years ago
Jerry Van Baren 43ddd9c820 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T 16 years ago
Bartlomiej Sieka dafaede8a4 [new uImage] Disable debuging output in preparation for merge with master 16 years ago
Yuri Tikhonov 3d61018643 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). 16 years ago
Yuri Tikhonov 2d991958b1 The patch introduces the alternative configuration of the log buffer for 16 years ago
Marian Balakowicz f773bea8e1 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used 16 years ago
Marian Balakowicz 2682ce8a42 [new uImage] More verbose kernel image uncompress error message 16 years ago
Marian Balakowicz 1372cce2b9 [new uImage] Use show_boot_progress() for new uImage format 16 years ago