aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-04-18dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger1-0/+2
2015-04-18cmd: net: Clean up return codesJoe Hershberger1-24/+21
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger2-2/+2
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger23-0/+23
2015-04-16dm: pci: Add a uclass for PCISimon Glass2-3/+13
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2-2/+2
2015-04-16Correct map_sysmem() logic in do_mem_mw()Simon Glass1-3/+4
2015-04-16dm: Add a new CPU init function which can use driver modelSimon Glass1-0/+6
2015-04-14fastboot: Proper download gadget unregister and clear when cable is missingPaul Kocialkowski1-0/+2
2015-04-14fastboot: check for alias when looking up partition by nameMichael Scott1-2/+24
2015-04-14dfu: cmd: trigger watchdog before calling usb_gadget_handle_interruptsHeiko Schocher1-0/+2
2015-04-14cmd_usb_mass_storage: Use 'USB Mass Storage' in the help textFabio Estevam1-1/+1
2015-04-14usb: gadget: thor: Invoke board specific USB cleanup interfaceInha Song1-0/+1
2015-04-14usb: gadget: UMS: Invoke board specific USB cleanup interfaceInha Song1-0/+1
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I3-3/+3
2015-04-14common: cmd_dfu: invoke board_usb_cleanup() for cleaning upKishon Vijay Abraham I2-0/+7
2015-04-14usb: hub: allow pgood_delay to be specified via envTim Harvey1-0/+8
2015-04-14usb: fix first descriptor fetch error handlingStephen Warren1-1/+16
2015-04-14usb: Early failure when the first descriptor read fails or is invalidPaul Kocialkowski1-1/+4
2015-04-14usb: Check usb_new_device for failurePaul Kocialkowski1-4/+10
2015-04-14usb: usb_new_device return codes consistencyPaul Kocialkowski1-29/+29
2015-04-14usb_storage:Fix USB storage capacity detection on 64 bit architecturesSergey Temerkhanov1-21/+23
2015-04-14usb_storage : scan all interfaces to find a storage deviceFranck Jullien1-17/+28
2015-04-10common/armflash: Support for ARM flash imagesLinus Walleij3-0/+285
2015-04-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-0/+13
2015-04-10common, ubi: use positive return values for ubi checkStefan Agner1-1/+1
2015-04-10Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGEAlbert ARIBAUD \(3ADEV\)1-0/+12
2015-04-10lpc32xx: add lpc32xx-spl.bin boot image targetAlbert ARIBAUD \(3ADEV\)1-0/+1
2015-04-07cmd_mem.c: Update 'iteration_limit' to unsigned longTom Rini1-1/+1
2015-04-07cmd_mem: cleanups, catch bad usagePavel Machek1-15/+19
2015-04-07env_sf: Fix recovery defaultMario Schuknecht1-2/+4
2015-04-03arc: clean-up init procedureAlexey Brodkin1-4/+4
2015-03-30nand: yaffs: Remove the "nand write.yaffs" commandPeter Tyser1-15/+0
2015-03-30cmd_nand: Verify writes to NANDPeter Tyser1-5/+9
2015-03-28m68k: fix 3 broken boardsangelo@sysam.it1-2/+2
2015-03-28common/board_f: move board_init_f_mem() from #else CONFIG_X86Alexey Brodkin1-2/+4
2015-03-25part: Add support for list filtering on bootable partitionsSjoerd Simons1-12/+41
2015-03-24remove unnecessary version.h includesRob Herring2-2/+0
2015-03-18Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+2
2015-03-13common/board_f.c: Enable IMX watchdog in init_func_watchdog_init()Stefan Roese1-1/+2
2015-03-10Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-0/+12
2015-03-09common: cmd_elf: Add support to disable start of applicationSiva Durga Prasad Paladugu1-0/+4
2015-03-09common/board_r: Restore non-cached memory setupJan Kiszka1-0/+11
2015-03-09dlmalloc: do memset in malloc init as new default configPrzemyslaw Marczak1-3/+7
2015-03-05cmd_usb_mass_storage: Remove extra 'ums' string in the usage textFabio Estevam1-1/+1
2015-03-05common/board_f: implement type casting for gd structureAlexey Brodkin1-1/+1
2015-03-05spl: fix calling "spl export .." more than onceHeiko Schocher1-1/+2
2015-03-05m68k: Add generic board support for MCF547X/8X and MCF5445XAlison Wang2-1/+9
2015-03-05m68k: add generic-board supportangelo@sysam.it2-21/+24
2015-03-05cmd_yaffs: Clean up command usage messagesPeter Tyser1-13/+13