aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-11-08Merge branch 'master' of git://www.denx.de/git/u-boot-usbTom Rini1-28/+23
2013-11-08env: fix the env export varnamePierre Aubert1-4/+2
2013-11-08autoboot: add an option to override keyed autobootMark Langsdorf1-2/+2
2013-11-08cmd_zfs: normalize 'file not found' errorsLuka Perkov1-1/+1
2013-11-08cmd_reiser: normalize 'file not found' errorsLuka Perkov1-1/+1
2013-11-08cmd_ubifs: normalize 'file not found' errorsTim Harvey1-4/+8
2013-11-08cmd/gpt: Support gpt command for all devicesEgbert Eich1-26/+19
2013-11-08usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak1-8/+13
2013-11-08usb: ums: allows using every mmc device with ums.Przemyslaw Marczak1-10/+5
2013-11-08usb: ums: code refactoring to improve reusability on other boards.Przemyslaw Marczak1-16/+11
2013-11-08common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() f...Miao Yan1-24/+8
2013-11-08cmd_nvedit.c: Add env exists commandAndrew Ruder1-0/+23
2013-11-06fpga: Add support for gzip images with bitstreamsMichal Simek1-3/+19
2013-11-04pxe: fix handling of absolute pathsRob Herring1-1/+8
2013-10-31common: convert makefiles to Kbuild styleMasahiro Yamada2-237/+190
2013-10-21Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini5-36/+152
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky1-1/+1
2013-10-20usb: rename board_usb_init_type to usb_init_typeTroy Kisky1-1/+1
2013-10-20cmd:thor: Support for TIZEN's download command (thordown)Lukasz Majewski2-0/+73
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega3-33/+47
2013-10-20USB: xHCI: Add stack support for xHCIVivek Gautam1-2/+31
2013-10-17i2c: fix init on generic boardtrem1-0/+4
2013-10-16common: fsl: Fix broken SPDX-License-Identifier changeMichal Simek1-4/+4
2013-10-15mtd: fix warnings due to 64-bit partition supportScott Wood1-2/+2
2013-10-16sf: Add GPL-2.0+ SPDX-License-Identifier for missing onesJagannadha Sutradharudu Teki1-1/+2
2013-10-14cmd_sandbox.c: Update for do_(load|save) not taking a number baseTom Rini1-2/+2
2013-10-14Prevent null pointer dereference originating in cmd_pxe.cSteven Falco1-42/+42
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2-4/+4
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk21-21/+21
2013-10-14env_mmc: fix buffer allocation for armv7Markus Niebel1-5/+4
2013-10-14env: dataflash: fix env_init issueBo Shen1-32/+18
2013-10-09cmd_ubi: add write.part command, to write a volume in multiple partsPaul Burton1-15/+48
2013-10-09cmd_ubi: use int64_t volume size for 'ubi create'Paul Burton1-8/+8
2013-10-09cmd_mtdparts: use 64 bits for flash size, partition size & offsetPaul Burton1-25/+29
2013-10-07Fix number base handling of "load" commandWolfgang Denk4-13/+8
2013-10-07mtd: Fix function description in part_validate commentOtavio Salvador1-4/+3
2013-09-24usb:gadget:Remove redundant #includes for USB composite gadget and its functionsLukasz Majewski2-4/+0
2013-09-24dfu: Extract common DFU code to handle "dfu_alt_info" environment variableLukasz Majewski1-14/+2
2013-09-24cmd_pxe.c: Pass along 'cmdtp' to do_bootm()/do_bootz()Tom Rini1-10/+10
2013-09-23cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPSTom Rini1-1/+4
2013-09-20Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-1/+16
2013-09-20FIT: delete unnecessary castsMasahiro Yamada3-7/+3
2013-09-20cosmetic: FIT: fix typos in commentsMasahiro Yamada1-2/+2
2013-09-20Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day1-1/+1
2013-09-20Fix loading freeze when netconsole is activeFrederic Leroy1-0/+1
2013-09-20Fix some obvious typos across multiple subsystems.Robert P. J. Day4-6/+6
2013-09-20bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootmPaul Burton1-2/+3
2013-09-17spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton1-0/+16
2013-09-17spl: remove unnecessary (& ARM specific) include of asm/utils.hPaul Burton1-1/+0
2013-09-16Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-1/+12