summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* [new uImage] Add new uImage format support to imgextract commandMarian Balakowicz2008-03-12-31/+78
* [new uImage] Add new uImage format support to autoscript routineMarian Balakowicz2008-03-12-19/+87
* [new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz2008-03-12-15/+9
* [new uImage] Re-enable interrupts for non automatic bootingMarian Balakowicz2008-03-12-1/+5
* [new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz2008-03-12-20/+12
* [new uImage] Add new uImage format support for ramdisk handlingMarian Balakowicz2008-03-12-16/+108
* [new uImage] Add new uImage format support for kernel bootingMarian Balakowicz2008-03-12-11/+144
* [new uImage] Add new uImage format support for imls and iminfo commandsMarian Balakowicz2008-03-11-5/+11
* [new uImage] New uImage low-level APIMarian Balakowicz2008-03-10-4/+1261
* [new uImage] Fix component handling for legacy multi component imagesMarian Balakowicz2008-02-29-8/+8
* [new uImage] Share common uImage code between mkimage and U-bootMarian Balakowicz2008-02-29-97/+244
* [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-29-242/+249
* Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2008-02-29-4/+6
|\
| * ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selectedJean-Christophe PLAGNIOL-VILLARD2008-02-23-4/+6
* | [new uImage] Provide ability to restrict region used for boot imagesKumar Gala2008-02-29-5/+31
* | [new uImage] Use lmb for bootm allocationsKumar Gala2008-02-29-87/+55
* | [new uImage] Add autostart flag to bootm_headers structureKumar Gala2008-02-29-0/+7
* | [new uImage] Introduce lmb from linux kernel for memory mgmt of boot imagesKumar Gala2008-02-29-0/+14
* | [new uImage] rework error handling so common functions don't resetKumar Gala2008-02-29-10/+16
* | [new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala2008-02-29-5/+4
* | [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabledMarian Balakowicz2008-02-27-2/+6
* | [new uImage] Add image_get_kernel() routineMarian Balakowicz2008-02-27-33/+53
* | [new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz2008-02-27-31/+29
* | [new uImage] Optimize gen_get_image() flow controlMarian Balakowicz2008-02-27-31/+33
* | [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-25-293/+616
* | [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmdsMarian Balakowicz2008-02-21-2/+2
* | [new uImage] Rename and move print_image_hdr() routineMarian Balakowicz2008-02-21-67/+66
* | [new uImage] Add fit_parse_conf() and fit_parse_subimage() routinesMarian Balakowicz2008-02-21-0/+78
* | [new uImage] Add gen_get_image() routineMarian Balakowicz2008-02-21-40/+108
* | Merge branch 'master' of /home/git/u-bootMarian Balakowicz2008-02-21-107/+377
|\ \ | |/
| * Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdevPeter Pearse2008-02-15-8/+9
| |\
| | * AT91CAP9 supportStelian Pop2008-02-14-8/+9
| * | Fix wrong memory limit calculation in memory-testGuennadi Liakhovetski2008-02-15-15/+8
| * | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk2008-02-15-1/+6
| |\ \
| | * \ Merge commit 'wd/master'Jon Loeliger2008-02-14-3/+3
| | |\ \ | | | |/
| | * | Merge commit 'wd/master'Jon Loeliger2008-02-13-49/+18
| | |\ \
| | * | | 86xx: Add reginfo commandBecky Bruce2008-01-24-2/+8
| * | | | Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk2008-02-15-8/+340
| |\ \ \ \
| | * | | | new command for displaying strings at specified memory locationsMike Frysinger2008-02-04-0/+50
| | * | | | interface to Blackfin on-chip One-Time-Programmable memoryMike Frysinger2008-02-04-0/+164
| | * | | | add support for memory commands with Blackfin L1 instruction memoryMike Frysinger2008-02-04-3/+48
| | * | | | add Blackfin-specific reginfo commandMike Frysinger2008-02-04-4/+41
| | * | | | add Blackfin-specific bdinfo commandMike Frysinger2008-02-04-0/+31
| | * | | | fix building on Blackfin as the assembler supports the .set syntax, not the =...Mike Frysinger2008-02-04-1/+6
| | |/ / /
| * | | | Fix return value of mtest when CFG_ALT_MEMTEST setGuennadi Liakhovetski2008-02-14-2/+2
| * | | | common/miiphyutil.c: Cleanup MII_DEBUG and debug()Shinya Kuribayashi2008-02-14-22/+9
| | |_|/ | |/| |
| * | | Fix building of fdt_support.c if DEBUG setKumar Gala2008-02-13-3/+3
| | |/ | |/|
| * | QE: Move FDT support into a common fileKumar Gala2008-02-12-48/+0
* | | [new uImage] Move kernel data find code to get_kernel() routineMarian Balakowicz2008-02-07-74/+107
* | | [new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz2008-02-07-9/+109