summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * cmd_sf: let "sf update" preserve the final part of the last sectorGerlando Falauto2013-08-271-1/+12
* | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-09-061-0/+1
|\ \
| * \ Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-09-051-0/+1
| |\ \
| | * | ARM: mxs: tools: Add mkimage support for MXS bootstreamMarek Vasut2013-08-311-0/+1
* | | | bootm: allow correct bounds-check of destinationKees Cook2013-09-031-1/+1
* | | | sandbox: Correct compiler warnings in cmd_bootm/cmd_ximgSimon Glass2013-09-032-6/+9
|/ / /
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-08-273-26/+102
|\ \ \
| * | | console: usb: kbd: To fix slow TFTP bootingJim Lin2013-08-261-10/+10
| * | | console: usb: kbd: To improve TFTP booting performanceJim Lin2013-08-261-0/+15
| * | | usb: Use well-known descriptor sizes when parsing configurationJulius Werner2013-08-262-26/+75
| * | | USB: usb-hub: Add a weak function for resetting devicesDan Murphy2013-08-261-0/+12
| | |/ | |/|
* | | i2c: fix i2c dev command for not using new frameworkHeiko Schocher2013-08-271-0/+2
|/ /
* | env_nand.c: support falling back to redundant env when writingPhil Sutter2013-08-221-62/+54
* | cmd_nand: Do not show usage when scrub is abortedMasahiro Yamada2013-08-221-2/+2
OpenPOWER on IntegriCloud