diff options
author | Guenter Roeck <linux@roeck-us.net> | 2013-08-30 09:01:49 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-09-16 21:19:04 -0400 |
commit | 4b08478422040ae8cb11acc15d51f1cdb0ac39c8 (patch) | |
tree | 79718cea7b73f175d64e4c2073ea2585a7bd2337 /arch/h8300/README | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f (diff) |
Drop support for Renesas H8/300 (h8300) architecture
H8/300 has been dead for several years, and the kernel for it
has not compiled for ages. Drop support for it.
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'arch/h8300/README')
-rw-r--r-- | arch/h8300/README | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/arch/h8300/README b/arch/h8300/README deleted file mode 100644 index efa805fda19b..000000000000 --- a/arch/h8300/README +++ /dev/null | |||
@@ -1,38 +0,0 @@ | |||
1 | linux-2.6 for H8/300 README | ||
2 | Yoshinori Sato <ysato@users.sourceforge.jp> | ||
3 | |||
4 | * Supported CPU | ||
5 | H8/300H and H8S | ||
6 | |||
7 | * Supported Target | ||
8 | 1.simulator of GDB | ||
9 | require patches. | ||
10 | |||
11 | 2.AE 3068/AE 3069 | ||
12 | more information | ||
13 | MICROTRONIQUE <http://www.microtronique.com/> | ||
14 | Akizuki Denshi Tsusho Ltd. <http://akizukidenshi.com/> (Japanese Only) | ||
15 | |||
16 | 3.H8MAX | ||
17 | see http://ip-sol.jp/h8max/ (Japanese Only) | ||
18 | |||
19 | 4.EDOSK2674 | ||
20 | see http://www.eu.renesas.com/products/mpumcu/tool/edk/support/edosk2674.html | ||
21 | http://www.uclinux.org/pub/uClinux/ports/h8/HITACHI-EDOSK2674-HOWTO | ||
22 | http://www.azpower.com/H8-uClinux/ | ||
23 | |||
24 | * Toolchain Version | ||
25 | gcc-3.1 or higher and patch | ||
26 | see arch/h8300/tools_patch/README | ||
27 | binutils-2.12 or higher | ||
28 | gdb-5.2 or higher | ||
29 | The environment that can compile a h8300-elf binary is necessary. | ||
30 | |||
31 | * Userland Develop environment | ||
32 | used h8300-elf toolchains. | ||
33 | see http://www.uclinux.org/pub/uClinux/ports/h8/ | ||
34 | |||
35 | * A few words of thanks | ||
36 | Porting to H8/300 serieses is support of Information-technology Promotion Agency, Japan. | ||
37 | I thank support. | ||
38 | and All developer/user. | ||