summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Power: remove support for Freescale MPC8220Wolfgang Denk2013-05-1550-9539/+5
* doc/README.scrapyard: add missing commit IDsWolfgang Denk2013-05-151-2/+2
* drivers/mmc: move spl_mmc.c to common/splYing Zhang2013-05-153-3/+1
* smc911x: fix the timeout detectionMasahiro Yamada2013-05-151-2/+2
* doc/README.ubi: Add description of accessing ubi filesystemsPaul B. Henson2013-05-151-1/+79
* OMAP5: Enable USB Ethernet support with LAN9730Lubomir Popov2013-05-141-0/+1
* buildman: Produce a sensible error message when branch is missingSimon Glass2013-05-142-6/+19
* sparc: Use image_setup_linux() instead of local codeSimon Glass2013-05-141-10/+7
* m68k: Use image_setup_linux() instead of local codeSimon Glass2013-05-141-12/+3
* powerpc: Use image_setup_linux() instead of local codeSimon Glass2013-05-141-83/+1
* arm: Use image_setup_linux() instead of local codeSimon Glass2013-05-143-56/+54
* arm: Refactor bootm to reduce #ifdefsSimon Glass2013-05-144-69/+73
* image: Add device tree setup to image librarySimon Glass2013-05-146-13/+174
* image: Split libfdt code into image-fdt.cSimon Glass2013-05-143-566/+592
* image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPLSimon Glass2013-05-143-5/+42
* image: Remove remaining #ifdefs in image-fit.cSimon Glass2013-05-143-13/+5
* mkimage: Put FIT loading in function and tidy error handlingSimon Glass2013-05-141-39/+57
* sandbox: image: Add support for booting images in sandboxSimon Glass2013-05-143-30/+41
* image: Rename hash printing to fit_image_print_verification_data()Simon Glass2013-05-142-53/+79
* image: Rename fit_add_hashes() to fit_add_verification_data()Simon Glass2013-05-143-80/+75
* image: Export fit_conf_get_prop_node()Simon Glass2013-05-142-4/+18
* image: Move error! string to common placeSimon Glass2013-05-141-11/+8
* image: Move hash checking into its own functionSimon Glass2013-05-142-65/+71
* image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass2013-05-148-17/+17
* image: Convert fit_image_hash_set_value() to static, and renameSimon Glass2013-05-142-33/+31
* image: Split hash node processing into its own functionSimon Glass2013-05-141-39/+57
* image: Move HOSTCC image code to tools/Simon Glass2013-05-144-170/+207
* image: Split FIT code into new image-fit.cSimon Glass2013-05-144-1602/+1639
* image: Export fit_check_ramdisk()Simon Glass2013-05-142-7/+5
* image: Move timestamp #ifdefs to header fileSimon Glass2013-05-142-29/+29
* libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass2013-05-142-0/+50
* mkimage: Move ARRAY_SIZE to header fileSimon Glass2013-05-142-1/+2
* bootstage: Don't build for HOSTCCSimon Glass2013-05-141-2/+3
* hash: Add a way to calculate a hash for any algortihmSimon Glass2013-05-142-0/+45
* Add minor updates to README.fdt-controlSimon Glass2013-05-141-1/+8
* env: Fix minor comment typos in cmd_nveditSimon Glass2013-05-141-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-blackfin into powerpc-eldk5...Tom Rini2013-05-1439-479/+1164
|\
| * bfin: Move gpio support for bf54x and bf60x into the generic driver folder.Sonic Zhang2013-05-139-184/+479
| * blackfin: The buf variable in bfin_mac.c is not used and produces warning,Marek Vasut2013-05-131-2/+0
| * blackfin: Add comments for watchdog event initialization.Sonic Zhang2013-05-131-2/+10
| * blackfin: Move blackfin serial driver out of blackfin arch folder.Sonic Zhang2013-05-1310-9/+9
| * blackfin: Move blackfin watchdog driver out of the blackfin arch folder.Sonic Zhang2013-05-139-16/+40
| * bf609: add SPI register base addressScott Jiang2013-05-131-0/+3
| * blackfin: Uart divisor should be set after their values are generated.Sonic Zhang2013-05-131-2/+5
| * blackfin: Add memory virtual console to blackfin serial driver.Sonic Zhang2013-05-131-1/+59
| * blackfin: Enable early print via the generic serial API.Sonic Zhang2013-05-133-55/+29
| * bfin: discard invalid data and clear RXS in bf5xx spi driverScott Jiang2013-05-131-0/+2
| * bfin: Remove spi dma function in bf5xx.Scott Jiang2013-05-131-102/+1
| * blackfin: Fit u-boot image size into limited nor flash on blackfin.Sonic Zhang2013-05-133-10/+14
| * blackfin: bf609: add softswitch config commandBob Liu2013-05-137-18/+80
OpenPOWER on IntegriCloud