summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2016-04-18common: env: support sata devicePeng Fan2-0/+128
2016-04-12fastboot: sparse: remove unnecessary loggingSteve Rae1-4/+2
2016-04-12fastboot: sparse: fix block addressing for don't care chunk typeSteve Rae1-4/+8
2016-04-12spl: 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-02common: env_sf: Add exclamation markPeng Fan1-1/+1
2016-04-02Common: SPL: spl_nand: Fixed debug correct NAND ECC type.Ahmed Samir Khalil1-0/+4
2016-04-02Drop 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-24Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-3/+3
2016-03-24spl: Print from which mmc slot spl is trying to bootHans de Goede1-3/+3
2016-03-23spl_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-18Revert "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-16spl_nor: fix warning when compiled for 64bit targetMasahiro Yamada1-1/+1
2016-03-16efi_loader: Call fdt preparation functionsAlexander Graf1-3/+5
2016-03-16efi_loader: Implement memory allocation and mapAlexander Graf1-0/+3
2016-03-16efi_loader: Add runtime servicesAlexander Graf1-0/+4
2016-03-15Merge git://git.denx.de/u-boot-dmTom Rini8-107/+240
2016-03-15lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese1-1/+1
2016-03-15common: image-fit: Fix load and entry addresses in FIT imageYork Sun1-5/+17
2016-03-15common: image-fit: Use a common function to get addressYork Sun1-23/+19
2016-03-15spl: Support loading a FIT from MMCSimon Glass1-18/+57
2016-03-15spl: Add an option to load a FIT containing U-BootSimon Glass2-0/+195
2016-03-15image: Add functions to obtain short namesSimon Glass1-4/+22
2016-03-15fdt: Allow libfdt to be used in SPLSimon Glass3-6/+6
2016-03-15Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass5-24/+25
2016-03-15dm: usb: Convert USB storage to use driver-model for block devsSimon Glass1-6/+135
2016-03-15dm: usb: Tidy up storage code ready for driver model conversionSimon Glass1-56/+61
2016-03-15dm: usb: Avoid exceeding available array size for storage devicesSimon Glass1-7/+7
2016-03-15dm: block: Adjust device calls to go through helpers functionSimon Glass1-2/+3
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass3-7/+7
2016-03-15dm: part: Rename some partition functionsSimon Glass4-11/+9
2016-03-15dm: blk: Rename get_device_and_partition()Simon Glass1-2/+2
2016-03-15dm: blk: Rename get_dev() to blk_get_dev()Simon Glass1-2/+2