summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | [new uImage] rework error handling so common functions don't resetKumar Gala2008-02-291-10/+16
| | * | | [new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala2008-02-291-5/+4
| | * | | [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabledMarian Balakowicz2008-02-271-2/+6
| | * | | [new uImage] Add image_get_kernel() routineMarian Balakowicz2008-02-271-33/+53
| | * | | [new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz2008-02-272-31/+29
| | * | | [new uImage] Optimize gen_get_image() flow controlMarian Balakowicz2008-02-271-31/+33
| | * | | [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-2511-293/+616
| | * | | [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmdsMarian Balakowicz2008-02-212-2/+2
| | * | | [new uImage] Rename and move print_image_hdr() routineMarian Balakowicz2008-02-219-67/+66
| | * | | [new uImage] Add fit_parse_conf() and fit_parse_subimage() routinesMarian Balakowicz2008-02-211-0/+78
| | * | | [new uImage] Add gen_get_image() routineMarian Balakowicz2008-02-212-40/+108
| | * | | Merge branch 'master' of /home/git/u-bootMarian Balakowicz2008-02-2110-107/+377
| | |\ \ \
| | * | | | [new uImage] Move kernel data find code to get_kernel() routineMarian Balakowicz2008-02-071-74/+107
| | * | | | [new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz2008-02-071-9/+109
| | * | | | [new uImage] Move ramdisk loading to a common routineMarian Balakowicz2008-02-071-0/+113
| | * | | | [new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz2008-02-071-3/+200
| | * | | | [new uImage] Factor out common routines for getting os/arch/type/comp namesMarian Balakowicz2008-02-072-65/+100
| | * | | | [new uImage] Remove standalone applications handling from boootmMarian Balakowicz2008-02-071-37/+1
| | * | | | [new uImage] Remove OF_FLAT_TREE support from PPC bootm codeMarian Balakowicz2008-02-071-9/+1
| | * | | | [new uImage] Return error on image move/uncompress overwritesMarian Balakowicz2008-02-071-0/+22
| | * | | | [new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz2008-02-073-94/+155
| | * | | | [new uImage] Cleanup cmd_bootm.cMarian Balakowicz2008-02-072-311/+322
| | * | | | [new uImage] Add memmove_wd() common routineMarian Balakowicz2008-02-072-16/+22
| | * | | | [new uImage] Remove I386 uImage fake_header() routineMarian Balakowicz2008-02-071-17/+1
| | * | | | [new uImage] Move CHUNKSZ definition to image.hMarian Balakowicz2008-02-071-7/+0
| | * | | | [new uImage] Move gunzip() common code to common/gunzip.cMarian Balakowicz2008-02-073-91/+117
| | * | | | [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()Marian Balakowicz2008-02-071-2/+1
| | * | | | [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.cMarian Balakowicz2008-02-071-542/+1
| | * | | | [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-0713-302/+268
| | * | | | Add missing cmd_ximg.o to common/MakefileMarian Balakowicz2008-02-071-0/+1
* | | | | | USB Storage, add meaningful return valueAras Vaichas2008-03-262-5/+7
|/ / / / /
* | | | | 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller roleAnton Vorontsov2008-03-251-0/+25
* | | | | Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_TJerry Van Baren2008-03-263-224/+0
* | | | | Add setexpr commandKumar Gala2008-03-252-0/+71
* | | | | Merge git://www.denx.de/git/u-boot into ubootGerald Van Baren2008-03-213-7/+43
|\ \ \ \ \
| * | | | | The patch introduces the alternative configuration of the log buffer for the ...Yuri Tikhonov2008-03-182-6/+36
| * | | | | The patch introduces the CRITICAL feature of POST tests. If the test marked a...Yuri Tikhonov2008-03-181-1/+7
* | | | | | Fix fdt boardsetup command parsingKumar Gala2008-03-181-1/+2
* | | | | | Add sub-commands to fdtKumar Gala2008-03-181-1/+111
|/ / / / /
* | | | | Blackfin: new cplbinfo command for viewing cplb tablesMike Frysinger2008-03-152-0/+60
* | | | | Blackfin: move bootldr command to common codeMike Frysinger2008-03-152-0/+65
| |_|_|/ |/| | |
* | | | common/kgdb.c: fix 'dereferencing type-punned pointer' warningWolfgang Denk2008-03-091-5/+5
* | | | fix copy from ram to dataflashKim B. Heino2008-03-031-1/+1
| |_|/ |/| |
* | | ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selectedJean-Christophe PLAGNIOL-VILLARD2008-02-231-4/+6
| |/ |/|
* | Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdevPeter Pearse2008-02-151-8/+9
|\ \
| * | AT91CAP9 supportStelian Pop2008-02-141-8/+9
* | | Fix wrong memory limit calculation in memory-testGuennadi Liakhovetski2008-02-151-15/+8
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk2008-02-151-1/+6
|\ \ \
| * \ \ Merge commit 'wd/master'Jon Loeliger2008-02-141-3/+3
| |\ \ \ | | |/ /
| * | | Merge commit 'wd/master'Jon Loeliger2008-02-134-49/+18
| |\ \ \