08 May, 2008
1 commit
-
Signed-off-by: Paul Mundt
19 Apr, 2008
1 commit
-
Signed-off-by: Paul Mundt
14 Feb, 2008
3 commits
-
Signed-off-by: Paul Mundt
-
This patch adds sh7366 cpu supports. Just the most basic things like interrupt
controller, clocks and serial port are included at this point.Signed-off-by: Magnus Damm
Signed-off-by: Paul Mundt -
This patch adds the base address of SCIF0 in the case of sh7722.
Signed-off-by: Magnus Damm
Signed-off-by: Paul Mundt
28 Jan, 2008
7 commits
-
Signed-off-by: Yoshihiro Shimoda
Signed-off-by: Paul Mundt -
Signed-off-by: Yoshihiro Shimoda
Signed-off-by: Paul Mundt -
Change occurances of:
bool
default Xto:
def_bool XChange ocurances of:
bool "Foo"
default Xto:
def_bool X
prompt "Foo"Signed-off-by: Harvey Harrison
Signed-off-by: Paul Mundt -
This adds support for the SH7263 (SH-2A) CPU.
This particular CPU is a superset of SH7203, adding some additional
peripheral blocks and hooking up additional (reserved on SH7203)
vectors in the INTC block.No visibly nasty surprises, yet..
Signed-off-by: Paul Mundt
-
This adds support for the SH7203 (SH-2A) CPU.
Signed-off-by: Kieran Bingham
Signed-off-by: Paul Mundt -
Signed-off-by: Paul Mundt
-
Signed-off-by: Paul Mundt
07 Nov, 2007
2 commits
-
Signed-off-by: Paul Mundt
-
Signed-off-by: Paul Mundt
02 Nov, 2007
1 commit
-
While using separate IRQ stacks can cut down on stack consumption,
many users can also use 4k stacks directly without the additional
need of separate stacks for soft and hardirqs.With this split, we support the same rationale for 4KSTACKS as
m68knommu, with the IRQSTACKS abstraction as per ppc64.Signed-off-by: Paul Mundt
21 Sep, 2007
3 commits
-
This patch contains the following fixes:
- Adds sh7785 support to CONFIG_EARLY_SCIF_CONSOLE_PORT.
- Removes duplicate include from rts7751r2d irq code.
- Removes CONFIG_CPU_HAS_INTC from sh7720 Kconfig entry.Signed-off-by: Magnus Damm
Signed-off-by: Paul Mundt -
This adds support for the SH7720 (SH3-DSP) CPU.
Signed-off by: Markus Brunner
Signed-off by: Mark Jonas
Signed-off-by: Paul Mundt -
Signed-off-by: Paul Mundt
11 Jun, 2007
1 commit
-
SH-2 can presently get in to some pretty bogus states, so
we tidy up the dependencies a bit and get it all building
again.This gets us a bit closer to a functional allyesconfig
and allmodconfig, though there are still a few things to
fix up.Signed-off-by: Paul Mundt
08 Jun, 2007
1 commit
-
Handy for debugging bootmem troubles.
Signed-off-by: Paul Mundt
07 May, 2007
4 commits
-
This fixes up SH7705 CPU support and the SE7705 board
for some of the recent changes.Signed-off-by: Nobuhiro Iwamatsu
Signed-off-by: Paul Mundt -
Support the SH7712 (SH3-DSP) Solution Engine reference board.
Signed-off-by: Nobuhiro Iwamatsu
Signed-off-by: Paul Mundt -
The kgdb thread support is woefully out of date (it predates
the pidhash), and needs a complete rewrite before it's useful
again. Just rip it out entirely.Updating the unified kgdb stub is a more worthwhile endeavour
for anyone that happens to be interested in this, at present
it's just limping along.Signed-off-by: Paul Mundt
-
This code has suffered quite a bit of bitrot, do some basic
tidying to get it to a reasonably functional state again.
This gets the basic support and the console working again.Signed-off-by: Paul Mundt
12 Dec, 2006
1 commit
-
Signed-off-by: Yoshinori Sato
Signed-off-by: Paul Mundt
06 Dec, 2006
2 commits
-
Wire up all of the essentials for lockdep..
Signed-off-by: Paul Mundt
-
This makes the early printk support somewhat more flexible,
moving the port definition to a config option, and making the
port initialization configurable for sh-ipl+g users.At the same time, this allows us to trivially wire up the
SH7780 SCIF0, so that's thrown in too more or less for free.Signed-off-by: Paul Mundt
27 Sep, 2006
3 commits
-
This enables support for 4K stacks on SH.
Currently this depends on DEBUG_KERNEL, but likely all boards
will switch to this as the default in the future.Signed-off-by: Paul Mundt
-
This adds a DEBUG_STACK_USAGE and DEBUG_STACKOVERFLOW for SH.
Signed-off-by: Paul Mundt
-
We had our own version, which serves no purpose. Simply
hook SH in to the generic one.Signed-off-by: Paul Mundt
17 Jan, 2006
1 commit
-
Currently the CPU subtype options are cluttering up arch/sh/Kconfig somewhat.
Given that, this moves all of that in to its own arch/sh/mm/Kconfig. Things
like cache configuration are also moved to this new location.This also adds support for strict CPU tuning on newer cores, which requires
the addition of as-option.Signed-off-by: Paul Mundt
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
17 Apr, 2005
1 commit
-
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!