summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* x86: Allow use of serial soon after relocationSimon Glass2016-03-17-0/+7
* dm: timer: Correct timer init ordering after relocationSimon Glass2016-03-17-1/+3
* malloc_simple: Add a little more debuggingSimon Glass2016-03-17-2/+5
* spl_nor: fix warning when compiled for 64bit targetMasahiro Yamada2016-03-15-1/+1
* efi_loader: Call fdt preparation functionsAlexander Graf2016-03-15-3/+5
* efi_loader: Implement memory allocation and mapAlexander Graf2016-03-15-0/+3
* efi_loader: Add runtime servicesAlexander Graf2016-03-15-0/+4
* Merge git://git.denx.de/u-boot-dmTom Rini2016-03-14-107/+240
|\
| * dm: usb: Convert USB storage to use driver-model for block devsSimon Glass2016-03-14-6/+135
| * dm: usb: Tidy up storage code ready for driver model conversionSimon Glass2016-03-14-56/+61
| * dm: usb: Avoid exceeding available array size for storage devicesSimon Glass2016-03-14-7/+7
| * dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-14-2/+3
| * dm: block: Rename device number member dev to devnumSimon Glass2016-03-14-7/+7
| * dm: part: Rename some partition functionsSimon Glass2016-03-14-11/+9
| * dm: blk: Rename get_device_and_partition()Simon Glass2016-03-14-2/+2
| * dm: blk: Rename get_dev() to blk_get_dev()Simon Glass2016-03-14-2/+2
| * dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-14-28/+28
* | lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese2016-03-14-1/+1
* | common: image-fit: Fix load and entry addresses in FIT imageYork Sun2016-03-14-5/+17
* | common: image-fit: Use a common function to get addressYork Sun2016-03-14-23/+19
* | spl: Support loading a FIT from MMCSimon Glass2016-03-14-18/+57
* | spl: Add an option to load a FIT containing U-BootSimon Glass2016-03-14-0/+195
* | image: Add functions to obtain short namesSimon Glass2016-03-14-4/+22
* | fdt: Allow libfdt to be used in SPLSimon Glass2016-03-14-6/+6
* | Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-14-24/+25
* | common: Add support for environment file in EXT4.Stuart Longland2016-03-14-0/+129
|/
* malloc: remove !gd handlingStephen Warren2016-03-08-1/+1
* timer: Set up the real timer after driver model is availableSimon Glass2016-02-26-2/+18
* Revert "image-fit: Fix signature checking"Simon Glass2016-02-26-3/+8
* image: Correct the OS location code to work on sandboxSimon Glass2016-02-26-1/+6
* spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FSGuillaume GARDET2016-02-19-1/+1
* tools: fix env_flags buildLubomir Rintel2016-02-15-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2016-02-11-0/+8
|\
| * dm: video: Add a temporary work-around for old stdout varSimon Glass2016-02-11-0/+8
* | Revert "common/memsize.c: Simplify RAM size detection"Hans de Goede2016-02-10-21/+26
* | Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)2016-02-08-118/+0
* | board_r: fix a typo in comment blockMasahiro Yamada2016-02-08-1/+1
* | image: fix getenv_bootm_size() function againMasahiro Yamada2016-02-08-8/+13
* | malloc: solve dead code issue in memalign()Stephen Warren2016-02-08-1/+1
* | common/memsize.c: Simplify RAM size detectionEddy Petrișor2016-02-08-26/+21
* | hush: Add rudimentary support for PS1 and PS2Marek Vasut2016-02-08-0/+10
* | hush: Pull out U-Boot prompt display and read functionalityMarek Vasut2016-02-08-5/+16
* | tools: env validate: pass values as 0-based arrayAndreas Fenkart2016-02-08-7/+7
* | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2016-02-08-3/+3
|\ \
| * | Use correct spelling of "U-Boot"Bin Meng2016-02-06-3/+3
| |/
* | autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is setStefan Roese2016-02-05-2/+2
|/
* malloc: work around some memalign fragmentation issuesStephen Warren2016-02-01-0/+22
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-01-27-0/+29
|\
| * dm: env_sf: fix saveenv() to use driver modelGong Qianyu2016-01-27-0/+29
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2016-01-26-1/+15
|\ \