summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2016-04-11fastboot: sparse: remove unnecessary loggingSteve Rae
2016-04-11fastboot: sparse: fix block addressing for don't care chunk typeSteve Rae
2016-04-11spl: mmc: raw: Try to load u-boot if Linux image is not foundLokesh Vutla
2016-04-11env_eeprom invalidates gd->env_addr by setting it to an offset valueGuy Thouret
2016-04-11fastboot: sparse: fix sparse blocks calculationJeffy Chen
2016-04-10usb: kbd: Do not deregister usbkbd twice when using dmHans de Goede
2016-04-04common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINEStefan Roese
2016-04-01common: env_sf: Add exclamation markPeng Fan
2016-04-01Common: SPL: spl_nand: Fixed debug correct NAND ECC type.Ahmed Samir Khalil
2016-04-01Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass
2016-03-27debug_uart: Remove duplicated carriage return handlingBin Meng
2016-03-27Fix typo choosen in comments and printf logsAlexander Merkle
2016-03-27lcd: Fix compile warning in 64bit modeAlexander Graf
2016-03-23Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2016-03-23spl: Print from which mmc slot spl is trying to bootHans de Goede
2016-03-24spl_mmc: allow to load raw imageMasahiro Yamada
2016-03-22usb: Correct return value in usb_stor_info()Simon Glass
2016-03-22Fix spelling of "transferred".Vagrant Cascadian
2016-03-22Allow command-line files to be droppedSimon Glass
2016-03-22Panic when no command line processing can be performedSimon Glass
2016-03-20usb: Change power-on / scanning timeout handlingStefan Roese
2016-03-20usb: Don't reset the USB hub a 2nd timeStefan Roese
2016-03-20usb: Remove 200 ms delay in usb_hub_port_connect_change()Stefan Roese
2016-03-20usb: legacy_hub_port_reset(): Speedup hub reset handlingStefan Roese
2016-03-17Revert "fdt: fix address cell count checking in fdt_translate_address()"Przemyslaw Marczak
2016-03-17x86: Allow use of serial soon after relocationSimon Glass
2016-03-17dm: timer: Correct timer init ordering after relocationSimon Glass
2016-03-17malloc_simple: Add a little more debuggingSimon Glass
2016-03-15spl_nor: fix warning when compiled for 64bit targetMasahiro Yamada
2016-03-15efi_loader: Call fdt preparation functionsAlexander Graf
2016-03-15efi_loader: Implement memory allocation and mapAlexander Graf
2016-03-15efi_loader: Add runtime servicesAlexander Graf
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini
2016-03-14lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese
2016-03-14common: image-fit: Fix load and entry addresses in FIT imageYork Sun
2016-03-14common: image-fit: Use a common function to get addressYork Sun
2016-03-14spl: Support loading a FIT from MMCSimon Glass
2016-03-14spl: Add an option to load a FIT containing U-BootSimon Glass
2016-03-14image: Add functions to obtain short namesSimon Glass
2016-03-14fdt: Allow libfdt to be used in SPLSimon Glass
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass
2016-03-14dm: usb: Convert USB storage to use driver-model for block devsSimon Glass
2016-03-14dm: usb: Tidy up storage code ready for driver model conversionSimon Glass
2016-03-14dm: usb: Avoid exceeding available array size for storage devicesSimon Glass
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: blk: Rename get_device_and_partition()Simon Glass
2016-03-14dm: blk: Rename get_dev() to blk_get_dev()Simon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass