summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add cli_ prefix to readline functionsSimon Glass2014-05-2910-30/+32
* Split out simple parser and readline into separate filesSimon Glass2014-05-294-1013/+1021
* move CLI prototypes to cli.h and add commentsSimon Glass2014-05-299-0/+9
* Rename hush to cli_hushSimon Glass2014-05-293-4/+4
* Remove unnecessary use of hush header fileSimon Glass2014-05-292-5/+0
* dm: rename device struct to udeviceHeiko Schocher2014-05-272-4/+4
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2014-05-236-334/+540
|\
| * cmd_mmc: use new mmc_select_hwpart() functionStephen Warren2014-05-231-15/+6
| * 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
* | Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-05-221-4/+87
|\ \
| * | fpga: Added support to load bit stream from SD/MMCSiva Durga Prasad Paladugu2014-05-201-0/+40
| * | fpga: Add support to load partial bitstreamsMichal Simek2014-05-201-0/+33
| * | fpga: Define bitstream type based on command selectionMichal Simek2014-05-201-4/+6
| * | fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMKSiva Durga Prasad Paladugu2014-05-201-0/+8
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-05-221-1/+1
|\ \
| * \ Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD2014-05-207-47/+44
| |\ \ | | |/
| * | Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2014-05-1529-287/+649
| |\ \
| * | | nand: remove CONFIG_SYS_NAND_PAGE_SIZETim Harvey2014-05-151-1/+1
* | | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-05-226-18/+239
|\ \ \ \ | |_|_|/ |/| | |
| * | | usb/gadget: add the fastboot gadgetSebastian Siewior2014-05-082-0/+38
| * | | image: add support for Android's boot image formatSebastian Siewior2014-05-084-6/+122
| * | | ums: allow the user to specify the device typeStephen Warren2014-05-081-4/+10
| * | | ums: move all variable declarations to the start of the blockStephen Warren2014-05-081-8/+16
| * | | ums: use get_device() not find_mmc_device();Stephen Warren2014-05-081-11/+14
| * | | ums: move IO support code to common locationStephen Warren2014-05-081-0/+46
| * | | usb: ums: add error handling for failed registrationStephen Warren2014-05-081-1/+5
* | | | 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
OpenPOWER on IntegriCloud