aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/README
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2013-08-30 09:01:49 -0400
committerGuenter Roeck <linux@roeck-us.net>2013-09-16 21:19:04 -0400
commit4b08478422040ae8cb11acc15d51f1cdb0ac39c8 (patch)
tree79718cea7b73f175d64e4c2073ea2585a7bd2337 /arch/h8300/README
parent272b98c6455f00884f0350f775c5342358ebb73f (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/README38
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 @@
1linux-2.6 for H8/300 README
2Yoshinori Sato <ysato@users.sourceforge.jp>
3
4* Supported CPU
5H8/300H and H8S
6
7* Supported Target
81.simulator of GDB
9 require patches.
10
112.AE 3068/AE 3069
12 more information
13 MICROTRONIQUE <http://www.microtronique.com/>
14 Akizuki Denshi Tsusho Ltd. <http://akizukidenshi.com/> (Japanese Only)
15
163.H8MAX
17 see http://ip-sol.jp/h8max/ (Japanese Only)
18
194.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
25gcc-3.1 or higher and patch
26see arch/h8300/tools_patch/README
27binutils-2.12 or higher
28gdb-5.2 or higher
29The environment that can compile a h8300-elf binary is necessary.
30
31* Userland Develop environment
32used h8300-elf toolchains.
33see http://www.uclinux.org/pub/uClinux/ports/h8/
34
35* A few words of thanks
36Porting to H8/300 serieses is support of Information-technology Promotion Agency, Japan.
37I thank support.
38and All developer/user.