From fa237002ab54222f18109be49dcb8368c253b107 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 30 Jul 2002 23:16:40 +0000 Subject: 2002-07-30 Jay Monkman * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works well enough to run all sptests, tmtests, and ttcp. In addition to general cleanup, there has been considerable optimization to interrupt disable/enable, endian swapping, and context switching. --- cpukit/score/cpu/arm/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/score/cpu/arm/ChangeLog') diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog index 14d22754d0..faab01473a 100644 --- a/cpukit/score/cpu/arm/ChangeLog +++ b/cpukit/score/cpu/arm/ChangeLog @@ -1,3 +1,12 @@ +2002-07-30 Jay Monkman + + * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h, + rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works + well enough to run all sptests, tmtests, and ttcp. + In addition to general cleanup, there has been considerable + optimization to interrupt disable/enable, endian swapping, + and context switching. + 2002-07-26 Ralf Corsepius * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel. -- cgit v1.2.3