summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb: Change power-on / scanning timeout handlingStefan Roese2016-03-201-94/+223
* usb: Don't reset the USB hub a 2nd timeStefan Roese2016-03-201-12/+1
* usb: Remove 200 ms delay in usb_hub_port_connect_change()Stefan Roese2016-03-201-3/+0
* usb: legacy_hub_port_reset(): Speedup hub reset handlingStefan Roese2016-03-201-2/+7
* Revert "fdt: fix address cell count checking in fdt_translate_address()"Przemyslaw Marczak2016-03-171-3/+4
* x86: Allow use of serial soon after relocationSimon Glass2016-03-171-0/+7
* dm: timer: Correct timer init ordering after relocationSimon Glass2016-03-171-1/+3
* malloc_simple: Add a little more debuggingSimon Glass2016-03-171-2/+5
* spl_nor: fix warning when compiled for 64bit targetMasahiro Yamada2016-03-151-1/+1
* efi_loader: Call fdt preparation functionsAlexander Graf2016-03-151-3/+5
* efi_loader: Implement memory allocation and mapAlexander Graf2016-03-151-0/+3
* efi_loader: Add runtime servicesAlexander Graf2016-03-151-0/+4
* Merge git://git.denx.de/u-boot-dmTom Rini2016-03-148-107/+240
|\
| * dm: usb: Convert USB storage to use driver-model for block devsSimon Glass2016-03-141-6/+135
| * dm: usb: Tidy up storage code ready for driver model conversionSimon Glass2016-03-141-56/+61
| * dm: usb: Avoid exceeding available array size for storage devicesSimon Glass2016-03-141-7/+7
| * dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-141-2/+3
| * dm: block: Rename device number member dev to devnumSimon Glass2016-03-143-7/+7
| * dm: part: Rename some partition functionsSimon Glass2016-03-144-11/+9
| * dm: blk: Rename get_device_and_partition()Simon Glass2016-03-141-2/+2
| * dm: blk: Rename get_dev() to blk_get_dev()Simon Glass2016-03-141-2/+2
| * dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-147-28/+28
* | lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese2016-03-141-1/+1
* | common: image-fit: Fix load and entry addresses in FIT imageYork Sun2016-03-141-5/+17
* | common: image-fit: Use a common function to get addressYork Sun2016-03-141-23/+19
OpenPOWER on IntegriCloud