summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* sandbox: Allow the console to work earlierSimon Glass2014-01-08-1/+15
* sandbox: Allow return from board_init_f()Simon Glass2014-01-08-5/+3
* sandbox: block driver using host file/device as backing storeHenrik Nordström2014-01-08-0/+64
* common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks()Miao Yan2013-12-16-2/+3
* common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan2013-12-16-12/+69
* common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.Miao Yan2013-12-13-3/+12
* Makefile: delete unnecessary CPPFLAGS settingsMasahiro Yamada2013-12-13-2/+0
* board_f: explicitly disable console on early bootAlexey Brodkin2013-12-13-0/+1
* Correct vxWorks elf boot to load at correct addressStany MARCEL2013-12-13-3/+3
* netbsd:fix documentation typo.Kees Jongenburger2013-12-13-4/+4
* cmd_eeprom: bug fix for i2c read/writeKuo-Jung Su2013-12-05-2/+2
* 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