summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* part: Add support for list filtering on bootable partitionsSjoerd Simons2015-03-251-12/+41
* remove unnecessary version.h includesRob Herring2015-03-242-2/+0
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-03-181-1/+2
|\
| * common/board_f.c: Enable IMX watchdog in init_func_watchdog_init()Stefan Roese2015-03-131-1/+2
| * Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2015-03-053-2/+99
| |\
* | \ Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-03-101-0/+12
|\ \ \
| * | | common: board: support systems with where RAM ends beyond 4GBStephen Warren2015-03-041-0/+12
* | | | common: cmd_elf: Add support to disable start of applicationSiva Durga Prasad Paladugu2015-03-091-0/+4
* | | | common/board_r: Restore non-cached memory setupJan Kiszka2015-03-091-0/+11
* | | | dlmalloc: do memset in malloc init as new default configPrzemyslaw Marczak2015-03-091-3/+7
* | | | cmd_usb_mass_storage: Remove extra 'ums' string in the usage textFabio Estevam2015-03-051-1/+1
* | | | common/board_f: implement type casting for gd structureAlexey Brodkin2015-03-051-1/+1
* | | | spl: fix calling "spl export .." more than onceHeiko Schocher2015-03-051-1/+2
* | | | m68k: Add generic board support for MCF547X/8X and MCF5445XAlison Wang2015-03-052-1/+9
* | | | m68k: add generic-board supportangelo@sysam.it2015-03-052-21/+24
* | | | cmd_yaffs: Clean up command usage messagesPeter Tyser2015-03-051-13/+13
* | | | common/lcd: Add command for writing to lcd-displayHannes Petermaier2015-03-051-0/+18
* | | | common/lcd: Add command for setting cursor within lcd-consoleHannes Petermaier2015-03-051-0/+21
* | | | gpt: support random UUIDs without setting environment variablesRob Herring2015-03-051-18/+30
* | | | gpt: fix error reporting on partition table write failuresRob Herring2015-03-051-2/+2
* | | | kconfig: common: Fix memtest bool nameNikolaos Pasaloukos2015-03-051-1/+1
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-03-051-0/+6
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2015-03-0217-101/+177
| |\ \
| * | | cmd_eeprom: make it possible to define the used i2c busChristian Gmeiner2015-02-171-0/+6
* | | | arm: spl: Allow board_init_r() to run with a larger stackSimon Glass2015-03-041-0/+35
* | | | Merge git://git.denx.de/u-boot-usbTom Rini2015-03-022-2/+64
|\ \ \ \ | |_|/ / |/| | |
| * | | fastboot: Correct fastboot_fail and fastboot_okay stringsDileep Katta2015-02-251-2/+2
| * | | fastboot: Add USB cable detect checkRob Herring2015-02-251-0/+6
| * | | usb: gadget: fastboot: Add fastboot eraseDileep Katta2015-02-251-0/+56
| | |/ | |/|
* | | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-02-252-8/+20
|\ \ \
| * | | crypto/fsl - Add progressive hashing support using hardware acceleration.gaurav rana2015-02-251-0/+10
| * | | crypto/fsl: Make function names consistent for blob encapsulation/decapsulation.gaurav rana2015-02-251-8/+10
| |/ /
* | | kconfig: remove unneeded dependency on !SPL_BUILDMasahiro Yamada2015-02-241-1/+0
|/ /
* | mmc: Implement SD/MMC versioning properlyPantelis Antoniou2015-02-231-2/+6
* | cmd_i2c: Provide option for bulk 'i2c write' in one transactionLubomir Popov2015-02-191-9/+36
* | cmd_i2c: quit I2C commands immediately on errorMasahiro Yamada2015-02-191-13/+13
* | Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini2015-02-183-7/+7
|\ \
| * | cmd_fdt: Print the control fdt in terms of virtual memoryJoe Hershberger2015-02-171-1/+1
| * | cmd_fdt: Actually fix fdt command in sandboxJoe Hershberger2015-02-173-6/+6
* | | Merge branch 'master' of git://git.denx.de/u-boot-avr32Tom Rini2015-02-173-41/+37
|\ \ \
| * | | avr32: add generic board supportAndreas Bießmann2015-02-173-6/+13
| * | | common/board_r: allocate bootparamsAndreas Bießmann2015-02-171-0/+15
| * | | common/board_f: factor out reserve_stacksAndreas Bießmann2015-02-171-35/+9
| |/ /
* | | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-02-171-0/+5
|\ \ \
| * | | arm: spl: Provide for a board-specific loaderSimon Glass2015-02-161-0/+5
| | |/ | |/|
* | | spl, spl_nor: fix compiler warningHeiko Schocher2015-02-161-1/+1
* | | image: Convert to use fdt_for_each_subnode macroAxel Lin2015-02-162-15/+5
| |/ |/|
* | dm: Add CMD_DM and CMD_DEMO to KconfigSimon Glass2015-02-121-0/+23
* | dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass2015-02-121-2/+2
* | Introduce board_init_f_mem() to handle early memory layoutSimon Glass2015-02-121-0/+18
OpenPOWER on IntegriCloud