History log of /arch/cris/arch-v10/kernel/head.S
Revision Date Author Comments
e269a869417cd4053b37da1b19186902d3cbf63b 15-Jan-2014 Jesper Nilsson <jespern@axis.com> Drop code for CRISv10 CPU simulator

That simulator is dead and redundant.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
e7672be573afa078e8d85d5ad0202b78bd6bd1fd 09-Jan-2014 Jesper Nilsson <jespern@axis.com> Cleanup whitespace, remove old author tag

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
b4973ae9dac3397499f5576c591d5c5bf51c68c6 02-Aug-2010 Jesper Nilsson <jesper.nilsson@axis.com> CRIS: Correct address of the romfs in boot image

The romfs should land after __init_end

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
556dcee7b829e5c350c3ffdbdb87a8b15aa3c5d3 21-Oct-2008 Jesper Nilsson <jesper.nilsson@axis.com> [CRIS] Move header files from include to arch/cris/include.

Change all users of header files to correct path.
Remove some unneeded headers for arch-v32.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
5f526d1467383fbd7d64b4f7de85b2889838e454 21-Jan-2008 Jesper Nilsson <jesper.nilsson@axis.com> CRIS v10: Setup serial port 2 to avoid accidental TXD pulse on startup.

If serial port 2 is used, select it in R_GEN_CONFIG.
If serial port 2 is used, setup the control registers for the port.
This is done to avoid a pulse on the TXD line during start up,
which could disturb some units.

Also, remove useless CVS id and log.
6ab3d5624e172c553004ecc862bfeac16d9d68b7 30-Jun-2006 Jörn Engel <joern@wohnheim.fh-wedel.de> Remove obsolete #include <linux/config.h>

Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
63245d2cde2be64f172388c2c50862f233c05700 27-Jul-2005 Mikael Starvik <mikael.starvik@axis.com> [PATCH] CRIS update: I/O and DMA allocator

Added I/O and DMA allocators to be used by drivers.

Signed-off-by: Mikael Starvik <starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 17-Apr-2005 Linus Torvalds <torvalds@ppc970.osdl.org> Linux-2.6.12-rc2

Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.

Let it rip!