aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass2-8/+1
2016-05-17dm: ide: Drop the get_dev() functionSimon Glass1-7/+0
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass2-18/+1
2016-05-17dm: sata: Separate the non-command code into its own fileSimon Glass2-0/+87
2016-05-17dm: ide: Separate the non-command code into its own fileSimon Glass2-0/+1207
2016-05-17dm: scsi: Separate the non-command code into its own fileSimon Glass2-0/+571
2016-05-17dm: usb: Add a legacy block interface for USB storageSimon Glass1-0/+7
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass1-2/+2
2016-05-06usb: hub: Don't continue on get_port_status failureMarek Vasut1-0/+1
2016-05-06usb: Assure Get Descriptor request is in separate microframeMarek Vasut1-0/+8
2016-05-06usb: Wait after sending Set Configuration requestMarek Vasut1-0/+8
2016-05-06usb: Don't init pointer to zero, but NULLMarek Vasut1-1/+1
2016-05-03fdt: fix setting MAC addresses for multiple interfacesLev Iserovich1-6/+14
2016-05-02Fix spelling of "occurred".Vagrant Cascadian2-2/+2
2016-04-25common/dlmalloc.c: Delete content that was moved to malloc.hRobert P. J. Day1-929/+0
2016-04-25spl: spl_mmc: Disambiguate error messageFabio Estevam1-2/+2
2016-04-18common: env: support sata devicePeng Fan2-0/+128
2016-04-11fastboot: sparse: remove unnecessary loggingSteve Rae1-4/+2
2016-04-11fastboot: sparse: fix block addressing for don't care chunk typeSteve Rae1-4/+8
2016-04-11spl: mmc: raw: Try to load u-boot if Linux image is not foundLokesh Vutla1-1/+11
2016-04-11env_eeprom invalidates gd->env_addr by setting it to an offset valueGuy Thouret1-7/+0
2016-04-11fastboot: sparse: fix sparse blocks calculationJeffy Chen1-1/+2
2016-04-10usb: kbd: Do not deregister usbkbd twice when using dmHans de Goede1-1/+2
2016-04-04common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINEStefan Roese1-1/+1
2016-04-01common: env_sf: Add exclamation markPeng Fan1-1/+1
2016-04-01Common: SPL: spl_nand: Fixed debug correct NAND ECC type.Ahmed Samir Khalil1-0/+4
2016-04-01Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass2-1/+22
2016-03-27debug_uart: Remove duplicated carriage return handlingBin Meng1-2/+0
2016-03-27Fix typo choosen in comments and printf logsAlexander Merkle1-1/+1
2016-03-27lcd: Fix compile warning in 64bit modeAlexander Graf1-2/+2
2016-03-23Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-3/+3
2016-03-23spl: Print from which mmc slot spl is trying to bootHans de Goede1-3/+3
2016-03-24spl_mmc: allow to load raw imageMasahiro Yamada1-14/+4
2016-03-22usb: Correct return value in usb_stor_info()Simon Glass1-1/+1
2016-03-22Fix spelling of "transferred".Vagrant Cascadian2-2/+2
2016-03-22Allow command-line files to be droppedSimon Glass1-2/+2
2016-03-22Panic when no command line processing can be performedSimon Glass1-0/+1
2016-03-20usb: Change power-on / scanning timeout handlingStefan Roese1-94/+223
2016-03-20usb: Don't reset the USB hub a 2nd timeStefan Roese1-12/+1
2016-03-20usb: Remove 200 ms delay in usb_hub_port_connect_change()Stefan Roese1-3/+0
2016-03-20usb: legacy_hub_port_reset(): Speedup hub reset handlingStefan Roese1-2/+7
2016-03-17Revert "fdt: fix address cell count checking in fdt_translate_address()"Przemyslaw Marczak1-3/+4
2016-03-17x86: Allow use of serial soon after relocationSimon Glass1-0/+7
2016-03-17dm: timer: Correct timer init ordering after relocationSimon Glass1-1/+3
2016-03-17malloc_simple: Add a little more debuggingSimon Glass1-2/+5
2016-03-15spl_nor: fix warning when compiled for 64bit targetMasahiro Yamada1-1/+1
2016-03-15efi_loader: Call fdt preparation functionsAlexander Graf1-3/+5
2016-03-15efi_loader: Implement memory allocation and mapAlexander Graf1-0/+3
2016-03-15efi_loader: Add runtime servicesAlexander Graf1-0/+4
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini8-107/+240