| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd_eeprom: fix i2c_{read|write} usage if env is in I2C EEPROM | Alexey Brodkin | 2013-11-13 | 1 | -2/+2 |
* | lcd: allow overriding lcd_get_size() | Anatolij Gustschin | 2013-11-12 | 1 | -3/+7 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-usb | Tom Rini | 2013-11-08 | 1 | -28/+23 |
|\ |
|
| * | usb: ums: add ums exit feature by ctrl+c or by detach usb cable | Przemyslaw Marczak | 2013-11-08 | 1 | -8/+13 |
| * | usb: ums: allows using every mmc device with ums. | Przemyslaw Marczak | 2013-11-08 | 1 | -10/+5 |
| * | usb: ums: code refactoring to improve reusability on other boards. | Przemyslaw Marczak | 2013-11-08 | 1 | -16/+11 |
* | | env: fix the env export varname | Pierre Aubert | 2013-11-08 | 1 | -4/+2 |
* | | autoboot: add an option to override keyed autoboot | Mark Langsdorf | 2013-11-08 | 1 | -2/+2 |
* | | cmd_zfs: normalize 'file not found' errors | Luka Perkov | 2013-11-08 | 1 | -1/+1 |
* | | cmd_reiser: normalize 'file not found' errors | Luka Perkov | 2013-11-08 | 1 | -1/+1 |
* | | cmd_ubifs: normalize 'file not found' errors | Tim Harvey | 2013-11-08 | 1 | -4/+8 |
* | | cmd/gpt: Support gpt command for all devices | Egbert Eich | 2013-11-08 | 1 | -26/+19 |
* | | common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() f... | Miao Yan | 2013-11-08 | 1 | -24/+8 |
* | | cmd_nvedit.c: Add env exists command | Andrew Ruder | 2013-11-08 | 1 | -0/+23 |
|/ |
|
* | fpga: Add support for gzip images with bitstreams | Michal Simek | 2013-11-06 | 1 | -3/+19 |
* | pxe: fix handling of absolute paths | Rob Herring | 2013-11-04 | 1 | -1/+8 |
* | common: convert makefiles to Kbuild style | Masahiro Yamada | 2013-10-31 | 2 | -237/+190 |
* | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2013-10-21 | 5 | -36/+152 |
|\ |
|
| * | usb: add enum usb_init_type parameter to usb_lowlevel_init | Troy Kisky | 2013-10-20 | 1 | -1/+1 |
| * | usb: rename board_usb_init_type to usb_init_type | Troy Kisky | 2013-10-20 | 1 | -1/+1 |
| * | cmd:thor: Support for TIZEN's download command (thordown) | Lukasz Majewski | 2013-10-20 | 2 | -0/+73 |
| * | usb: new board-specific USB init interface | Mateusz Zalega | 2013-10-20 | 3 | -33/+47 |
| * | USB: xHCI: Add stack support for xHCI | Vivek Gautam | 2013-10-20 | 1 | -2/+31 |
* | | i2c: fix init on generic board | trem | 2013-10-17 | 1 | -0/+4 |
|/ |
|
* | common: fsl: Fix broken SPDX-License-Identifier change | Michal Simek | 2013-10-16 | 1 | -4/+4 |
* | mtd: fix warnings due to 64-bit partition support | Scott Wood | 2013-10-15 | 1 | -2/+2 |
* | sf: Add GPL-2.0+ SPDX-License-Identifier for missing ones | Jagannadha Sutradharudu Teki | 2013-10-16 | 1 | -1/+2 |
* | cmd_sandbox.c: Update for do_(load|save) not taking a number base | Tom Rini | 2013-10-14 | 1 | -2/+2 |
* | Prevent null pointer dereference originating in cmd_pxe.c | Steven Falco | 2013-10-14 | 1 | -42/+42 |
* | Coding Style cleanup: replace leading SPACEs by TABs | Wolfgang Denk | 2013-10-14 | 2 | -4/+4 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | 21 | -21/+21 |
* | env_mmc: fix buffer allocation for armv7 | Markus Niebel | 2013-10-14 | 1 | -5/+4 |
* | env: dataflash: fix env_init issue | Bo Shen | 2013-10-14 | 1 | -32/+18 |
* | cmd_ubi: add write.part command, to write a volume in multiple parts | Paul Burton | 2013-10-09 | 1 | -15/+48 |
* | cmd_ubi: use int64_t volume size for 'ubi create' | Paul Burton | 2013-10-09 | 1 | -8/+8 |
* | cmd_mtdparts: use 64 bits for flash size, partition size & offset | Paul Burton | 2013-10-09 | 1 | -25/+29 |
* | Fix number base handling of "load" command | Wolfgang Denk | 2013-10-07 | 4 | -13/+8 |
* | mtd: Fix function description in part_validate comment | Otavio Salvador | 2013-10-07 | 1 | -4/+3 |
* | usb:gadget:Remove redundant #includes for USB composite gadget and its functions | Lukasz Majewski | 2013-09-24 | 2 | -4/+0 |
* | dfu: Extract common DFU code to handle "dfu_alt_info" environment variable | Lukasz Majewski | 2013-09-24 | 1 | -14/+2 |
* | cmd_pxe.c: Pass along 'cmdtp' to do_bootm()/do_bootz() | Tom Rini | 2013-09-24 | 1 | -10/+10 |
* | cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPS | Tom Rini | 2013-09-23 | 1 | -1/+4 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mmc | Tom Rini | 2013-09-20 | 1 | -1/+16 |
|\ |
|
| * | spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT | Paul Burton | 2013-09-17 | 1 | -0/+16 |
| * | spl: remove unnecessary (& ARM specific) include of asm/utils.h | Paul Burton | 2013-09-17 | 1 | -1/+0 |
* | | FIT: delete unnecessary casts | Masahiro Yamada | 2013-09-20 | 3 | -7/+3 |
* | | cosmetic: FIT: fix typos in comments | Masahiro Yamada | 2013-09-20 | 1 | -2/+2 |
* | | Cosmetic: Fix a number of typos, no functional changes. | Robert P. J. Day | 2013-09-20 | 1 | -1/+1 |
* | | Fix loading freeze when netconsole is active | Frederic Leroy | 2013-09-20 | 1 | -0/+1 |
* | | Fix some obvious typos across multiple subsystems. | Robert P. J. Day | 2013-09-20 | 4 | -6/+6 |