summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* SPL: fat: Fix spl_parse_image_header() return value handlingTom Rini2016-05-231-1/+1
* spl: fit: Print error message when FDT is not presentMichal Simek2016-05-231-1/+6
* image-fit: Don't display an error in fit_set_timestamp()Simon Glass2016-05-231-3/+3
* malloc: improve memalign fragmentation fixStephen Warren2016-05-231-2/+21
* cmd: eeprom: add support for layout aware commandsNikita Kiryanov2016-05-203-0/+378
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-1710-33/+1964
|\
| * dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-172-4/+4
| * dm: blk: Add a easier way to create a named block deviceSimon Glass2016-05-171-8/+5
| * dm: sata: Add support for driver-model block devicesSimon Glass2016-05-171-1/+30
| * dm: scsi: Add support for driver-model block devicesSimon Glass2016-05-171-0/+32
| * dm: ide: Add support for driver-model block devicesSimon Glass2016-05-171-0/+32
| * dm: scsi: Drop the get_dev() functionSimon Glass2016-05-172-8/+1
| * dm: ide: Drop the get_dev() functionSimon Glass2016-05-171-7/+0
| * dm: usb: Drop the get_dev() functionSimon Glass2016-05-172-18/+1
| * dm: sata: Separate the non-command code into its own fileSimon Glass2016-05-172-0/+87
| * dm: ide: Separate the non-command code into its own fileSimon Glass2016-05-172-0/+1207
| * dm: scsi: Separate the non-command code into its own fileSimon Glass2016-05-172-0/+571
| * dm: usb: Add a legacy block interface for USB storageSimon Glass2016-05-171-0/+7
| * dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2016-05-171-2/+2
* | SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGEMarek Vasut2016-05-171-0/+3
* | SPL: Let spl_parse_image_header() return valueMarek Vasut2016-05-179-14/+39
|/
* usb: hub: Don't continue on get_port_status failureMarek Vasut2016-05-061-0/+1
* usb: Assure Get Descriptor request is in separate microframeMarek Vasut2016-05-061-0/+8
* usb: Wait after sending Set Configuration requestMarek Vasut2016-05-061-0/+8
* usb: Don't init pointer to zero, but NULLMarek Vasut2016-05-061-1/+1
* fdt: fix setting MAC addresses for multiple interfacesLev Iserovich2016-05-031-6/+14
* Fix spelling of "occurred".Vagrant Cascadian2016-05-022-2/+2
* common/dlmalloc.c: Delete content that was moved to malloc.hRobert P. J. Day2016-04-251-929/+0
* spl: spl_mmc: Disambiguate error messageFabio Estevam2016-04-251-2/+2
* common: env: support sata devicePeng Fan2016-04-182-0/+128
* fastboot: sparse: remove unnecessary loggingSteve Rae2016-04-111-4/+2
* fastboot: sparse: fix block addressing for don't care chunk typeSteve Rae2016-04-111-4/+8
* spl: mmc: raw: Try to load u-boot if Linux image is not foundLokesh Vutla2016-04-111-1/+11
* env_eeprom invalidates gd->env_addr by setting it to an offset valueGuy Thouret2016-04-111-7/+0
* fastboot: sparse: fix sparse blocks calculationJeffy Chen2016-04-111-1/+2
* usb: kbd: Do not deregister usbkbd twice when using dmHans de Goede2016-04-101-1/+2
* common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINEStefan Roese2016-04-041-1/+1
* common: env_sf: Add exclamation markPeng Fan2016-04-011-1/+1
* Common: SPL: spl_nand: Fixed debug correct NAND ECC type.Ahmed Samir Khalil2016-04-011-0/+4
* Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass2016-04-012-1/+22
* debug_uart: Remove duplicated carriage return handlingBin Meng2016-03-271-2/+0
* Fix typo choosen in comments and printf logsAlexander Merkle2016-03-271-1/+1
* lcd: Fix compile warning in 64bit modeAlexander Graf2016-03-271-2/+2
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-03-231-3/+3
|\
| * spl: Print from which mmc slot spl is trying to bootHans de Goede2016-03-231-3/+3
* | spl_mmc: allow to load raw imageMasahiro Yamada2016-03-241-14/+4
|/
* usb: Correct return value in usb_stor_info()Simon Glass2016-03-221-1/+1
* Fix spelling of "transferred".Vagrant Cascadian2016-03-222-2/+2
* Allow command-line files to be droppedSimon Glass2016-03-221-2/+2
* Panic when no command line processing can be performedSimon Glass2016-03-221-0/+1
OpenPOWER on IntegriCloud