summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* cmd_part: fix typo in part command help textStephen Warren2014-05-231-1/+1
* eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' commandPierre Aubert2014-05-231-296/+510
* Add the function 'confirm_yesno' for interactivePierre Aubert2014-05-234-36/+37
* common/board_f: Fix size variableYork Sun2014-05-121-1/+1
* common/board_f: Initialized global data for generic boardYork Sun2014-05-121-5/+7
* cmd_bootm.c: Only say XIP image when load is image_startTom Rini2014-05-121-1/+1
* hush shell: Avoid string write overflow when entering max cmd lengthKristian Otnes2014-05-121-1/+1
* cmd_time: do not show ticksMasahiro Yamada2014-05-121-2/+1
* bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-122-23/+14
* Merge branch 'tom' of git://git.denx.de/u-boot-x86Tom Rini2014-05-092-14/+19
|\
| * Make 'run' use run_command_list() instead of run_command()Simon Glass2014-05-091-1/+1
| * sandbox: Support 'env import' and 'env export'Simon Glass2014-05-091-13/+18
* | Merge branch 'u-boot/master'Albert ARIBAUD2014-05-0929-287/+649
|\ \ | |/
| * USB: gadget: added a saner gadget downloader registration APIMateusz Zalega2014-05-053-5/+3
| * usb: dfu: fix boards wo USB cable detectionMateusz Zalega2014-05-051-2/+6
| * usb: Fix USB keyboard polling via control endpointAdrian Cox2014-04-301-11/+25
| * Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2014-04-252-7/+170
| |\
| | * driver/ddr/fsl: Add DDR4 support to Freescale DDR driverYork Sun2014-04-221-1/+44
| | * fdt_support: Add helper function to read "ranges" propertyAlexander Graf2014-04-221-0/+94
| | * fdt_support: split fdt_getprop_u32_defaultAlexander Graf2014-04-221-6/+32
| * | board_f: call timer_init on MIPSPaul Burton2014-04-201-1/+1
| * | board_f: call init_func_ram on MIPSPaul Burton2014-04-201-2/+2
| |/
| * bootm: set max decompression size for LZOKees Cook2014-04-181-1/+1
| * board_r: return 0 from show_model_rPaul Burton2014-04-181-0/+1
| * blackfin: make name_to_gpio be a weak symbolIan Campbell2014-04-181-3/+4
| * env_flash.c: Drop unused variablesTom Rini2014-04-171-2/+1
| * floppy: delete unused filesMasahiro Yamada2014-04-171-124/+0
| * Merge branch 'next'Tom Rini2014-04-1717-129/+429
| |\
| | * env: Implement support for encrypting environmentMarek Vasut2014-03-211-0/+62
| | * env: Add env_export() wrapperMarek Vasut2014-03-2111-117/+63
| | * aes: Add 'aes' command to access AES-128-CBCMarek Vasut2014-03-212-0/+90
| | * tools, fit_check_sign: verify a signed fit imageHeiko Schocher2014-03-211-8/+10
| | * gen: Add progressive hash APIHung-ying Tyan2014-03-211-11/+105
| | * rsa: add sha256,rsa4096 algorithmHeiko Schocher2014-03-211-0/+23
| | * rsa: add sha256-rsa2048 algorithmHeiko Schocher2014-03-211-0/+38
| | * fit: add sha256 supportHeiko Schocher2014-03-211-0/+5
| | * fdt: add "fdt checksign" commandHeiko Schocher2014-03-211-1/+41
| * | Start the deprecation process for generic boardSimon Glass2014-04-171-0/+6
* | | tools: mkimage: add support for gpimage formatKaricheri, Muralidharan2014-04-171-0/+1
* | | fdt: call ft_board_setup_ex() at the end of image_setup_libfdt()Vitaly Andrianov2014-04-171-0/+5
* | | spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to bootTom Rini2014-04-171-0/+27
* | | env_mmc.c: Remove NULL check on tmp_env1/2Tom Rini2014-04-171-6/+0
* | | env_mmc.c: Allow environment to be used within SPLTom Rini2014-04-171-8/+37
|/ /
* | Revert "Start the deprecation process for generic board"Tom Rini2014-04-041-6/+0
* | cmd:gpt: randomly generate each partition uuid if undefinedPrzemyslaw Marczak2014-04-021-15/+46
* | mmc: Add 'mmc rst-function' sub-commandTom Rini2014-04-021-0/+37
* | Start the deprecation process for generic boardSimon Glass2014-03-281-0/+6
* | common, env: Fix support for environment in i2c eepromMatthias Fuchs2014-03-281-2/+7
* | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2014-03-282-2/+2
|\ \
| * | mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-242-2/+2
| |/
OpenPOWER on IntegriCloud