summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk2008-03-272-0/+94
|\
| * 85xx: Update multicore boot mechanism to ePAPR v0.81 specKumar Gala2008-03-261-9/+6
| * 85xx: Added support for multicore boot mechanismKumar Gala2008-03-262-0/+97
* | Merge branch 'master' of git://www.denx.de/git/u-boot-usbWolfgang Denk2008-03-271-4/+4
|\ \
| * | USB, Storage: fix a bug introduced in commitMarkus Klotzbuecher2008-03-261-4/+4
| |/
* | ata: add the support for SATA frameworkDave Liu2008-03-262-0/+194
* | ata: merge the ata_piix driverDave Liu2008-03-262-713/+0
|/
* Merge branch 'master_merge_new-image' of /home/tur/git/u-bootWolfgang Denk2008-03-2616-1478/+3978
|\
| * Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka2008-03-2616-1478/+3978
| |\
| | * [new uImage] Disable debuging output in preparation for merge with masterBartlomiej Sieka2008-03-202-2/+0
| | * [new uImage] Compilation and new uImage handling fixes for imxtractBartlomiej Sieka2008-03-201-8/+4
| | * [new uImage] Fix autoscr command used with new uImage formatBartlomiej Sieka2008-03-201-2/+7
| | * Add MD5 support to the new uImage formatBartlomiej Sieka2008-03-141-2/+4
| | * Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2008-03-122-6/+6
| | |\
| | * | [new uImage] Fix build issue on ARMMarian Balakowicz2008-03-121-1/+7
| | * | [new uImage] Add proper ramdisk/FDT handling when FIT configuration is usedMarian Balakowicz2008-03-122-33/+93
| | * | [new uImage] More verbose kernel image uncompress error messageMarian Balakowicz2008-03-121-2/+4
| | * | [new uImage] Use show_boot_progress() for new uImage formatMarian Balakowicz2008-03-125-10/+56
| | * | [new uImage] Add new uImage fromat support to fpga commandMarian Balakowicz2008-03-121-9/+76
| | * | [new uImage] Add new uImage format handling to other bootm related commandsMarian Balakowicz2008-03-126-64/+140
| | * | [new uImage] Add new uImage format support to imgextract commandMarian Balakowicz2008-03-121-31/+78
| | * | [new uImage] Add new uImage format support to autoscript routineMarian Balakowicz2008-03-123-19/+87
| | * | [new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz2008-03-122-15/+9
| | * | [new uImage] Re-enable interrupts for non automatic bootingMarian Balakowicz2008-03-121-1/+5
| | * | [new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz2008-03-121-20/+12
| | * | [new uImage] Add new uImage format support for ramdisk handlingMarian Balakowicz2008-03-121-16/+108
| | * | [new uImage] Add new uImage format support for kernel bootingMarian Balakowicz2008-03-121-11/+144
| | * | [new uImage] Add new uImage format support for imls and iminfo commandsMarian Balakowicz2008-03-111-5/+11
| | * | [new uImage] New uImage low-level APIMarian Balakowicz2008-03-101-4/+1261
| | * | [new uImage] Fix component handling for legacy multi component imagesMarian Balakowicz2008-02-291-8/+8
| | * | [new uImage] Share common uImage code between mkimage and U-bootMarian Balakowicz2008-02-291-97/+244
| | * | [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-2911-242/+249
| | * | Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2008-02-291-4/+6
| | |\ \
| | * | | [new uImage] Provide ability to restrict region used for boot imagesKumar Gala2008-02-292-5/+31
| | * | | [new uImage] Use lmb for bootm allocationsKumar Gala2008-02-292-87/+55
| | * | | [new uImage] Add autostart flag to bootm_headers structureKumar Gala2008-02-292-0/+7
| | * | | [new uImage] Introduce lmb from linux kernel for memory mgmt of boot imagesKumar Gala2008-02-291-0/+14
| | * | | [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
OpenPOWER on IntegriCloud