summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2013-11-25-18/+61
|\
| * net: add support for extended registers to mdio commandStefano Babic2013-11-22-16/+59
| * net: trivial: Fix typos in mii field descriptionsStephan Bauroth2013-11-22-2/+2
* | common: Delete unnecessary rules.Masahiro Yamada2013-11-25-4/+1
* | hash.c: Correct non-hash subcommand crc32 addr-save supportTom Rini2013-11-25-2/+2
|/
* cmd_eeprom: fix i2c_{read|write} usage if env is in I2C EEPROMAlexey Brodkin2013-11-13-2/+2
* lcd: allow overriding lcd_get_size()Anatolij Gustschin2013-11-12-3/+7
* Merge branch 'master' of git://www.denx.de/git/u-boot-usbTom Rini2013-11-08-28/+23
|\
| * usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak2013-11-08-8/+13
| * usb: ums: allows using every mmc device with ums.Przemyslaw Marczak2013-11-08-10/+5
| * usb: ums: code refactoring to improve reusability on other boards.Przemyslaw Marczak2013-11-08-16/+11
* | env: fix the env export varnamePierre Aubert2013-11-08-4/+2
* | autoboot: add an option to override keyed autobootMark Langsdorf2013-11-08-2/+2
* | cmd_zfs: normalize 'file not found' errorsLuka Perkov2013-11-08-1/+1
* | cmd_reiser: normalize 'file not found' errorsLuka Perkov2013-11-08-1/+1
* | cmd_ubifs: normalize 'file not found' errorsTim Harvey2013-11-08-4/+8
* | cmd/gpt: Support gpt command for all devicesEgbert Eich2013-11-08-26/+19
* | common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() f...Miao Yan2013-11-08-24/+8
* | cmd_nvedit.c: Add env exists commandAndrew Ruder2013-11-08-0/+23
|/
* fpga: Add support for gzip images with bitstreamsMichal Simek2013-11-06-3/+19
* pxe: fix handling of absolute pathsRob Herring2013-11-04-1/+8
* common: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-237/+190
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-10-21-36/+152
|\
| * usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky2013-10-20-1/+1
| * usb: rename board_usb_init_type to usb_init_typeTroy Kisky2013-10-20-1/+1
| * cmd:thor: Support for TIZEN's download command (thordown)Lukasz Majewski2013-10-20-0/+73
| * usb: new board-specific USB init interfaceMateusz Zalega2013-10-20-33/+47
| * USB: xHCI: Add stack support for xHCIVivek Gautam2013-10-20-2/+31
* | i2c: fix init on generic boardtrem2013-10-17-0/+4
|/
* common: fsl: Fix broken SPDX-License-Identifier changeMichal Simek2013-10-16-4/+4
* mtd: fix warnings due to 64-bit partition supportScott Wood2013-10-15-2/+2
* sf: Add GPL-2.0+ SPDX-License-Identifier for missing onesJagannadha Sutradharudu Teki2013-10-16-1/+2
* cmd_sandbox.c: Update for do_(load|save) not taking a number baseTom Rini2013-10-14-2/+2
* Prevent null pointer dereference originating in cmd_pxe.cSteven Falco2013-10-14-42/+42
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-14-4/+4
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-14-21/+21
* env_mmc: fix buffer allocation for armv7Markus Niebel2013-10-14-5/+4
* env: dataflash: fix env_init issueBo Shen2013-10-14-32/+18
* cmd_ubi: add write.part command, to write a volume in multiple partsPaul Burton2013-10-09-15/+48
* cmd_ubi: use int64_t volume size for 'ubi create'Paul Burton2013-10-09-8/+8
* cmd_mtdparts: use 64 bits for flash size, partition size & offsetPaul Burton2013-10-09-25/+29
* Fix number base handling of "load" commandWolfgang Denk2013-10-07-13/+8
* mtd: Fix function description in part_validate commentOtavio Salvador2013-10-07-4/+3
* usb:gadget:Remove redundant #includes for USB composite gadget and its functionsLukasz Majewski2013-09-24-4/+0
* dfu: Extract common DFU code to handle "dfu_alt_info" environment variableLukasz Majewski2013-09-24-14/+2
* cmd_pxe.c: Pass along 'cmdtp' to do_bootm()/do_bootz()Tom Rini2013-09-24-10/+10
* cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPSTom Rini2013-09-23-1/+4
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2013-09-20-1/+16
|\
| * spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton2013-09-17-0/+16
| * spl: remove unnecessary (& ARM specific) include of asm/utils.hPaul Burton2013-09-17-1/+0