summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* loadenv: fix typo in help textWjatscheslaw Stoljarski2015-02-021-2/+2
* memtest: fix 4GB overflow failDmitry Lavnikevich2015-01-271-1/+1
* trivial: s/flasg/flash/Uwe Kleine-König2015-01-271-1/+1
* memtest: Fix SDRAM size calculationsSascha Hauer2015-01-261-7/+6
* debug_ll: change the argument type of putc_ll()Masahiro Yamada2015-01-211-2/+2
* sandbox: get malloc_size from .configAntony Pavlov2015-01-212-1/+3
* scripts/checkpatch.pl: don't search for CREDITS when checking top_of_kernel_t...Antony Pavlov2015-01-201-1/+1
* gitignore: remove obsolete link method for arch specificationMasahiro Yamada2015-01-191-2/+0
* MMC: IMX: Reset MMC_BOOT register after controller reset.Andrey Panov2015-01-192-0/+4
* kbuild: add KBUILD_DEFCONFIGMasahiro Yamada2015-01-143-0/+5
* gitignore: remove bogus ignore patternsMasahiro Yamada2015-01-131-2/+0
* gitignore: do not ignore .mailmapMasahiro Yamada2015-01-131-0/+1
* gitignore: add all.configBorislav Petkov2015-01-131-0/+3
* gitignore: Add GNU GLOBAL files to top .gitignoreJani Nikula2015-01-131-0/+6
* .gitignore: match ncscope.outJike Song2015-01-131-0/+1
* kbuild: arm: Do not define "comma" twiceMasahiro Yamada2015-01-131-2/+0
* powerpc: include <linux/stringify.h> to avoid dupulicated definesMasahiro Yamada2015-01-131-3/+1
* console: allow to specify the device idJean-Christophe PLAGNIOL-VILLARD2015-01-135-2/+7
* Remove the CREDITS fileMasahiro Yamada2015-01-131-472/+0
* 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