summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* regulator: allow to use it with non DT deviceJean-Christophe PLAGNIOL-VILLARD2015-02-043-17/+93
* driver: add postcore_platform_driverJean-Christophe PLAGNIOL-VILLARD2015-02-041-0/+2
* amba: pl011: add support for regulatorJean-Christophe PLAGNIOL-VILLARD2015-02-041-0/+11
* raspberry-pi: add leds supportJean-Christophe PLAGNIOL-VILLARD2015-02-041-0/+55
* raspberry-pi: add board model detectionJean-Christophe PLAGNIOL-VILLARD2015-02-043-1/+122
* defaultenv-2: fix misplace NV dir in envJean-Christophe PLAGNIOL-VILLARD2015-01-133-0/+0
* commands: fix a warning in help.cMasahiro Yamada2015-01-131-1/+1
* command/splash: fix return valueJean-Christophe PLAGNIOL-VILLARD2015-01-131-4/+6
* kconfig/menu.c:590: fix warning: ‘jump’ may be used uninitialized in this...Jean-Christophe PLAGNIOL-VILLARD2015-01-131-1/+1
* Merge branch 'for-next/pbl-console'Sascha Hauer2015-01-090-0/+0
|\
| * ARM: uncompress.c: Add some debugging messagesSascha Hauer2014-12-091-0/+9
| * ARM: start.c: Add some debugging messagesSascha Hauer2014-12-091-0/+11
| * console: Make sure xzalloc is only used when it's availableSascha Hauer2014-12-091-1/+1
| * malloc: Add a function to detect if malloc pool is already initializedSascha Hauer2014-12-092-0/+10
| * Add PBL console supportSascha Hauer2014-12-097-14/+79
| * printf: use local isdigit/isalnum implementationSascha Hauer2014-12-091-3/+5
| * printf: move simple_strto*() functions to separate fileSascha Hauer2014-12-093-66/+69
| * printf: move panic() to common/misc.cSascha Hauer2014-12-092-21/+22
| * PBL: Add strnlen, needed for printf supportSascha Hauer2014-12-091-0/+14
* | Merge branch 'for-next/netconsole'Sascha Hauer2015-01-094-24/+45
|\ \
| * | netconsole: fix DocumentationJean-Christophe PLAGNIOL-VILLARD2014-12-171-3/+3
| * | netconsole: activate in set_active callbackSascha Hauer2014-12-171-21/+34
| * | console: Add set_active callbackSascha Hauer2014-12-172-0/+8
* | | Merge branch 'for-next/mxs'Sascha Hauer2015-01-0974-382/+7576
|\ \ \
| * | | ARM: imx233-olinuxino: update defconfigJan Luebbe2015-01-071-28/+72
| * | | ARM: imx233-olinuxino: update defaultenvJan Luebbe2015-01-0711-87/+15
| * | | ARM: imx233-olinuxino: use LED1 as heartbeatJan Luebbe2015-01-071-0/+11
| * | | ARM: imx233-olinuxino: generate complete bootstreamJan Luebbe2015-01-054-63/+180
| * | | arm: mxs: fix pin voltage register value for EMIJan Luebbe2015-01-051-1/+1
| * | | Documentation: Add documentation for booting Freescale MXS SoCsSascha Hauer2015-01-051-0/+119
| * | | ARM: MXS: Update Karo TX28 board supportSascha Hauer2015-01-056-83/+131
| * | | ARM: MXS: Add multiimage supportSascha Hauer2015-01-055-1/+41
| * | | ARM: MXS: Enable iomux support for pblSascha Hauer2015-01-051-0/+1
| * | | ARM: MXS: Add more base address definesSascha Hauer2015-01-052-0/+6
| * | | ARM: Add get_sp() and get_lr() functionsSascha Hauer2015-01-051-0/+26
| * | | ARM: mxs: Add lowlevel setup from U-BootSascha Hauer2015-01-0511-0/+3236
| * | | ARM: Add U-Boot specific io functionsSascha Hauer2015-01-051-0/+57
| * | | ARM: MXS: remove unnecessary mach/imx-regs.h includeSascha Hauer2015-01-057-7/+6
| * | | drivers: remove unnecessary mach/imx-regs.h includeSascha Hauer2015-01-057-7/+2
| * | | scripts: Add mxs-usb-loader toolSascha Hauer2015-01-053-0/+246
| * | | scripts: Add mxsboot toolSascha Hauer2015-01-053-1/+643
| * | | scripts: add mxsimage toolSascha Hauer2015-01-053-0/+2564
| * | | ARM: uncompress.c: Add some debugging messagesSascha Hauer2015-01-051-0/+9
| * | | ARM: start.c: Add some debugging messagesSascha Hauer2015-01-051-0/+11
| * | | console: Make sure xzalloc is only used when it's availableSascha Hauer2015-01-051-1/+1
| * | | malloc: Add a function to detect if malloc pool is already initializedSascha Hauer2015-01-052-0/+10
| * | | Add PBL console supportSascha Hauer2015-01-057-14/+79
| * | | printf: use local isdigit/isalnum implementationSascha Hauer2015-01-051-3/+5
| * | | printf: move simple_strto*() functions to separate fileSascha Hauer2015-01-053-66/+69
| * | | printf: move panic() to common/misc.cSascha Hauer2015-01-052-21/+22