summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* | spl: Support loading a FIT from MMCSimon Glass2016-03-141-18/+57
* | spl: Add an option to load a FIT containing U-BootSimon Glass2016-03-142-0/+195
* | image: Add functions to obtain short namesSimon Glass2016-03-141-4/+22
* | fdt: Allow libfdt to be used in SPLSimon Glass2016-03-143-6/+6
* | Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-145-24/+25
* | common: Add support for environment file in EXT4.Stuart Longland2016-03-142-0/+129
|/
* malloc: remove !gd handlingStephen Warren2016-03-081-1/+1
* timer: Set up the real timer after driver model is availableSimon Glass2016-02-262-2/+18
* Revert "image-fit: Fix signature checking"Simon Glass2016-02-261-3/+8
* image: Correct the OS location code to work on sandboxSimon Glass2016-02-262-1/+6
* spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FSGuillaume GARDET2016-02-191-1/+1
* tools: fix env_flags buildLubomir Rintel2016-02-151-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2016-02-111-0/+8
|\
| * dm: video: Add a temporary work-around for old stdout varSimon Glass2016-02-111-0/+8
* | Revert "common/memsize.c: Simplify RAM size detection"Hans de Goede2016-02-101-21/+26
* | Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)2016-02-084-118/+0
* | board_r: fix a typo in comment blockMasahiro Yamada2016-02-081-1/+1
* | image: fix getenv_bootm_size() function againMasahiro Yamada2016-02-081-8/+13
* | malloc: solve dead code issue in memalign()Stephen Warren2016-02-081-1/+1
* | common/memsize.c: Simplify RAM size detectionEddy Petrișor2016-02-081-26/+21
* | hush: Add rudimentary support for PS1 and PS2Marek Vasut2016-02-081-0/+10
* | hush: Pull out U-Boot prompt display and read functionalityMarek Vasut2016-02-081-5/+16
OpenPOWER on IntegriCloud