summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2016-09-18spl: 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
2016-03-14common: Add support for environment file in EXT4.Stuart Longland
2016-03-08malloc: remove !gd handlingStephen Warren
2016-02-26timer: Set up the real timer after driver model is availableSimon Glass
2016-02-26Revert "image-fit: Fix signature checking"Simon Glass
2016-02-26image: Correct the OS location code to work on sandboxSimon Glass
2016-02-19spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FSGuillaume GARDET
2016-02-15tools: fix env_flags buildLubomir Rintel
2016-02-11Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2016-02-11dm: video: Add a temporary work-around for old stdout varSimon Glass
2016-02-10Revert "common/memsize.c: Simplify RAM size detection"Hans de Goede
2016-02-08Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)
2016-02-08board_r: fix a typo in comment blockMasahiro Yamada
2016-02-08image: fix getenv_bootm_size() function againMasahiro Yamada
2016-02-08malloc: solve dead code issue in memalign()Stephen Warren