aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2014-01-27board_r - fixup functions table after relocationAlexey Brodkin1-0/+10
2014-01-24spl: common: Support for USB MSD FAT image loadingDan Murphy5-8/+76
2014-01-24spl: common: Move FAT funcs to a common fileDan Murphy3-62/+103
2014-01-20fdt_support.c: Correct linux,initrd-start/end settingTom Rini1-2/+2
2014-01-20Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-3/+2
2014-01-14common, env: optimize boottimeHeiko Schocher2-2/+15
2014-01-14bootm: Reinstate special case for standalone imagesSimon Glass1-9/+12
2014-01-14common/image.c: move VxWorks header string out of CONFIG_CMD_ELFmiao.yan@windriver.com1-1/+1
2014-01-14command.c: Fix auto-completion for the full commands list caseAndrew Gabbasov1-2/+2
2014-01-13Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-5/+9
2014-01-13usb: ums: wait for usb cable connection before enter ums modePrzemyslaw Marczak1-0/+24
2014-01-13env_eeprom - fix bus recovery for "eeprom_bus_read"Alexey Brodkin1-3/+2
2014-01-11sandbox: spi: Adjust 'sf test' to work on sandboxSimon Glass1-5/+9
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini4-41/+50
2014-01-09Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-0/+23
2014-01-09arm64: generic board supportDavid Feng1-7/+13
2014-01-09arm64: core supportDavid Feng1-0/+1
2014-01-09cmd_pxe: remove compiling warningsDavid Feng1-2/+2
2014-01-09fdt_support: 64bit initrd start address supportDavid Feng1-32/+34
2014-01-09mmc: add setdsr supportMarkus Niebel1-0/+23
2014-01-08sandbox: Allow reading/writing of RAM bufferSimon Glass1-3/+4
2014-01-08sandbox: Allow the console to work earlierSimon Glass1-1/+15
2014-01-08sandbox: Allow return from board_init_f()Simon Glass1-5/+3
2014-01-08sandbox: block driver using host file/device as backing storeHenrik Nordström1-0/+64
2013-12-16common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks()Miao Yan1-2/+3
2013-12-16common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan1-12/+69
2013-12-13common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.Miao Yan1-3/+12
2013-12-13Makefile: delete unnecessary CPPFLAGS settingsMasahiro Yamada1-2/+0
2013-12-13board_f: explicitly disable console on early bootAlexey Brodkin1-0/+1
2013-12-13Correct vxWorks elf boot to load at correct addressStany MARCEL1-3/+3
2013-12-13netbsd:fix documentation typo.Kees Jongenburger1-4/+4
2013-12-05cmd_eeprom: bug fix for i2c read/writeKuo-Jung Su1-2/+2
2013-11-25Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2-18/+61
2013-11-25common: Delete unnecessary rules.Masahiro Yamada1-4/+1
2013-11-25hash.c: Correct non-hash subcommand crc32 addr-save supportTom Rini1-2/+2
2013-11-22net: add support for extended registers to mdio commandStefano Babic1-16/+59
2013-11-22net: trivial: Fix typos in mii field descriptionsStephan Bauroth1-2/+2
2013-11-13cmd_eeprom: fix i2c_{read|write} usage if env is in I2C EEPROMAlexey Brodkin1-2/+2
2013-11-12lcd: allow overriding lcd_get_size()Anatolij Gustschin1-3/+7
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