summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://www.denx.de/git/u-boot-usbTom Rini2013-11-081-28/+23
|\
| * usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak2013-11-081-8/+13
| * usb: ums: allows using every mmc device with ums.Przemyslaw Marczak2013-11-081-10/+5
| * usb: ums: code refactoring to improve reusability on other boards.Przemyslaw Marczak2013-11-081-16/+11
* | env: fix the env export varnamePierre Aubert2013-11-081-4/+2
* | autoboot: add an option to override keyed autobootMark Langsdorf2013-11-081-2/+2
* | cmd_zfs: normalize 'file not found' errorsLuka Perkov2013-11-081-1/+1
* | cmd_reiser: normalize 'file not found' errorsLuka Perkov2013-11-081-1/+1
* | cmd_ubifs: normalize 'file not found' errorsTim Harvey2013-11-081-4/+8
* | cmd/gpt: Support gpt command for all devicesEgbert Eich2013-11-081-26/+19
* | common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() f...Miao Yan2013-11-081-24/+8
* | cmd_nvedit.c: Add env exists commandAndrew Ruder2013-11-081-0/+23
|/
* fpga: Add support for gzip images with bitstreamsMichal Simek2013-11-061-3/+19
* pxe: fix handling of absolute pathsRob Herring2013-11-041-1/+8
* common: convert makefiles to Kbuild styleMasahiro Yamada2013-10-312-237/+190
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-10-215-36/+152
|\
| * usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky2013-10-201-1/+1
| * usb: rename board_usb_init_type to usb_init_typeTroy Kisky2013-10-201-1/+1
| * cmd:thor: Support for TIZEN's download command (thordown)Lukasz Majewski2013-10-202-0/+73
| * usb: new board-specific USB init interfaceMateusz Zalega2013-10-203-33/+47
| * USB: xHCI: Add stack support for xHCIVivek Gautam2013-10-201-2/+31
* | i2c: fix init on generic boardtrem2013-10-171-0/+4
|/
* common: fsl: Fix broken SPDX-License-Identifier changeMichal Simek2013-10-161-4/+4
* mtd: fix warnings due to 64-bit partition supportScott Wood2013-10-151-2/+2
* sf: Add GPL-2.0+ SPDX-License-Identifier for missing onesJagannadha Sutradharudu Teki2013-10-161-1/+2
* cmd_sandbox.c: Update for do_(load|save) not taking a number baseTom Rini2013-10-141-2/+2
* Prevent null pointer dereference originating in cmd_pxe.cSteven Falco2013-10-141-42/+42
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-142-4/+4
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-1421-21/+21
* env_mmc: fix buffer allocation for armv7Markus Niebel2013-10-141-5/+4
* env: dataflash: fix env_init issueBo Shen2013-10-141-32/+18
* cmd_ubi: add write.part command, to write a volume in multiple partsPaul Burton2013-10-091-15/+48
* cmd_ubi: use int64_t volume size for 'ubi create'Paul Burton2013-10-091-8/+8
* cmd_mtdparts: use 64 bits for flash size, partition size & offsetPaul Burton2013-10-091-25/+29
* Fix number base handling of "load" commandWolfgang Denk2013-10-074-13/+8
* mtd: Fix function description in part_validate commentOtavio Salvador2013-10-071-4/+3
* usb:gadget:Remove redundant #includes for USB composite gadget and its functionsLukasz Majewski2013-09-242-4/+0
* dfu: Extract common DFU code to handle "dfu_alt_info" environment variableLukasz Majewski2013-09-241-14/+2
* cmd_pxe.c: Pass along 'cmdtp' to do_bootm()/do_bootz()Tom Rini2013-09-241-10/+10
* cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPSTom Rini2013-09-231-1/+4
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2013-09-201-1/+16
|\
| * spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton2013-09-171-0/+16
| * spl: remove unnecessary (& ARM specific) include of asm/utils.hPaul Burton2013-09-171-1/+0
* | FIT: delete unnecessary castsMasahiro Yamada2013-09-203-7/+3
* | cosmetic: FIT: fix typos in commentsMasahiro Yamada2013-09-201-2/+2
* | Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day2013-09-201-1/+1
* | Fix loading freeze when netconsole is activeFrederic Leroy2013-09-201-0/+1
* | Fix some obvious typos across multiple subsystems.Robert P. J. Day2013-09-204-6/+6
* | bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootmPaul Burton2013-09-201-2/+3
|/
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2013-09-161-1/+12
|\
OpenPOWER on IntegriCloud