aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2014-05-27mkimage: add atmelimageAndreas Bießmann1-0/+1
2014-05-23Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini6-334/+540
2014-05-23cmd_mmc: use new mmc_select_hwpart() functionStephen Warren1-15/+6
2014-05-23cmd_part: fix typo in part command help textStephen Warren1-1/+1
2014-05-23eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' commandPierre Aubert1-296/+510
2014-05-23Add the function 'confirm_yesno' for interactivePierre Aubert4-36/+37
2014-05-22Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini1-4/+87
2014-05-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2014-05-22Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini6-18/+239
2014-05-20fpga: Added support to load bit stream from SD/MMCSiva Durga Prasad Paladugu1-0/+40
2014-05-20fpga: Add support to load partial bitstreamsMichal Simek1-0/+33
2014-05-20fpga: Define bitstream type based on command selectionMichal Simek1-4/+6
2014-05-20fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMKSiva Durga Prasad Paladugu1-0/+8
2014-05-20Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD7-47/+44
2014-05-15Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic29-287/+649
2014-05-15nand: remove CONFIG_SYS_NAND_PAGE_SIZETim Harvey1-1/+1
2014-05-12common/board_f: Fix size variableYork Sun1-1/+1
2014-05-12common/board_f: Initialized global data for generic boardYork Sun1-5/+7
2014-05-12cmd_bootm.c: Only say XIP image when load is image_startTom Rini1-1/+1
2014-05-12hush shell: Avoid string write overflow when entering max cmd lengthKristian Otnes1-1/+1
2014-05-12cmd_time: do not show ticksMasahiro Yamada1-2/+1
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2-23/+14
2014-05-09Merge branch 'tom' of git://git.denx.de/u-boot-x86Tom Rini2-14/+19
2014-05-09Make 'run' use run_command_list() instead of run_command()Simon Glass1-1/+1
2014-05-09sandbox: Support 'env import' and 'env export'Simon Glass1-13/+18
2014-05-09Merge branch 'u-boot/master'Albert ARIBAUD29-287/+649
2014-05-08usb/gadget: add the fastboot gadgetSebastian Siewior2-0/+38
2014-05-08image: add support for Android's boot image formatSebastian Siewior4-6/+122
2014-05-08ums: allow the user to specify the device typeStephen Warren1-4/+10
2014-05-08ums: move all variable declarations to the start of the blockStephen Warren1-8/+16
2014-05-08ums: use get_device() not find_mmc_device();Stephen Warren1-11/+14
2014-05-08ums: move IO support code to common locationStephen Warren1-0/+46
2014-05-08usb: ums: add error handling for failed registrationStephen Warren1-1/+5
2014-05-05USB: gadget: added a saner gadget downloader registration APIMateusz Zalega3-5/+3
2014-05-05usb: dfu: fix boards wo USB cable detectionMateusz Zalega1-2/+6
2014-04-30usb: Fix USB keyboard polling via control endpointAdrian Cox1-11/+25
2014-04-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2-7/+170
2014-04-22driver/ddr/fsl: Add DDR4 support to Freescale DDR driverYork Sun1-1/+44
2014-04-22fdt_support: Add helper function to read "ranges" propertyAlexander Graf1-0/+94
2014-04-22fdt_support: split fdt_getprop_u32_defaultAlexander Graf1-6/+32
2014-04-20board_f: call timer_init on MIPSPaul Burton1-1/+1
2014-04-20board_f: call init_func_ram on MIPSPaul Burton1-2/+2
2014-04-18bootm: set max decompression size for LZOKees Cook1-1/+1
2014-04-18board_r: return 0 from show_model_rPaul Burton1-0/+1
2014-04-18blackfin: make name_to_gpio be a weak symbolIan Campbell1-3/+4
2014-04-17env_flash.c: Drop unused variablesTom Rini1-2/+1
2014-04-17tools: mkimage: add support for gpimage formatKaricheri, Muralidharan1-0/+1
2014-04-17fdt: call ft_board_setup_ex() at the end of image_setup_libfdt()Vitaly Andrianov1-0/+5
2014-04-17spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to bootTom Rini1-0/+27
2014-04-17env_mmc.c: Remove NULL check on tmp_env1/2Tom Rini1-6/+0