Subject: Re: Supported ARM7 CPUs
To: Ben Harris <bjh21@netbsd.org>
From: John Fremlin <vii@users.sourceforge.net>
List: port-arm32
Date: 06/03/2001 19:42:04
--=-=-=
Ben Harris <bjh21@netbsd.org> writes:
> On Sun, 3 Jun 2001, Chris Gilbert wrote:
>
> > On Saturday 02 June 2001 11:59 pm, John Fremlin wrote:
> >
> > With the patch for ARM7TDMI
[...]
> I've glanced over it, and it looks OK to me. The only obvious thing
> missing is to defopt CPU_ARM7TDMI in files.arm.
Doh! I did add that ;)
It got missed by the diff
--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment;
filename=netbsd-20010603-arm-7tdmi-conf.patch
Index: files.arm
===================================================================
RCS file: /pub/NetBSD-CVS/syssrc/sys/arch/arm/conf/files.arm,v
retrieving revision 1.29
diff -u -r1.29 files.arm
--- files.arm 2001/05/29 23:03:20 1.29
+++ files.arm 2001/06/03 18:37:01
@@ -7,8 +7,8 @@
defopt opt_progmode.h PROG26 PROG32
# CPU types
defopt opt_cputypes.h CPU_ARM2 CPU_ARM250 CPU_ARM3 : PROG26
-defopt opt_cputypes.h CPU_ARM6 CPU_ARM7 CPU_ARM7500 CPU_ARM8 CPU_SA110
- CPU_SA1110 : PROG32
+defopt opt_cputypes.h CPU_ARM6 CPU_ARM7 CPU_ARM7TDMI CPU_ARM7500
+ CPU_ARM8 CPU_SA110 CPU_SA1110 : PROG32
# Floating point emulator
defopt ARMFPE
--=-=-=
--
http://ape.n3.net
--=-=-=--