summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| | * | | [new uImage] Introduce lmb from linux kernel for memory mgmt of boot imagesKumar Gala2008-02-29-0/+351
| | * | | [new uImage] ppc: Allow boards to specify effective amount of memoryKumar Gala2008-02-29-7/+15
| | * | | [new uImage] rework error handling so common functions don't resetKumar Gala2008-02-29-32/+70
| | * | | [new uImage] ppc: Re-order ramdisk/fdt handling sequenceKumar Gala2008-02-29-4/+35
| | * | | [new uImage] ppc: Determine if we are booting an OF styleKumar Gala2008-02-29-9/+13
| | * | | [new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala2008-02-29-10/+7
| | * | | [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabledMarian Balakowicz2008-02-27-10/+21
| | * | | [new uImage] POWERPC: Add image_get_fdt() routineMarian Balakowicz2008-02-27-32/+44
| | * | | [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-56/+49
| | * | | [Makefile] Sort COBJS in lib_<arch> MakefilesMarian Balakowicz2008-02-27-56/+112
| | * | | [new uImage] Optimize gen_get_image() flow controlMarian Balakowicz2008-02-27-31/+33
| | * | | [new uImage] POWERPC: Split get_fdt() into get and relocate routinesMarian Balakowicz2008-02-27-18/+43
| | * | | [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-25-404/+1074
| | * | | [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-72/+69
| | * | | [new uImage] Add fit_parse_conf() and fit_parse_subimage() routinesMarian Balakowicz2008-02-21-0/+88
| | * | | [new uImage] Add gen_get_image() routineMarian Balakowicz2008-02-21-40/+119
| | * | | [new uImage] Pull in libfdt if CONFIG_FIT is enabledMarian Balakowicz2008-02-21-3/+12
| | * | | Merge branch 'master' of /home/git/u-bootMarian Balakowicz2008-02-21-16185/+67993
| | |\ \ \
| | * | | | [new uImage] Move kernel data find code to get_kernel() routineMarian Balakowicz2008-02-07-74/+107
| | * | | | [new uImage] Cleanup FDT handling in PPC do_boot_linux()Marian Balakowicz2008-02-07-127/+158
| | * | | | [new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz2008-02-07-117/+189
| | * | | | [new uImage] Move ramdisk loading to a common routineMarian Balakowicz2008-02-07-175/+171
| | * | | | [new uImage] Removed dead ramdisk code on microblaze architecturesMarian Balakowicz2008-02-07-5/+0
| | * | | | [new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz2008-02-07-588/+239
| | * | | | [new uImage] Move FDT error printing to common fdt_error() routineMarian Balakowicz2008-02-07-26/+24
| | * | | | [new uImage] Factor out common routines for getting os/arch/type/comp namesMarian Balakowicz2008-02-07-69/+109
| | * | | | [new uImage] Remove standalone applications handling from boootmMarian Balakowicz2008-02-07-37/+1
| | * | | | [new uImage] Remove OF_FLAT_TREE support from PPC bootm codeMarian Balakowicz2008-02-07-68/+7
| | * | | | [new uImage] Use image API in SH do_bootm_linux() routineMarian Balakowicz2008-02-07-5/+2
| | * | | | [new uImage] Rename architecture specific bootm code filesMarian Balakowicz2008-02-07-11/+11
| | * | | | [new uImage] Return error on image move/uncompress overwritesMarian Balakowicz2008-02-07-2/+34
| | * | | | [new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz2008-02-07-489/+435
| | * | | | [new uImage] Cleanup cmd_bootm.cMarian Balakowicz2008-02-07-311/+322
| | * | | | [new uImage] Add memmove_wd() common routineMarian Balakowicz2008-02-07-53/+33
| | * | | | [new uImage] Fix FDT header verification in PPC do_boot_linux() routineMarian Balakowicz2008-02-07-2/+2
| | * | | | [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()Marian Balakowicz2008-02-07-3/+3
| | * | | | [new uImage] Remove I386 uImage fake_header() routineMarian Balakowicz2008-02-07-79/+1
| | * | | | [new uImage] Move CHUNKSZ definition to image.hMarian Balakowicz2008-02-07-11/+7
| | * | | | [new uImage] Move gunzip() common code to common/gunzip.cMarian Balakowicz2008-02-07-109/+123
| | * | | | [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()Marian Balakowicz2008-02-07-11/+12
| | * | | | [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.cMarian Balakowicz2008-02-07-543/+592
| | * | | | [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-07-806/+822
| | * | | | Add missing cmd_ximg.o to common/MakefileMarian Balakowicz2008-02-07-0/+1
* | | | | | README: update documentation (availability, links, etc.)Wolfgang Denk2008-03-26-63/+94
* | | | | | USB Storage, add meaningful return valueAras Vaichas2008-03-26-5/+7
|/ / / / /
* | | | | 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller roleAnton Vorontsov2008-03-25-0/+34
* | | | | tsec: fix link detection for the RTL8211B PHYAnton Vorontsov2008-03-25-2/+3
* | | | | mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixupsAnton Vorontsov2008-03-25-0/+8