diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-14 20:58:58 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-14 20:58:58 +0900 |
commit | 02bf6cc72cc2a6258411ddf1649f33a65fc9a06e (patch) | |
tree | 87b7e3f6d0ccf64bccc037bbe015533d86e006b4 /arch/sh/tools | |
parent | e44d6c4010a4c84369013932eea4721d16cbc08d (diff) |
sh: Preliminary SDK7786 board support.
This stubs in some preliminary board support for the RTE SDK7786.
This is quite stunted at the moment, and primarily builds on top of the
system FPGA. FPGA IRQs are handled via CPU IRL masking for simplicity,
with initial peripheral support restricted to the debug ethernet.
Signed-off-by: Matt Fleming <matt@console-pimps.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/tools')
-rw-r--r-- | arch/sh/tools/mach-types | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/tools/mach-types b/arch/sh/tools/mach-types index 6639b25d8d57..b25aa554ee5e 100644 --- a/arch/sh/tools/mach-types +++ b/arch/sh/tools/mach-types @@ -32,6 +32,7 @@ DREAMCAST SH_DREAMCAST SNAPGEAR SH_SECUREEDGE5410 EDOSK7705 SH_EDOSK7705 EDOSK7760 SH_EDOSK7760 +SDK7786 SH_SDK7786 SH4202_MICRODEV SH_SH4202_MICRODEV SH03 SH_SH03 LANDISK SH_LANDISK |