aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-17env_mmc.c: Allow environment to be used within SPLTom Rini1-8/+37
2014-04-17floppy: delete unused filesMasahiro Yamada1-124/+0
2014-04-17Merge branch 'next'Tom Rini17-129/+429
2014-04-17Start the deprecation process for generic boardSimon Glass1-0/+6
2014-04-04Revert "Start the deprecation process for generic board"Tom Rini1-6/+0
2014-04-02cmd:gpt: randomly generate each partition uuid if undefinedPrzemyslaw Marczak1-15/+46
2014-04-02mmc: Add 'mmc rst-function' sub-commandTom Rini1-0/+37
2014-03-28Start the deprecation process for generic boardSimon Glass1-0/+6
2014-03-28common, env: Fix support for environment in i2c eepromMatthias Fuchs1-2/+7
2014-03-28Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2-2/+2
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2-2/+2
2014-03-22Add lzmadec commandPatrice Bouchand2-0/+55
2014-03-21env: Implement support for encrypting environmentMarek Vasut1-0/+62
2014-03-21env: Add env_export() wrapperMarek Vasut11-117/+63
2014-03-21aes: Add 'aes' command to access AES-128-CBCMarek Vasut2-0/+90
2014-03-21tools, fit_check_sign: verify a signed fit imageHeiko Schocher1-8/+10
2014-03-21gen: Add progressive hash APIHung-ying Tyan1-11/+105
2014-03-21rsa: add sha256,rsa4096 algorithmHeiko Schocher1-0/+23
2014-03-21rsa: add sha256-rsa2048 algorithmHeiko Schocher1-0/+38
2014-03-21fit: add sha256 supportHeiko Schocher1-0/+5
2014-03-21fdt: add "fdt checksign" commandHeiko Schocher1-1/+41