Commit Graph

785 Commits (0ede0c383530a418cf98be9122371a86573cd0db)

Author SHA1 Message Date
Marian Balakowicz afe45c87e3 [new uImage] Fix build issue on ARM 17 years ago
Marian Balakowicz f773bea8e1 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used 17 years ago
Marian Balakowicz 2682ce8a42 [new uImage] More verbose kernel image uncompress error message 17 years ago
Marian Balakowicz 1372cce2b9 [new uImage] Use show_boot_progress() for new uImage format 17 years ago
Marian Balakowicz c28c4d193d [new uImage] Add new uImage fromat support to fpga command 17 years ago
Marian Balakowicz 09475f7527 [new uImage] Add new uImage format handling to other bootm related commands 17 years ago
Marian Balakowicz 1b7897f28d [new uImage] Add new uImage format support to imgextract command 17 years ago
Marian Balakowicz 424c4abdd1 [new uImage] Add new uImage format support to autoscript routine 17 years ago
Marian Balakowicz 3dfe110149 [new uImage] Add node offsets for FIT images listed in struct bootm_headers 17 years ago
Marian Balakowicz a44a269a90 [new uImage] Re-enable interrupts for non automatic booting 17 years ago
Marian Balakowicz d985c8498c [new uImage] Remove unnecessary arguments passed to ramdisk routines 17 years ago
Marian Balakowicz c87796483b [new uImage] Add new uImage format support for ramdisk handling 17 years ago
Marian Balakowicz 6986a38567 [new uImage] Add new uImage format support for kernel booting 17 years ago
Marian Balakowicz e32fea6adb [new uImage] Add new uImage format support for imls and iminfo commands 17 years ago
Marian Balakowicz 5dfb521386 [new uImage] New uImage low-level API 17 years ago
Wolfgang Denk cc3843e364 common/kgdb.c: fix 'dereferencing type-punned pointer' warning 17 years ago
Kim B. Heino 84d0c2f1e3 fix copy from ram to dataflash 17 years ago
Marian Balakowicz df6f1b895c [new uImage] Fix component handling for legacy multi component images 17 years ago
Marian Balakowicz 570abb0ad1 [new uImage] Share common uImage code between mkimage and U-boot 17 years ago
Marian Balakowicz 9a4daad0a3 [new uImage] Update naming convention for bootm/uImage related code 17 years ago
Kumar Gala d3f2fa0d27 [new uImage] Provide ability to restrict region used for boot images 17 years ago
Kumar Gala e822d7fc4d [new uImage] Use lmb for bootm allocations 17 years ago
Kumar Gala f5614e7926 [new uImage] Add autostart flag to bootm_headers structure 17 years ago
Kumar Gala 4ed6552f71 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images 17 years ago
Kumar Gala 274cea2bdd [new uImage] rework error handling so common functions don't reset 17 years ago
Kumar Gala a6612bdfe7 [new uImage] Don't pass kdb to ramdisk_high since we may not have one 17 years ago
Marian Balakowicz 4efbe9dbb1 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled 17 years ago
Marian Balakowicz 1efd43601f [new uImage] Add image_get_kernel() routine 17 years ago
Marian Balakowicz 8a5ea3e616 [new uImage] Move image verify flag to bootm_headers structure 17 years ago
Marian Balakowicz 6f0f9dfc4e [new uImage] Optimize gen_get_image() flow control 17 years ago
Marian Balakowicz d5934ad775 [new uImage] Add dual format uImage support framework 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 00b48a4842 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected 17 years ago
Marian Balakowicz 5583cbf736 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds 17 years ago
Marian Balakowicz 2242f53698 [new uImage] Rename and move print_image_hdr() routine 17 years ago
Marian Balakowicz f50433d670 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines 17 years ago
Marian Balakowicz fff888a199 [new uImage] Add gen_get_image() routine 17 years ago
Guennadi Liakhovetski 6f4abee789 Fix wrong memory limit calculation in memory-test 17 years ago
Guennadi Liakhovetski 1f780aa6f1 Fix return value of mtest when CFG_ALT_MEMTEST set 17 years ago
Shinya Kuribayashi 26c7bab81e common/miiphyutil.c: Cleanup MII_DEBUG and debug() 17 years ago
Stelian Pop 9604b6e53d AT91CAP9 support 17 years ago
Kumar Gala d9ad115bbf Fix building of fdt_support.c if DEBUG set 17 years ago
Kumar Gala 69018ce2e0 QE: Move FDT support into a common file 17 years ago
Marian Balakowicz 5cf746c303 [new uImage] Move kernel data find code to get_kernel() routine 17 years ago
Marian Balakowicz b6b0fe6460 [new uImage] Cleanup do_botm_linux() boot allocations 17 years ago
Marian Balakowicz ceaed2b1e5 [new uImage] Move ramdisk loading to a common routine 17 years ago
Marian Balakowicz 5ad03eb385 [new uImage] Factor out common image_get_ramdisk() routine 17 years ago
Marian Balakowicz 42b73e8ee0 [new uImage] Factor out common routines for getting os/arch/type/comp names 17 years ago
Marian Balakowicz e99c26694a [new uImage] Remove standalone applications handling from boootm 17 years ago
Marian Balakowicz 4a2ad5ff64 [new uImage] Remove OF_FLAT_TREE support from PPC bootm code 17 years ago
Marian Balakowicz 7582438c28 [new uImage] Return error on image move/uncompress overwrites 17 years ago