aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2008-02-29[new uImage] Fix component handling for legacy multi component imagesMarian Balakowicz1-8/+8
2008-02-29[new uImage] Share common uImage code between mkimage and U-bootMarian Balakowicz1-97/+244
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz11-242/+249
2008-02-29Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz1-4/+6
2008-02-29[new uImage] Provide ability to restrict region used for boot imagesKumar Gala2-5/+31
2008-02-29[new uImage] Use lmb for bootm allocationsKumar Gala2-87/+55
2008-02-29[new uImage] Add autostart flag to bootm_headers structureKumar Gala2-0/+7
2008-02-29[new uImage] Introduce lmb from linux kernel for memory mgmt of boot imagesKumar Gala1-0/+14
2008-02-29[new uImage] rework error handling so common functions don't resetKumar Gala1-10/+16
2008-02-29[new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala1-5/+4
2008-02-27[new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabledMarian Balakowicz1-2/+6
2008-02-27[new uImage] Add image_get_kernel() routineMarian Balakowicz1-33/+53
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz2-31/+29
2008-02-27[new uImage] Optimize gen_get_image() flow controlMarian Balakowicz1-31/+33
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz11-293/+616
2008-02-23ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selectedJean-Christophe PLAGNIOL-VILLARD1-4/+6
2008-02-21[new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmdsMarian Balakowicz2-2/+2
2008-02-21[new uImage] Rename and move print_image_hdr() routineMarian Balakowicz9-67/+66
2008-02-21[new uImage] Add fit_parse_conf() and fit_parse_subimage() routinesMarian Balakowicz1-0/+78
2008-02-21[new uImage] Add gen_get_image() routineMarian Balakowicz2-40/+108
2008-02-21Merge branch 'master' of /home/git/u-bootMarian Balakowicz10-107/+377
2008-02-15Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdevPeter Pearse1-8/+9
2008-02-15Fix wrong memory limit calculation in memory-testGuennadi Liakhovetski1-15/+8
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk1-1/+6
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk7-8/+340
2008-02-14Fix return value of mtest when CFG_ALT_MEMTEST setGuennadi Liakhovetski1-2/+2
2008-02-14common/miiphyutil.c: Cleanup MII_DEBUG and debug()Shinya Kuribayashi1-22/+9
2008-02-14Merge commit 'wd/master'Jon Loeliger1-3/+3
2008-02-14AT91CAP9 supportStelian Pop1-8/+9
2008-02-13Fix building of fdt_support.c if DEBUG setKumar Gala1-3/+3
2008-02-13Merge commit 'wd/master'Jon Loeliger4-49/+18
2008-02-12QE: Move FDT support into a common fileKumar Gala1-48/+0
2008-02-07[new uImage] Move kernel data find code to get_kernel() routineMarian Balakowicz1-74/+107
2008-02-07[new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz1-9/+109
2008-02-07[new uImage] Move ramdisk loading to a common routineMarian Balakowicz1-0/+113
2008-02-07[new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz1-3/+200
2008-02-07[new uImage] Factor out common routines for getting os/arch/type/comp namesMarian Balakowicz2-65/+100
2008-02-07[new uImage] Remove standalone applications handling from boootmMarian Balakowicz1-37/+1
2008-02-07[new uImage] Remove OF_FLAT_TREE support from PPC bootm codeMarian Balakowicz1-9/+1
2008-02-07[new uImage] Return error on image move/uncompress overwritesMarian Balakowicz1-0/+22
2008-02-07[new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz3-94/+155
2008-02-07[new uImage] Cleanup cmd_bootm.cMarian Balakowicz2-311/+322
2008-02-07[new uImage] Add memmove_wd() common routineMarian Balakowicz2-16/+22
2008-02-07[new uImage] Remove I386 uImage fake_header() routineMarian Balakowicz1-17/+1
2008-02-07[new uImage] Move CHUNKSZ definition to image.hMarian Balakowicz1-7/+0
2008-02-07[new uImage] Move gunzip() common code to common/gunzip.cMarian Balakowicz3-91/+117
2008-02-07[new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()Marian Balakowicz1-2/+1
2008-02-07[new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.cMarian Balakowicz1-542/+1
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz13-302/+268
2008-02-07Add missing cmd_ximg.o to common/MakefileMarian Balakowicz1-0/+1