summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2014-01-09sandbox: Allow reading/writing of RAM bufferSimon Glass1-3/+4
2014-01-09sandbox: Allow the console to work earlierSimon Glass1-1/+15
2014-01-09sandbox: Allow return from board_init_f()Simon Glass1-5/+3
2014-01-09sandbox: 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-23net: add support for extended registers to mdio commandStefano Babic1-16/+59
2013-11-23net: 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-09Merge branch 'master' of git://www.denx.de/git/u-boot-usbTom Rini1-28/+23
2013-11-09env: fix the env export varnamePierre Aubert1-4/+2
2013-11-09autoboot: add an option to override keyed autobootMark Langsdorf1-2/+2
2013-11-09cmd_zfs: normalize 'file not found' errorsLuka Perkov1-1/+1
2013-11-09cmd_reiser: normalize 'file not found' errorsLuka Perkov1-1/+1
2013-11-09cmd_ubifs: normalize 'file not found' errorsTim Harvey1-4/+8
2013-11-09cmd/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-21usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky1-1/+1
2013-10-21usb: rename board_usb_init_type to usb_init_typeTroy Kisky1-1/+1
2013-10-21cmd:thor: Support for TIZEN's download command (thordown)Lukasz Majewski2-0/+73
2013-10-21usb: new board-specific USB init interfaceMateusz Zalega3-33/+47
2013-10-21USB: 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-16mtd: fix warnings due to 64-bit partition supportScott Wood1-2/+2
2013-10-15sf: Add GPL-2.0+ SPDX-License-Identifier for missing onesJagannadha Sutradharudu Teki1-1/+2
2013-10-15cmd_sandbox.c: Update for do_(load|save) not taking a number baseTom Rini1-2/+2
2013-10-15Prevent null pointer dereference originating in cmd_pxe.cSteven Falco1-42/+42
2013-10-15Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2-4/+4
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk21-21/+21
2013-10-15env_mmc: fix buffer allocation for armv7Markus Niebel1-5/+4
2013-10-15env: dataflash: fix env_init issueBo Shen1-32/+18